Color #EAB308
#EAB308rgb(234, 179, 8)
Color Codes
HEX#EAB308
RGBrgb(234, 179, 8)
HSLhsl(45°, 93%, 47%)
CMYKcmyk(0%, 24%, 97%, 8%)
CIELABLab(75.9, 7.7, 77.6)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #EAB308;color: #EAB308;border: 2px solid #EAB308;background: linear-gradient(135deg, #EAB308, #083fea);Code Export
css
:root {
--color-primary: #eab308;
--color-primary-rgb: 234, 179, 8;
--color-primary-hsl: 45, 93%, 47%;
}