Shades of Desert Sand #EACBAB
Tints of Desert Sand #EACBAB
RGB
CMYK
RGB Variations
Color information
#EACBAB (or 0xEACBAB) is known color: Desert Sand. HEX triplet: EA, CB and AB. RGB value is (234,203,171). Sum of RGB (Red+Green+Blue) = 234+203+171=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBAB is #153454. Grayscale: #D0D0D0. Windows color (decimal): -1389653 or 11258858. OLE color: 11258858.
HSL color Cylindrical-coordinate representation of color #EACBAB: hue angle of 30.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EACBAB is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 171 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.08 |
| HSL | 30.48º | 0.6% | 0.79% | - |
| HSV(B) | 30.48º | 0.27% | 0.92% | - |
| XYZ | 62.64 | 63.14 | 47.41 | - |
| YUV | 208.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 171 | 0 | 0.13 | 0.27 | 0.08 | 30.48 | 0.6 | 0.79 |
| Hex | EA | CB | AB | 0 | D | 1B | 8 | 1E | 3C | 4F |
| Octal | 352 | 313 | 253 | 0 | 15 | 33 | 10 | 36 | 74 | 117 |
| Binary | 11101010 | 11001011 | 10101011 | 0 | 1101 | 11011 | 1000 | 11110 | 111100 | 1001111 |
Color Harmonies of #EACBAB
Complementary color
Monochromatic Colors of #EACBAB
Black with #EACBAB
Text Example
Text Example
White with #EACBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBAB; }
p { color: rgb(234,203,171); }
H1.HeaderClassName
{
color: #EACBAB;
}
.AnyTagClassName
{
color: #EACBAB;
}
</style>
background-color css
<style>
a { background-color: #EACBAB; }
a { background-color: rgb(234,203,171); }
div.DivClassName
{
background-color: #EACBAB;
}
.BgClassName
{
background-color: #EACBAB;
}
</style>
border-color css
<style>
span { border-color: #EACBAB; }
span { border-color: rgb(234,203,171); }
td.TdClassName
{
border-color: #EACBAB;
}
.TagClassName
{
border-color: #EACBAB;
}
</style>