Shades of Desert Sand #E5CAB6
Tints of Desert Sand #E5CAB6
RGB
CMYK
RGB Variations
Color information
#E5CAB6 (or 0xE5CAB6) is known color: Desert Sand. HEX triplet: E5, CA and B6. RGB value is (229,202,182). Sum of RGB (Red+Green+Blue) = 229+202+182=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAB6 is #1A3549. Grayscale: #CFCFCF. Windows color (decimal): -1717578 or 11979493. OLE color: 11979493.
HSL color Cylindrical-coordinate representation of color #E5CAB6: hue angle of 25.53º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5CAB6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 182 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.10 |
| HSL | 25.53º | 0.47% | 0.81% | - |
| HSV(B) | 25.53º | 0.21% | 0.9% | - |
| XYZ | 61.88 | 62.28 | 53.02 | - |
| YUV | 207.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 182 | 0 | 0.12 | 0.21 | 0.10 | 25.53 | 0.47 | 0.81 |
| Hex | E5 | CA | B6 | 0 | C | 15 | A | 1A | 2F | 51 |
| Octal | 345 | 312 | 266 | 0 | 14 | 25 | 12 | 32 | 57 | 121 |
| Binary | 11100101 | 11001010 | 10110110 | 0 | 1100 | 10101 | 1010 | 11010 | 101111 | 1010001 |
Color Harmonies of #E5CAB6
Complementary color
Monochromatic Colors of #E5CAB6
Black with #E5CAB6
Text Example
Text Example
White with #E5CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAB6; }
p { color: rgb(229,202,182); }
H1.HeaderClassName
{
color: #E5CAB6;
}
.AnyTagClassName
{
color: #E5CAB6;
}
</style>
background-color css
<style>
a { background-color: #E5CAB6; }
a { background-color: rgb(229,202,182); }
div.DivClassName
{
background-color: #E5CAB6;
}
.BgClassName
{
background-color: #E5CAB6;
}
</style>
border-color css
<style>
span { border-color: #E5CAB6; }
span { border-color: rgb(229,202,182); }
td.TdClassName
{
border-color: #E5CAB6;
}
.TagClassName
{
border-color: #E5CAB6;
}
</style>