#E27549
A medium, vivid orange closely aligning with Coral.
About #E27549
The precise color #E27549 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 117, and 73.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 48% M, 68% Y, and 11% K. With a hue angle of 17.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E27549
RGB226, 117, 73
HSL17.3°, 72.5%, 58.6%
CMYK0%, 48%, 68%, 11%
HSV17.3°, 67.7%, 88.6%
LAB61.1, 39.0, 42.9
XYZ38.9, 29.4, 9.9
Decimal14841161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27549;
}
.text-color {
color: #E27549;
}
.border-color {
border: 2px solid #E27549;
}