Burrito
#eed7c1
Burrito is a color with the hex code #eed7c1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eed7c1 | |
|---|---|---|
| RGB | rgb(238, 215, 193) | |
| HSL | hsl(29, 57%, 85%) | |
| CMYK | cmyk(0%, 10%, 19%, 7%) | |
| LAB | lab(87, 6, 14) | |
| OKLCH | oklch(0.89 0.039 66) |
Color harmonies
Tints & shades
Code snippets
color: #eed7c1;
background-color: #eed7c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEED7C1)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.84, blue: 0.76, alpha: 1.0)