Shades of Desert Sand #EACEB4
Tints of Desert Sand #EACEB4
RGB
CMYK
RGB Variations
Color information
#EACEB4 (or 0xEACEB4) is known color: Desert Sand. HEX triplet: EA, CE and B4. RGB value is (234,206,180). Sum of RGB (Red+Green+Blue) = 234+206+180=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEB4 is #15314B. Grayscale: #D3D3D3. Windows color (decimal): -1388876 or 11849450. OLE color: 11849450.
HSL color Cylindrical-coordinate representation of color #EACEB4: hue angle of 28.89º 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 #EACEB4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 180 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.08 |
| HSL | 28.89º | 0.56% | 0.81% | - |
| HSV(B) | 28.89º | 0.23% | 0.92% | - |
| XYZ | 64.24 | 64.93 | 52.33 | - |
| YUV | 211.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 180 | 0 | 0.12 | 0.23 | 0.08 | 28.89 | 0.56 | 0.81 |
| Hex | EA | CE | B4 | 0 | C | 17 | 8 | 1D | 38 | 51 |
| Octal | 352 | 316 | 264 | 0 | 14 | 27 | 10 | 35 | 70 | 121 |
| Binary | 11101010 | 11001110 | 10110100 | 0 | 1100 | 10111 | 1000 | 11101 | 111000 | 1010001 |
Color Harmonies of #EACEB4
Complementary color
Monochromatic Colors of #EACEB4
Black with #EACEB4
Text Example
Text Example
White with #EACEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEB4; }
p { color: rgb(234,206,180); }
H1.HeaderClassName
{
color: #EACEB4;
}
.AnyTagClassName
{
color: #EACEB4;
}
</style>
background-color css
<style>
a { background-color: #EACEB4; }
a { background-color: rgb(234,206,180); }
div.DivClassName
{
background-color: #EACEB4;
}
.BgClassName
{
background-color: #EACEB4;
}
</style>
border-color css
<style>
span { border-color: #EACEB4; }
span { border-color: rgb(234,206,180); }
td.TdClassName
{
border-color: #EACEB4;
}
.TagClassName
{
border-color: #EACEB4;
}
</style>