Shades of Desert Sand #EACBAF
Tints of Desert Sand #EACBAF
RGB
CMYK
RGB Variations
Color information
#EACBAF (or 0xEACBAF) is known color: Desert Sand. HEX triplet: EA, CB and AF. RGB value is (234,203,175). Sum of RGB (Red+Green+Blue) = 234+203+175=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBAF is #153450. Grayscale: #D1D1D1. Windows color (decimal): -1389649 or 11521002. OLE color: 11521002.
HSL color Cylindrical-coordinate representation of color #EACBAF: hue angle of 28.47º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EACBAF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 175 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.08 |
| HSL | 28.47º | 0.58% | 0.8% | - |
| HSV(B) | 28.47º | 0.25% | 0.92% | - |
| XYZ | 63.03 | 63.3 | 49.45 | - |
| YUV | 209.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 175 | 0 | 0.13 | 0.25 | 0.08 | 28.47 | 0.58 | 0.8 |
| Hex | EA | CB | AF | 0 | D | 19 | 8 | 1C | 3A | 50 |
| Octal | 352 | 313 | 257 | 0 | 15 | 31 | 10 | 34 | 72 | 120 |
| Binary | 11101010 | 11001011 | 10101111 | 0 | 1101 | 11001 | 1000 | 11100 | 111010 | 1010000 |
Color Harmonies of #EACBAF
Complementary color
Monochromatic Colors of #EACBAF
Black with #EACBAF
Text Example
Text Example
White with #EACBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBAF; }
p { color: rgb(234,203,175); }
H1.HeaderClassName
{
color: #EACBAF;
}
.AnyTagClassName
{
color: #EACBAF;
}
</style>
background-color css
<style>
a { background-color: #EACBAF; }
a { background-color: rgb(234,203,175); }
div.DivClassName
{
background-color: #EACBAF;
}
.BgClassName
{
background-color: #EACBAF;
}
</style>
border-color css
<style>
span { border-color: #EACBAF; }
span { border-color: rgb(234,203,175); }
td.TdClassName
{
border-color: #EACBAF;
}
.TagClassName
{
border-color: #EACBAF;
}
</style>