Hex Color #EB5E14 - Custom Color

Color Codes

HEX
#EB5E14
RGB
rgb(235, 94, 20)
HSL
hsl(21, 84%, 50%)
CMYK
cmyk(0%, 60%, 91%, 8%)
HSV
hsv(21, 91%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.42:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 6.14: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: #EB5E14;
color: #EB5E14;
border-color: #EB5E14;
}

Tailwind CSS (with arbitrary values)

bg-[#EB5E14]
text-[#EB5E14]
border-[#EB5E14]
// Example usage:
<div className="bg-[#EB5E14]">