Fatty Sashimi
#eec4b4
Fatty Sashimi, represented by the hex value #eec4b4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eec4b4 | |
|---|---|---|
| RGB | rgb(238, 196, 180) | |
| HSL | hsl(17, 63%, 82%) | |
| CMYK | cmyk(0%, 18%, 24%, 7%) | |
| LAB | lab(83, 14, 14) | |
| OKLCH | oklch(0.85 0.053 42) |
Color harmonies
Tints & shades
Code snippets
color: #eec4b4;
background-color: #eec4b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEC4B4)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.77, blue: 0.71, alpha: 1.0)