Shades of Desert Sand #EACAB5
Tints of Desert Sand #EACAB5
RGB
CMYK
RGB Variations
Color information
#EACAB5 (or 0xEACAB5) is known color: Desert Sand. HEX triplet: EA, CA and B5. RGB value is (234,202,181). Sum of RGB (Red+Green+Blue) = 234+202+181=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB5 is #15354A. Grayscale: #D1D1D1. Windows color (decimal): -1389899 or 11913962. OLE color: 11913962.
HSL color Cylindrical-coordinate representation of color #EACAB5: hue angle of 23.77º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EACAB5 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 181 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.08 |
| HSL | 23.77º | 0.56% | 0.81% | - |
| HSV(B) | 23.77º | 0.23% | 0.92% | - |
| XYZ | 63.39 | 63.07 | 52.55 | - |
| YUV | 209.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 181 | 0 | 0.14 | 0.23 | 0.08 | 23.77 | 0.56 | 0.81 |
| Hex | EA | CA | B5 | 0 | E | 17 | 8 | 18 | 38 | 51 |
| Octal | 352 | 312 | 265 | 0 | 16 | 27 | 10 | 30 | 70 | 121 |
| Binary | 11101010 | 11001010 | 10110101 | 0 | 1110 | 10111 | 1000 | 11000 | 111000 | 1010001 |
Color Harmonies of #EACAB5
Complementary color
Monochromatic Colors of #EACAB5
Black with #EACAB5
Text Example
Text Example
White with #EACAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAB5; }
p { color: rgb(234,202,181); }
H1.HeaderClassName
{
color: #EACAB5;
}
.AnyTagClassName
{
color: #EACAB5;
}
</style>
background-color css
<style>
a { background-color: #EACAB5; }
a { background-color: rgb(234,202,181); }
div.DivClassName
{
background-color: #EACAB5;
}
.BgClassName
{
background-color: #EACAB5;
}
</style>
border-color css
<style>
span { border-color: #EACAB5; }
span { border-color: rgb(234,202,181); }
td.TdClassName
{
border-color: #EACAB5;
}
.TagClassName
{
border-color: #EACAB5;
}
</style>