Freshly Baked
#e9c180
Looking for the precise values behind Freshly Baked (#e9c180)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e9c180 | |
|---|---|---|
| RGB | rgb(233, 193, 128) | |
| HSL | hsl(37, 70%, 71%) | |
| CMYK | cmyk(0%, 17%, 45%, 9%) | |
| LAB | lab(81, 9, 38) | |
| OKLCH | oklch(0.83 0.094 79) |
Color harmonies
Tints & shades
Code snippets
color: #e9c180;
background-color: #e9c180;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE9C180)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.76, blue: 0.50, alpha: 1.0)