Egg Yolk
#ffce81
Egg Yolk, represented by the hex value #ffce81, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffce81 | |
|---|---|---|
| RGB | rgb(255, 206, 129) | |
| HSL | hsl(37, 100%, 75%) | |
| CMYK | cmyk(0%, 19%, 49%, 0%) | |
| LAB | lab(86, 11, 45) | |
| OKLCH | oklch(0.88 0.11 78) |
Color harmonies
Tints & shades
Code snippets
color: #ffce81;
background-color: #ffce81;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCE81)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.81, blue: 0.51, alpha: 1.0)