#E25F07
A medium, vivid orange closely aligning with Chocolate.
About #E25F07
At its core, #E25F07 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 226 red, 95 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 58% Magenta, 97% Yellow, and 11% 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E25F07
RGB226, 95, 7
HSL24.1°, 94.0%, 45.7%
CMYK0%, 58%, 97%, 11%
HSV24.1°, 96.9%, 88.6%
LAB56.5, 47.8, 64.3
XYZ35.5, 24.4, 3.0
Decimal14835463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25F07;
}
.text-color {
color: #E25F07;
}
.border-color {
border: 2px solid #E25F07;
}