#E9C5B6
A very light, moderate orange closely aligning with Peachpuff.
About #E9C5B6
Visually, #E9C5B6 is defined as a moderate orange. Its closest recognized web color is Peachpuff. This translates to an RGB value of rgb(233, 197, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. With a hue angle of 17.6 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#E9C5B6
RGB233, 197, 182
HSL17.6°, 53.7%, 81.4%
CMYK0%, 15%, 22%, 9%
HSV17.6°, 21.9%, 91.4%
LAB82.2, 10.5, 12.3
XYZ62.0, 60.6, 52.7
Decimal15320502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9C5B6;
}
.text-color {
color: #E9C5B6;
}
.border-color {
border: 2px solid #E9C5B6;
}