#E98342
A medium, vivid orange closely aligning with Chocolate.
About #E98342
When working with digital screens, the color #E98342 is rendered by mixing light. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 233 red, 131 green, and 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 44% M, 72% Y, and 9% K. With a hue angle of 23.4 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E98342
RGB233, 131, 66
HSL23.4°, 79.1%, 58.6%
CMYK0%, 44%, 72%, 9%
HSV23.4°, 71.7%, 91.4%
LAB64.9, 34.1, 51.0
XYZ42.7, 33.9, 9.5
Decimal15303490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.79:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E98342;
}
.text-color {
color: #E98342;
}
.border-color {
border: 2px solid #E98342;
}