Shades of Spring Wood #E9E1DC
Tints of Spring Wood #E9E1DC
RGB
CMYK
RGB Variations
Color information
#E9E1DC (or 0xE9E1DC) is known color: Spring Wood. HEX triplet: E9, E1 and DC. RGB value is (233,225,220). Sum of RGB (Red+Green+Blue) = 233+225+220=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1DC is #161E23. Grayscale: #E2E2E2. Windows color (decimal): -1449508 or 14475753. OLE color: 14475753.
HSL color Cylindrical-coordinate representation of color #E9E1DC: hue angle of 23.08º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9E1DC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 220 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.09 |
| HSL | 23.08º | 0.23% | 0.89% | - |
| HSV(B) | 23.08º | 0.06% | 0.91% | - |
| XYZ | 73.45 | 76.34 | 78.57 | - |
| YUV | 226.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 220 | 0 | 0.03 | 0.06 | 0.09 | 23.08 | 0.23 | 0.89 |
| Hex | E9 | E1 | DC | 0 | 3 | 6 | 9 | 17 | 17 | 59 |
| Octal | 351 | 341 | 334 | 0 | 3 | 6 | 11 | 27 | 27 | 131 |
| Binary | 11101001 | 11100001 | 11011100 | 0 | 11 | 110 | 1001 | 10111 | 10111 | 1011001 |
Color Harmonies of #E9E1DC
Complementary color
Monochromatic Colors of #E9E1DC
Black with #E9E1DC
Text Example
Text Example
White with #E9E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1DC; }
p { color: rgb(233,225,220); }
H1.HeaderClassName
{
color: #E9E1DC;
}
.AnyTagClassName
{
color: #E9E1DC;
}
</style>
background-color css
<style>
a { background-color: #E9E1DC; }
a { background-color: rgb(233,225,220); }
div.DivClassName
{
background-color: #E9E1DC;
}
.BgClassName
{
background-color: #E9E1DC;
}
</style>
border-color css
<style>
span { border-color: #E9E1DC; }
span { border-color: rgb(233,225,220); }
td.TdClassName
{
border-color: #E9E1DC;
}
.TagClassName
{
border-color: #E9E1DC;
}
</style>