#E9CCB6
A very light, moderate orange closely aligning with Peachpuff.
About #E9CCB6
Visually, #E9CCB6 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Peachpuff. This translates to an RGB value of rgb(233, 204, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 12% M, 22% Y, and 9% K. The HSL representation is 25.9° hue, 53.7% saturation, and 81.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9CCB6
RGB233, 204, 182
HSL25.9°, 53.7%, 81.4%
CMYK0%, 12%, 22%, 9%
HSV25.9°, 21.9%, 91.4%
LAB83.9, 6.8, 14.7
XYZ63.6, 63.9, 53.2
Decimal15322294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.78:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9CCB6;
}
.text-color {
color: #E9CCB6;
}
.border-color {
border: 2px solid #E9CCB6;
}