Cheddar
#ee9a09
Cheddar is a color with the hex code #ee9a09. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ee9a09 | |
|---|---|---|
| RGB | rgb(238, 154, 9) | |
| HSL | hsl(38, 93%, 48%) | |
| CMYK | cmyk(0%, 35%, 96%, 7%) | |
| LAB | lab(71, 26, 74) | |
| OKLCH | oklch(0.75 0.161 70) |
Color harmonies
Tints & shades
Code snippets
color: #ee9a09;
background-color: #ee9a09;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEE9A09)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.60, blue: 0.04, alpha: 1.0)