#E2A083
A light, moderate orange closely aligning with Darksalmon.
About #E2A083
At its core, #E2A083 is a light and moderate hue. It is closely associated with the named CSS color Darksalmon. Its digital footprint relies on 226 parts red, 160 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 29% M, 42% Y, and 11% K. With a hue angle of 18.3 degrees, it sits comfortably in the orange spectrum.
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#E2A083
RGB226, 160, 131
HSL18.3°, 62.1%, 70.0%
CMYK0%, 29%, 42%, 11%
HSV18.3°, 42.0%, 88.6%
LAB71.5, 21.0, 24.9
XYZ48.0, 42.9, 27.2
Decimal14852227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A083;
}
.text-color {
color: #E2A083;
}
.border-color {
border: 2px solid #E2A083;
}