Egg Toast
#f2c911
Looking for the precise values behind Egg Toast (#f2c911)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2c911 | |
|---|---|---|
| RGB | rgb(242, 201, 17) | |
| HSL | hsl(49, 90%, 51%) | |
| CMYK | cmyk(0%, 17%, 93%, 5%) | |
| LAB | lab(83, 4, 81) | |
| OKLCH | oklch(0.85 0.171 94) |
Color harmonies
Tints & shades
Code snippets
color: #f2c911;
background-color: #f2c911;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2C911)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.79, blue: 0.07, alpha: 1.0)