Shades of Desert Sand #EAC6AB
Tints of Desert Sand #EAC6AB
RGB
CMYK
RGB Variations
Color information
#EAC6AB (or 0xEAC6AB) is known color: Desert Sand. HEX triplet: EA, C6 and AB. RGB value is (234,198,171). Sum of RGB (Red+Green+Blue) = 234+198+171=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6AB is #153954. Grayscale: #CDCDCD. Windows color (decimal): -1390933 or 11257578. OLE color: 11257578.
HSL color Cylindrical-coordinate representation of color #EAC6AB: hue angle of 25.71º 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 #EAC6AB is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 171 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.08 |
| HSL | 25.71º | 0.6% | 0.79% | - |
| HSV(B) | 25.71º | 0.27% | 0.92% | - |
| XYZ | 61.48 | 60.82 | 47.03 | - |
| YUV | 205.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 171 | 0 | 0.15 | 0.27 | 0.08 | 25.71 | 0.6 | 0.79 |
| Hex | EA | C6 | AB | 0 | F | 1B | 8 | 1A | 3C | 4F |
| Octal | 352 | 306 | 253 | 0 | 17 | 33 | 10 | 32 | 74 | 117 |
| Binary | 11101010 | 11000110 | 10101011 | 0 | 1111 | 11011 | 1000 | 11010 | 111100 | 1001111 |
Color Harmonies of #EAC6AB
Complementary color
Monochromatic Colors of #EAC6AB
Black with #EAC6AB
Text Example
Text Example
White with #EAC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6AB; }
p { color: rgb(234,198,171); }
H1.HeaderClassName
{
color: #EAC6AB;
}
.AnyTagClassName
{
color: #EAC6AB;
}
</style>
background-color css
<style>
a { background-color: #EAC6AB; }
a { background-color: rgb(234,198,171); }
div.DivClassName
{
background-color: #EAC6AB;
}
.BgClassName
{
background-color: #EAC6AB;
}
</style>
border-color css
<style>
span { border-color: #EAC6AB; }
span { border-color: rgb(234,198,171); }
td.TdClassName
{
border-color: #EAC6AB;
}
.TagClassName
{
border-color: #EAC6AB;
}
</style>