Shades of Desert Sand #E7C3AA
Tints of Desert Sand #E7C3AA
RGB
CMYK
RGB Variations
Color information
#E7C3AA (or 0xE7C3AA) is known color: Desert Sand. HEX triplet: E7, C3 and AA. RGB value is (231,195,170). Sum of RGB (Red+Green+Blue) = 231+195+170=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C3AA is #183C55. Grayscale: #CBCBCB. Windows color (decimal): -1588310 or 11191271. OLE color: 11191271.
HSL color Cylindrical-coordinate representation of color #E7C3AA: hue angle of 24.59º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7C3AA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 170 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.09 |
| HSL | 24.59º | 0.56% | 0.79% | - |
| HSV(B) | 24.59º | 0.26% | 0.91% | - |
| XYZ | 59.73 | 58.92 | 46.26 | - |
| YUV | 202.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 170 | 0 | 0.16 | 0.26 | 0.09 | 24.59 | 0.56 | 0.79 |
| Hex | E7 | C3 | AA | 0 | 10 | 1A | 9 | 19 | 38 | 4F |
| Octal | 347 | 303 | 252 | 0 | 20 | 32 | 11 | 31 | 70 | 117 |
| Binary | 11100111 | 11000011 | 10101010 | 0 | 10000 | 11010 | 1001 | 11001 | 111000 | 1001111 |
Color Harmonies of #E7C3AA
Complementary color
Monochromatic Colors of #E7C3AA
Black with #E7C3AA
Text Example
Text Example
White with #E7C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C3AA; }
p { color: rgb(231,195,170); }
H1.HeaderClassName
{
color: #E7C3AA;
}
.AnyTagClassName
{
color: #E7C3AA;
}
</style>
background-color css
<style>
a { background-color: #E7C3AA; }
a { background-color: rgb(231,195,170); }
div.DivClassName
{
background-color: #E7C3AA;
}
.BgClassName
{
background-color: #E7C3AA;
}
</style>
border-color css
<style>
span { border-color: #E7C3AA; }
span { border-color: rgb(231,195,170); }
td.TdClassName
{
border-color: #E7C3AA;
}
.TagClassName
{
border-color: #E7C3AA;
}
</style>