Shades of Wild Sand #E1E0DE
Tints of Wild Sand #E1E0DE
RGB
CMYK
RGB Variations
Color information
#E1E0DE (or 0xE1E0DE) is known color: Wild Sand. HEX triplet: E1, E0 and DE. RGB value is (225,224,222). Sum of RGB (Red+Green+Blue) = 225+224+222=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DE is #1E1F21. Grayscale: #E0E0E0. Windows color (decimal): -1974050 or 14606561. OLE color: 14606561.
HSL color Cylindrical-coordinate representation of color #E1E0DE: hue angle of 40º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1E0DE is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 224 | 222 | - |
CMYK | 0 | 0.00 | 0.01 | 0.12 |
HSL | 40º | 0.05% | 0.88% | - |
HSV(B) | 40º | 0.01% | 0.88% | - |
XYZ | 70.89 | 74.59 | 79.77 | - |
YUV | 224.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 224 | 222 | 0 | 0.00 | 0.01 | 0.12 | 40 | 0.05 | 0.88 |
Hex | E1 | E0 | DE | 0 | 0 | 1 | C | 28 | 5 | 58 |
Octal | 341 | 340 | 336 | 0 | 0 | 1 | 14 | 50 | 5 | 130 |
Binary | 11100001 | 11100000 | 11011110 | 0 | 0 | 1 | 1100 | 101000 | 101 | 1011000 |
Color Harmonies of #E1E0DE
Complementary color
Monochromatic Colors of #E1E0DE
Black with #E1E0DE
Text Example
Text Example
White with #E1E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0DE; }
p { color: rgb(225,224,222); }
H1.HeaderClassName
{
color: #E1E0DE;
}
.AnyTagClassName
{
color: #E1E0DE;
}
</style>
background-color css
<style>
a { background-color: #E1E0DE; }
a { background-color: rgb(225,224,222); }
div.DivClassName
{
background-color: #E1E0DE;
}
.BgClassName
{
background-color: #E1E0DE;
}
</style>
border-color css
<style>
span { border-color: #E1E0DE; }
span { border-color: rgb(225,224,222); }
td.TdClassName
{
border-color: #E1E0DE;
}
.TagClassName
{
border-color: #E1E0DE;
}
</style>