#E96600
A medium, vivid orange closely aligning with Chocolate.
About #E96600
The hex code #E96600 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(233, 102, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 56% Magenta, 100% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E96600
RGB233, 102, 0
HSL26.3°, 100.0%, 45.7%
CMYK0%, 56%, 100%, 9%
HSV26.3°, 100.0%, 91.4%
LAB58.8, 47.0, 67.5
XYZ38.4, 26.8, 3.2
Decimal15296000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96600;
}
.text-color {
color: #E96600;
}
.border-color {
border: 2px solid #E96600;
}