Cheesy Frittata
#f0e093
Cheesy Frittata, represented by the hex value #f0e093, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0e093 | |
|---|---|---|
| RGB | rgb(240, 224, 147) | |
| HSL | hsl(50, 76%, 76%) | |
| CMYK | cmyk(0%, 7%, 39%, 6%) | |
| LAB | lab(89, -2, 40) | |
| OKLCH | oklch(0.9 0.098 98) |
Color harmonies
Tints & shades
Code snippets
color: #f0e093;
background-color: #f0e093;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0E093)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.88, blue: 0.58, alpha: 1.0)