Shades of Desert Sand #E8CBAC
Tints of Desert Sand #E8CBAC
RGB
CMYK
RGB Variations
Color information
#E8CBAC (or 0xE8CBAC) is known color: Desert Sand. HEX triplet: E8, CB and AC. RGB value is (232,203,172). Sum of RGB (Red+Green+Blue) = 232+203+172=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CBAC is #173453. Grayscale: #D0D0D0. Windows color (decimal): -1520724 or 11324392. OLE color: 11324392.
HSL color Cylindrical-coordinate representation of color #E8CBAC: hue angle of 31º degrees, saturation: 0.57, 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 #E8CBAC is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 172 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.09 |
| HSL | 31º | 0.57% | 0.79% | - |
| HSV(B) | 31º | 0.26% | 0.91% | - |
| XYZ | 62.08 | 62.85 | 47.89 | - |
| YUV | 208.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 172 | 0 | 0.12 | 0.26 | 0.09 | 31 | 0.57 | 0.79 |
| Hex | E8 | CB | AC | 0 | C | 1A | 9 | 1F | 39 | 4F |
| Octal | 350 | 313 | 254 | 0 | 14 | 32 | 11 | 37 | 71 | 117 |
| Binary | 11101000 | 11001011 | 10101100 | 0 | 1100 | 11010 | 1001 | 11111 | 111001 | 1001111 |
Color Harmonies of #E8CBAC
Complementary color
Monochromatic Colors of #E8CBAC
Black with #E8CBAC
Text Example
Text Example
White with #E8CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBAC; }
p { color: rgb(232,203,172); }
H1.HeaderClassName
{
color: #E8CBAC;
}
.AnyTagClassName
{
color: #E8CBAC;
}
</style>
background-color css
<style>
a { background-color: #E8CBAC; }
a { background-color: rgb(232,203,172); }
div.DivClassName
{
background-color: #E8CBAC;
}
.BgClassName
{
background-color: #E8CBAC;
}
</style>
border-color css
<style>
span { border-color: #E8CBAC; }
span { border-color: rgb(232,203,172); }
td.TdClassName
{
border-color: #E8CBAC;
}
.TagClassName
{
border-color: #E8CBAC;
}
</style>