Shades of Desert Sand #EAC8AB
Tints of Desert Sand #EAC8AB
RGB
CMYK
RGB Variations
Color information
#EAC8AB (or 0xEAC8AB) is known color: Desert Sand. HEX triplet: EA, C8 and AB. RGB value is (234,200,171). Sum of RGB (Red+Green+Blue) = 234+200+171=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8AB is #153754. Grayscale: #CFCFCF. Windows color (decimal): -1390421 or 11258090. OLE color: 11258090.
HSL color Cylindrical-coordinate representation of color #EAC8AB: hue angle of 27.62º 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 #EAC8AB is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 171 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.08 |
| HSL | 27.62º | 0.6% | 0.79% | - |
| HSV(B) | 27.62º | 0.27% | 0.92% | - |
| XYZ | 61.94 | 61.74 | 47.18 | - |
| YUV | 206.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 171 | 0 | 0.15 | 0.27 | 0.08 | 27.62 | 0.6 | 0.79 |
| Hex | EA | C8 | AB | 0 | F | 1B | 8 | 1C | 3C | 4F |
| Octal | 352 | 310 | 253 | 0 | 17 | 33 | 10 | 34 | 74 | 117 |
| Binary | 11101010 | 11001000 | 10101011 | 0 | 1111 | 11011 | 1000 | 11100 | 111100 | 1001111 |
Color Harmonies of #EAC8AB
Complementary color
Monochromatic Colors of #EAC8AB
Black with #EAC8AB
Text Example
Text Example
White with #EAC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8AB; }
p { color: rgb(234,200,171); }
H1.HeaderClassName
{
color: #EAC8AB;
}
.AnyTagClassName
{
color: #EAC8AB;
}
</style>
background-color css
<style>
a { background-color: #EAC8AB; }
a { background-color: rgb(234,200,171); }
div.DivClassName
{
background-color: #EAC8AB;
}
.BgClassName
{
background-color: #EAC8AB;
}
</style>
border-color css
<style>
span { border-color: #EAC8AB; }
span { border-color: rgb(234,200,171); }
td.TdClassName
{
border-color: #EAC8AB;
}
.TagClassName
{
border-color: #EAC8AB;
}
</style>