#E9A092
A light, moderate red closely aligning with Darksalmon.
About #E9A092
At its core, #E9A092 is a light and moderate hue. Its closest recognized web color is Darksalmon. This translates to an RGB value of rgb(233, 160, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 31% M, 37% Y, and 9% K. The HSL representation is 9.7° hue, 66.4% saturation, and 74.3% lightness.
When using this color as a background, text legibility must be considered. 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#E9A092
RGB233, 160, 146
HSL9.7°, 66.4%, 74.3%
CMYK0%, 31%, 37%, 9%
HSV9.7°, 37.3%, 91.4%
LAB72.6, 25.4, 18.3
XYZ51.4, 44.5, 33.1
Decimal15310994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.91:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A092;
}
.text-color {
color: #E9A092;
}
.border-color {
border: 2px solid #E9A092;
}