Shades of Spring Wood #E5E0DB
Tints of Spring Wood #E5E0DB
RGB
CMYK
RGB Variations
Color information
#E5E0DB (or 0xE5E0DB) is known color: Spring Wood. HEX triplet: E5, E0 and DB. RGB value is (229,224,219). Sum of RGB (Red+Green+Blue) = 229+224+219=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0DB is #1A1F24. Grayscale: #E0E0E0. Windows color (decimal): -1711909 or 14409957. OLE color: 14409957.
HSL color Cylindrical-coordinate representation of color #E5E0DB: hue angle of 30º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E0DB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 224 | 219 | - |
CMYK | 0 | 0.02 | 0.04 | 0.10 |
HSL | 30º | 0.16% | 0.88% | - |
HSV(B) | 30º | 0.04% | 0.9% | - |
XYZ | 71.75 | 75.08 | 77.73 | - |
YUV | 224.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 224 | 219 | 0 | 0.02 | 0.04 | 0.10 | 30 | 0.16 | 0.88 |
Hex | E5 | E0 | DB | 0 | 2 | 4 | A | 1E | 10 | 58 |
Octal | 345 | 340 | 333 | 0 | 2 | 4 | 12 | 36 | 20 | 130 |
Binary | 11100101 | 11100000 | 11011011 | 0 | 10 | 100 | 1010 | 11110 | 10000 | 1011000 |
Color Harmonies of #E5E0DB
Complementary color
Monochromatic Colors of #E5E0DB
Black with #E5E0DB
Text Example
Text Example
White with #E5E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0DB; }
p { color: rgb(229,224,219); }
H1.HeaderClassName
{
color: #E5E0DB;
}
.AnyTagClassName
{
color: #E5E0DB;
}
</style>
background-color css
<style>
a { background-color: #E5E0DB; }
a { background-color: rgb(229,224,219); }
div.DivClassName
{
background-color: #E5E0DB;
}
.BgClassName
{
background-color: #E5E0DB;
}
</style>
border-color css
<style>
span { border-color: #E5E0DB; }
span { border-color: rgb(229,224,219); }
td.TdClassName
{
border-color: #E5E0DB;
}
.TagClassName
{
border-color: #E5E0DB;
}
</style>