#E2B66D
A light, moderate orange closely aligning with Burlywood.
About #E2B66D
At its core, #E2B66D is a light and moderate hue. Its closest recognized web color is Burlywood. In the RGB color space, it consists of 226 red, 182 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 19% M, 52% Y, and 11% K. The HSL representation is 37.4° hue, 66.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2B66D
RGB226, 182, 109
HSL37.4°, 66.9%, 65.7%
CMYK0%, 19%, 52%, 11%
HSV37.4°, 51.8%, 88.6%
LAB76.5, 7.1, 42.9
XYZ50.9, 50.7, 21.6
Decimal14857837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B66D;
}
.text-color {
color: #E2B66D;
}
.border-color {
border: 2px solid #E2B66D;
}