#E2BDA8
A light, moderate orange closely aligning with Tan.
About #E2BDA8
The hex code #E2BDA8 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 226 red, 189 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 16% magenta, 26% yellow, and 11% black. The HSL representation is 21.7° hue, 50.0% saturation, and 77.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E2BDA8
RGB226, 189, 168
HSL21.7°, 50.0%, 77.3%
CMYK0%, 16%, 26%, 11%
HSV21.7°, 25.7%, 88.6%
LAB79.3, 10.1, 15.5
XYZ56.6, 55.4, 44.8
Decimal14859688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDA8;
}
.text-color {
color: #E2BDA8;
}
.border-color {
border: 2px solid #E2BDA8;
}