Waffle Cone
#e2c779
Waffle Cone, represented by the hex value #e2c779, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2c779 | |
|---|---|---|
| RGB | rgb(226, 199, 121) | |
| HSL | hsl(45, 64%, 68%) | |
| CMYK | cmyk(0%, 12%, 46%, 11%) | |
| LAB | lab(81, 2, 43) | |
| OKLCH | oklch(0.84 0.102 91) |
Color harmonies
Tints & shades
Code snippets
color: #e2c779;
background-color: #e2c779;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2C779)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.78, blue: 0.47, alpha: 1.0)