Shades of Spring Wood #EEE0D1
Tints of Spring Wood #EEE0D1
RGB
CMYK
RGB Variations
Color information
#EEE0D1 (or 0xEEE0D1) is known color: Spring Wood. HEX triplet: EE, E0 and D1. RGB value is (238,224,209). Sum of RGB (Red+Green+Blue) = 238+224+209=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0D1 is #111F2E. Grayscale: #E2E2E2. Windows color (decimal): -1122095 or 13754606. OLE color: 13754606.
HSL color Cylindrical-coordinate representation of color #EEE0D1: hue angle of 31.03º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEE0D1 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 209 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.07 |
| HSL | 31.03º | 0.46% | 0.88% | - |
| HSV(B) | 31.03º | 0.12% | 0.93% | - |
| XYZ | 73.42 | 76.09 | 71.14 | - |
| YUV | 226.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 209 | 0 | 0.06 | 0.12 | 0.07 | 31.03 | 0.46 | 0.88 |
| Hex | EE | E0 | D1 | 0 | 6 | C | 7 | 1F | 2E | 58 |
| Octal | 356 | 340 | 321 | 0 | 6 | 14 | 7 | 37 | 56 | 130 |
| Binary | 11101110 | 11100000 | 11010001 | 0 | 110 | 1100 | 111 | 11111 | 101110 | 1011000 |
Color Harmonies of #EEE0D1
Complementary color
Monochromatic Colors of #EEE0D1
Black with #EEE0D1
Text Example
Text Example
White with #EEE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0D1; }
p { color: rgb(238,224,209); }
H1.HeaderClassName
{
color: #EEE0D1;
}
.AnyTagClassName
{
color: #EEE0D1;
}
</style>
background-color css
<style>
a { background-color: #EEE0D1; }
a { background-color: rgb(238,224,209); }
div.DivClassName
{
background-color: #EEE0D1;
}
.BgClassName
{
background-color: #EEE0D1;
}
</style>
border-color css
<style>
span { border-color: #EEE0D1; }
span { border-color: rgb(238,224,209); }
td.TdClassName
{
border-color: #EEE0D1;
}
.TagClassName
{
border-color: #EEE0D1;
}
</style>