Deli Yellow
#e8b523
Deli Yellow, represented by the hex value #e8b523, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e8b523 | |
|---|---|---|
| RGB | rgb(232, 181, 35) | |
| HSL | hsl(44, 81%, 52%) | |
| CMYK | cmyk(0%, 22%, 85%, 9%) | |
| LAB | lab(77, 10, 73) | |
| OKLCH | oklch(0.8 0.156 87) |
Color harmonies
Tints & shades
Code snippets
color: #e8b523;
background-color: #e8b523;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8B523)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.71, blue: 0.14, alpha: 1.0)