Shades of Spring Wood #EEE1D4
Tints of Spring Wood #EEE1D4
RGB
CMYK
RGB Variations
Color information
#EEE1D4 (or 0xEEE1D4) is known color: Spring Wood. HEX triplet: EE, E1 and D4. RGB value is (238,225,212). Sum of RGB (Red+Green+Blue) = 238+225+212=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1D4 is #111E2B. Grayscale: #E3E3E3. Windows color (decimal): -1121836 or 13951470. OLE color: 13951470.
HSL color Cylindrical-coordinate representation of color #EEE1D4: hue angle of 30º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 212 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.07 |
| HSL | 30º | 0.43% | 0.88% | - |
| HSV(B) | 30º | 0.11% | 0.93% | - |
| XYZ | 74.07 | 76.78 | 73.2 | - |
| YUV | 227.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 212 | 0 | 0.05 | 0.11 | 0.07 | 30 | 0.43 | 0.88 |
| Hex | EE | E1 | D4 | 0 | 5 | B | 7 | 1E | 2B | 58 |
| Octal | 356 | 341 | 324 | 0 | 5 | 13 | 7 | 36 | 53 | 130 |
| Binary | 11101110 | 11100001 | 11010100 | 0 | 101 | 1011 | 111 | 11110 | 101011 | 1011000 |
Color Harmonies of #EEE1D4
Complementary color
Monochromatic Colors of #EEE1D4
Black with #EEE1D4
Text Example
Text Example
White with #EEE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1D4; }
p { color: rgb(238,225,212); }
H1.HeaderClassName
{
color: #EEE1D4;
}
.AnyTagClassName
{
color: #EEE1D4;
}
</style>
background-color css
<style>
a { background-color: #EEE1D4; }
a { background-color: rgb(238,225,212); }
div.DivClassName
{
background-color: #EEE1D4;
}
.BgClassName
{
background-color: #EEE1D4;
}
</style>
border-color css
<style>
span { border-color: #EEE1D4; }
span { border-color: rgb(238,225,212); }
td.TdClassName
{
border-color: #EEE1D4;
}
.TagClassName
{
border-color: #EEE1D4;
}
</style>