#E9A075
A light, vivid orange closely aligning with Darksalmon.
About #E9A075
When working with digital screens, the color #E9A075 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darksalmon. This translates to an RGB value of rgb(233, 160, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 31% M, 50% Y, and 9% K. The HSL representation is 22.2° hue, 72.5% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#E9A075
RGB233, 160, 117
HSL22.2°, 72.5%, 68.6%
CMYK0%, 31%, 50%, 9%
HSV22.2°, 49.8%, 91.4%
LAB72.1, 22.4, 33.3
XYZ49.4, 43.7, 22.7
Decimal15310965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.75:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A075;
}
.text-color {
color: #E9A075;
}
.border-color {
border: 2px solid #E9A075;
}