Shades of Spring Wood #E9E0D6
Tints of Spring Wood #E9E0D6
RGB
CMYK
RGB Variations
Color information
#E9E0D6 (or 0xE9E0D6) is known color: Spring Wood. HEX triplet: E9, E0 and D6. RGB value is (233,224,214). Sum of RGB (Red+Green+Blue) = 233+224+214=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0D6 is #161F29. Grayscale: #E1E1E1. Windows color (decimal): -1449770 or 14082281. OLE color: 14082281.
HSL color Cylindrical-coordinate representation of color #E9E0D6: hue angle of 31.58º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E0D6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 214 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.09 |
| HSL | 31.58º | 0.3% | 0.88% | - |
| HSV(B) | 31.58º | 0.08% | 0.91% | - |
| XYZ | 72.4 | 75.49 | 74.37 | - |
| YUV | 225.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 214 | 0 | 0.04 | 0.08 | 0.09 | 31.58 | 0.3 | 0.88 |
| Hex | E9 | E0 | D6 | 0 | 4 | 8 | 9 | 20 | 1E | 58 |
| Octal | 351 | 340 | 326 | 0 | 4 | 10 | 11 | 40 | 36 | 130 |
| Binary | 11101001 | 11100000 | 11010110 | 0 | 100 | 1000 | 1001 | 100000 | 11110 | 1011000 |
Color Harmonies of #E9E0D6
Complementary color
Monochromatic Colors of #E9E0D6
Black with #E9E0D6
Text Example
Text Example
White with #E9E0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E0D6; }
p { color: rgb(233,224,214); }
H1.HeaderClassName
{
color: #E9E0D6;
}
.AnyTagClassName
{
color: #E9E0D6;
}
</style>
background-color css
<style>
a { background-color: #E9E0D6; }
a { background-color: rgb(233,224,214); }
div.DivClassName
{
background-color: #E9E0D6;
}
.BgClassName
{
background-color: #E9E0D6;
}
</style>
border-color css
<style>
span { border-color: #E9E0D6; }
span { border-color: rgb(233,224,214); }
td.TdClassName
{
border-color: #E9E0D6;
}
.TagClassName
{
border-color: #E9E0D6;
}
</style>