Burly Wood (Brown)
#E1BD72
RGB: 225, 189, 114
Color OverviewHEX #E1BD72
#E1BD72 Color Code Information
In the RGB color space, #E1BD72 is composed of 88% red, 74% green, and 45% blue. In the HSL color space, it has a hue of 41°, saturation of 65%, and lightness of 66%.
HEX
#E1BD72
RGB
225, 189, 114
HSL
41°, 65%, 66%
HSV
41°, 49%, 88%
CMYK
0%, 16%, 49%, 12%
Name Match
Burly Wood
Closest StandardShades of #E1BD72 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E1BD72 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E1BD72 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E1BD72
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E1BD72 Background
Contrast Ratio against Pure White (#FFFFFF):1.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E1BD72 Background
Contrast Ratio against Pure Black (#000000):11.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E1BD72;
}
.element {
color: #E1BD72;
background-color: #E1BD72;
border-color: #E1BD72;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E1BD72] text-[#E1BD72] border-[#E1BD72]"> Content styled with #E1BD72 </div>