#E9A083
A light, moderate orange closely aligning with Darksalmon.
About #E9A083
At its core, #E9A083 is a light and moderate hue. It is closely associated with the named CSS color Darksalmon. In the RGB color space, it consists of 233 red, 160 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 31% magenta, 44% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9A083
RGB233, 160, 131
HSL17.1°, 69.9%, 71.4%
CMYK0%, 31%, 44%, 9%
HSV17.1°, 43.8%, 91.4%
LAB72.3, 23.8, 26.1
XYZ50.3, 44.1, 27.3
Decimal15310979
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.82:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A083;
}
.text-color {
color: #E9A083;
}
.border-color {
border: 2px solid #E9A083;
}