Shades of Desert Sand #E1CAB7
Tints of Desert Sand #E1CAB7
RGB
CMYK
RGB Variations
Color information
#E1CAB7 (or 0xE1CAB7) is known color: Desert Sand. HEX triplet: E1, CA and B7. RGB value is (225,202,183). Sum of RGB (Red+Green+Blue) = 225+202+183=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAB7 is #1E3548. Grayscale: #CECECE. Windows color (decimal): -1979721 or 12045025. OLE color: 12045025.
HSL color Cylindrical-coordinate representation of color #E1CAB7: hue angle of 27.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CAB7 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 183 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.12 |
| HSL | 27.14º | 0.41% | 0.8% | - |
| HSV(B) | 27.14º | 0.19% | 0.88% | - |
| XYZ | 60.72 | 61.67 | 53.5 | - |
| YUV | 206.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 183 | 0 | 0.10 | 0.19 | 0.12 | 27.14 | 0.41 | 0.8 |
| Hex | E1 | CA | B7 | 0 | A | 13 | C | 1B | 29 | 50 |
| Octal | 341 | 312 | 267 | 0 | 12 | 23 | 14 | 33 | 51 | 120 |
| Binary | 11100001 | 11001010 | 10110111 | 0 | 1010 | 10011 | 1100 | 11011 | 101001 | 1010000 |
Color Harmonies of #E1CAB7
Complementary color
Monochromatic Colors of #E1CAB7
Black with #E1CAB7
Text Example
Text Example
White with #E1CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAB7; }
p { color: rgb(225,202,183); }
H1.HeaderClassName
{
color: #E1CAB7;
}
.AnyTagClassName
{
color: #E1CAB7;
}
</style>
background-color css
<style>
a { background-color: #E1CAB7; }
a { background-color: rgb(225,202,183); }
div.DivClassName
{
background-color: #E1CAB7;
}
.BgClassName
{
background-color: #E1CAB7;
}
</style>
border-color css
<style>
span { border-color: #E1CAB7; }
span { border-color: rgb(225,202,183); }
td.TdClassName
{
border-color: #E1CAB7;
}
.TagClassName
{
border-color: #E1CAB7;
}
</style>