Color #EEE8AA

#EEE8AArgb(238, 232, 170)

Color Codes

HEX#EEE8AA
RGBrgb(238, 232, 170)
HSLhsl(55°, 67%, 80%)
CMYKcmyk(0%, 3%, 29%, 7%)
CIELABLab(91.1, -7.3, 31)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #EEE8AA;
color: #EEE8AA;
border: 2px solid #EEE8AA;
background: linear-gradient(135deg, #EEE8AA, #aab0ee);

Code Export

css
:root {
  --color-primary: #eee8aa;
  --color-primary-rgb: 238, 232, 170;
  --color-primary-hsl: 55, 67%, 80%;
}

Related Tools