Hex Color #EA6608 - Custom Color
Color Codes
HEX
#EA6608
RGB
rgb(234, 102, 8)
HSL
hsl(25, 93%, 47%)
CMYK
cmyk(0%, 56%, 97%, 8%)
HSV
hsv(25, 97%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.40: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: #EA6608;
color: #EA6608;
border-color: #EA6608;
}
Tailwind CSS (with arbitrary values)
bg-[#EA6608]
text-[#EA6608]
border-[#EA6608]
// Example usage:
<div className="bg-[#EA6608]">