#E2BD92
A light, moderate orange closely aligning with Burlywood.
About #E2BD92
At its core, #E2BD92 is a light and moderate hue. Its closest recognized web color is Burlywood. Its digital footprint relies on 226 parts red, 189 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 16% Magenta, 35% Yellow, and 11% Black. With a hue angle of 32.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2BD92
RGB226, 189, 146
HSL32.3°, 58.0%, 72.9%
CMYK0%, 16%, 35%, 11%
HSV32.3°, 35.4%, 88.6%
LAB78.8, 7.3, 26.7
XYZ54.7, 54.6, 34.9
Decimal14859666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.93:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BD92;
}
.text-color {
color: #E2BD92;
}
.border-color {
border: 2px solid #E2BD92;
}