#E9CCAF
A very light, moderate orange closely aligning with Peachpuff.
About #E9CCAF
Visually, #E9CCAF is defined as a moderate orange. It is closely associated with the named CSS color Peachpuff. This translates to an RGB value of rgb(233, 204, 175).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 12% M, 25% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9CCAF
RGB233, 204, 175
HSL30.0°, 56.9%, 80.0%
CMYK0%, 12%, 25%, 9%
HSV30.0°, 24.9%, 91.4%
LAB83.8, 5.8, 18.2
XYZ62.9, 63.6, 49.5
Decimal15322287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.72:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9CCAF;
}
.text-color {
color: #E9CCAF;
}
.border-color {
border: 2px solid #E9CCAF;
}