#E9500F
A medium, vivid orange closely aligning with Orangered.
About #E9500F
At its core, #E9500F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 80, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 66% magenta inks. With a hue angle of 17.9 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#E9500F
RGB233, 80, 15
HSL17.9°, 87.9%, 48.6%
CMYK0%, 66%, 94%, 9%
HSV17.9°, 93.6%, 91.4%
LAB55.2, 56.9, 62.4
XYZ36.6, 23.1, 3.0
Decimal15290383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9500F;
}
.text-color {
color: #E9500F;
}
.border-color {
border: 2px solid #E9500F;
}