#E97C07
A medium, vivid orange closely aligning with Darkorange.
About #E97C07
At its core, #E97C07 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, 124, 7).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 47% Magenta, 97% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E97C07
RGB233, 124, 7
HSL31.1°, 94.2%, 47.1%
CMYK0%, 47%, 97%, 9%
HSV31.1°, 97.0%, 91.4%
LAB63.1, 36.2, 69.0
XYZ40.9, 31.8, 4.2
Decimal15301639
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.35:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C07;
}
.text-color {
color: #E97C07;
}
.border-color {
border: 2px solid #E97C07;
}