Woven
#e0d1a0
Woven, represented by the hex value #e0d1a0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e0d1a0 | |
|---|---|---|
| RGB | rgb(224, 209, 160) | |
| HSL | hsl(46, 51%, 75%) | |
| CMYK | cmyk(0%, 7%, 29%, 12%) | |
| LAB | lab(84, 0, 26) | |
| OKLCH | oklch(0.86 0.066 93) |
Color harmonies
Tints & shades
Code snippets
color: #e0d1a0;
background-color: #e0d1a0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE0D1A0)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.82, blue: 0.63, alpha: 1.0)