Shades of Desert Sand #E5CAAC
Tints of Desert Sand #E5CAAC
RGB
CMYK
RGB Variations
Color information
#E5CAAC (or 0xE5CAAC) is known color: Desert Sand. HEX triplet: E5, CA and AC. RGB value is (229,202,172). Sum of RGB (Red+Green+Blue) = 229+202+172=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAAC is #1A3553. Grayscale: #CECECE. Windows color (decimal): -1717588 or 11324133. OLE color: 11324133.
HSL color Cylindrical-coordinate representation of color #E5CAAC: hue angle of 31.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5CAAC is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 202 | 172 | - |
CMYK | 0 | 0.12 | 0.25 | 0.10 |
HSL | 31.58º | 0.52% | 0.79% | - |
HSV(B) | 31.58º | 0.25% | 0.9% | - |
XYZ | 60.88 | 61.88 | 47.76 | - |
YUV | 206.65 | 108.45 | 143.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 202 | 172 | 0 | 0.12 | 0.25 | 0.10 | 31.58 | 0.52 | 0.79 |
Hex | E5 | CA | AC | 0 | C | 19 | A | 20 | 34 | 4F |
Octal | 345 | 312 | 254 | 0 | 14 | 31 | 12 | 40 | 64 | 117 |
Binary | 11100101 | 11001010 | 10101100 | 0 | 1100 | 11001 | 1010 | 100000 | 110100 | 1001111 |
Color Harmonies of #E5CAAC
Complementary color
Monochromatic Colors of #E5CAAC
Black with #E5CAAC
Text Example
Text Example
White with #E5CAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAAC; }
p { color: rgb(229,202,172); }
H1.HeaderClassName
{
color: #E5CAAC;
}
.AnyTagClassName
{
color: #E5CAAC;
}
</style>
background-color css
<style>
a { background-color: #E5CAAC; }
a { background-color: rgb(229,202,172); }
div.DivClassName
{
background-color: #E5CAAC;
}
.BgClassName
{
background-color: #E5CAAC;
}
</style>
border-color css
<style>
span { border-color: #E5CAAC; }
span { border-color: rgb(229,202,172); }
td.TdClassName
{
border-color: #E5CAAC;
}
.TagClassName
{
border-color: #E5CAAC;
}
</style>