Shades of Spring Wood #E5E1DE
Tints of Spring Wood #E5E1DE
RGB
CMYK
RGB Variations
Color information
#E5E1DE (or 0xE5E1DE) is known color: Spring Wood. HEX triplet: E5, E1 and DE. RGB value is (229,225,222). Sum of RGB (Red+Green+Blue) = 229+225+222=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DE is #1A1E21. Grayscale: #E1E1E1. Windows color (decimal): -1711650 or 14606821. OLE color: 14606821.
HSL color Cylindrical-coordinate representation of color #E5E1DE: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E1DE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 222 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.10 |
| HSL | 25.71º | 0.12% | 0.88% | - |
| HSV(B) | 25.71º | 0.03% | 0.9% | - |
| XYZ | 72.42 | 75.78 | 79.92 | - |
| YUV | 225.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 222 | 0 | 0.02 | 0.03 | 0.10 | 25.71 | 0.12 | 0.88 |
| Hex | E5 | E1 | DE | 0 | 2 | 3 | A | 1A | C | 58 |
| Octal | 345 | 341 | 336 | 0 | 2 | 3 | 12 | 32 | 14 | 130 |
| Binary | 11100101 | 11100001 | 11011110 | 0 | 10 | 11 | 1010 | 11010 | 1100 | 1011000 |
Color Harmonies of #E5E1DE
Complementary color
Monochromatic Colors of #E5E1DE
Black with #E5E1DE
Text Example
Text Example
White with #E5E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1DE; }
p { color: rgb(229,225,222); }
H1.HeaderClassName
{
color: #E5E1DE;
}
.AnyTagClassName
{
color: #E5E1DE;
}
</style>
background-color css
<style>
a { background-color: #E5E1DE; }
a { background-color: rgb(229,225,222); }
div.DivClassName
{
background-color: #E5E1DE;
}
.BgClassName
{
background-color: #E5E1DE;
}
</style>
border-color css
<style>
span { border-color: #E5E1DE; }
span { border-color: rgb(229,225,222); }
td.TdClassName
{
border-color: #E5E1DE;
}
.TagClassName
{
border-color: #E5E1DE;
}
</style>