#E98300
A medium, vivid orange closely aligning with Darkorange.
About #E98300
At its core, #E98300 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkorange. This translates to an RGB value of rgb(233, 131, 0).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 44% magenta, 100% yellow, and 9% black. With a hue angle of 33.7 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E98300
RGB233, 131, 0
HSL33.7°, 100.0%, 45.7%
CMYK0%, 44%, 100%, 9%
HSV33.7°, 100.0%, 91.4%
LAB64.6, 32.5, 71.0
XYZ41.7, 33.6, 4.3
Decimal15303424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E98300;
}
.text-color {
color: #E98300;
}
.border-color {
border: 2px solid #E98300;
}