Egghead
#e6c7a2
Looking for the precise values behind Egghead (#e6c7a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e6c7a2 | |
|---|---|---|
| RGB | rgb(230, 199, 162) | |
| HSL | hsl(33, 58%, 77%) | |
| CMYK | cmyk(0%, 13%, 30%, 10%) | |
| LAB | lab(82, 7, 23) | |
| OKLCH | oklch(0.85 0.06 72) |
Color harmonies
Tints & shades
Code snippets
color: #e6c7a2;
background-color: #e6c7a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6C7A2)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.78, blue: 0.64, alpha: 1.0)