Illuminate Me
#eaa601
Looking for the precise values behind Illuminate Me (#eaa601)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eaa601 | |
|---|---|---|
| RGB | rgb(234, 166, 1) | |
| HSL | hsl(42, 99%, 46%) | |
| CMYK | cmyk(0%, 29%, 100%, 8%) | |
| LAB | lab(73, 18, 76) | |
| OKLCH | oklch(0.77 0.16 79) |
Color harmonies
Tints & shades
Code snippets
color: #eaa601;
background-color: #eaa601;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAA601)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.65, blue: 0.00, alpha: 1.0)