Hex Color #EEBB2D - Custom Color
Color Codes
HEX
#EEBB2D
RGB
rgb(238, 187, 45)
HSL
hsl(44, 85%, 55%)
CMYK
cmyk(0%, 21%, 81%, 7%)
HSV
hsv(44, 81%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.78:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.78:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #EEBB2D;
color: #EEBB2D;
border-color: #EEBB2D;
}
Tailwind CSS (with arbitrary values)
bg-[#EEBB2D]
text-[#EEBB2D]
border-[#EEBB2D]
// Example usage:
<div className="bg-[#EEBB2D]">