Hex Color #EC710C - Custom Color
Color Codes
HEX
#EC710C
RGB
rgb(236, 113, 12)
HSL
hsl(27, 90%, 49%)
CMYK
cmyk(0%, 52%, 95%, 7%)
HSV
hsv(27, 95%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.03:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.93:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #EC710C;
color: #EC710C;
border-color: #EC710C;
}
Tailwind CSS (with arbitrary values)
bg-[#EC710C]
text-[#EC710C]
border-[#EC710C]
// Example usage:
<div className="bg-[#EC710C]">