Sulphur Pit
#e5cc69
Sulphur Pit, represented by the hex value #e5cc69, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e5cc69 | |
|---|---|---|
| RGB | rgb(229, 204, 105) | |
| HSL | hsl(48, 70%, 65%) | |
| CMYK | cmyk(0%, 11%, 54%, 10%) | |
| LAB | lab(83, 0, 52) | |
| OKLCH | oklch(0.85 0.123 95) |
Color harmonies
Tints & shades
Code snippets
color: #e5cc69;
background-color: #e5cc69;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5CC69)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.80, blue: 0.41, alpha: 1.0)