Golden Fizz
#ebde31
Here's everything about the color Golden Fizz (#ebde31) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ebde31 | |
|---|---|---|
| RGB | rgb(235, 222, 49) | |
| HSL | hsl(56, 82%, 56%) | |
| CMYK | cmyk(0%, 6%, 79%, 8%) | |
| LAB | lab(88, -8, 78) | |
| OKLCH | oklch(0.88 0.176 105) |
Color harmonies
Tints & shades
Code snippets
color: #ebde31;
background-color: #ebde31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBDE31)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.87, blue: 0.19, alpha: 1.0)