Shades of Desert Sand #EACDB2
Tints of Desert Sand #EACDB2
RGB
CMYK
RGB Variations
Color information
#EACDB2 (or 0xEACDB2) is known color: Desert Sand. HEX triplet: EA, CD and B2. RGB value is (234,205,178). Sum of RGB (Red+Green+Blue) = 234+205+178=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDB2 is #15324D. Grayscale: #D2D2D2. Windows color (decimal): -1389134 or 11718122. OLE color: 11718122.
HSL color Cylindrical-coordinate representation of color #EACDB2: hue angle of 28.93º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EACDB2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 178 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.08 |
| HSL | 28.93º | 0.57% | 0.81% | - |
| HSV(B) | 28.93º | 0.24% | 0.92% | - |
| XYZ | 63.8 | 64.37 | 51.18 | - |
| YUV | 210.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 178 | 0 | 0.12 | 0.24 | 0.08 | 28.93 | 0.57 | 0.81 |
| Hex | EA | CD | B2 | 0 | C | 18 | 8 | 1D | 39 | 51 |
| Octal | 352 | 315 | 262 | 0 | 14 | 30 | 10 | 35 | 71 | 121 |
| Binary | 11101010 | 11001101 | 10110010 | 0 | 1100 | 11000 | 1000 | 11101 | 111001 | 1010001 |
Color Harmonies of #EACDB2
Complementary color
Monochromatic Colors of #EACDB2
Black with #EACDB2
Text Example
Text Example
White with #EACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDB2; }
p { color: rgb(234,205,178); }
H1.HeaderClassName
{
color: #EACDB2;
}
.AnyTagClassName
{
color: #EACDB2;
}
</style>
background-color css
<style>
a { background-color: #EACDB2; }
a { background-color: rgb(234,205,178); }
div.DivClassName
{
background-color: #EACDB2;
}
.BgClassName
{
background-color: #EACDB2;
}
</style>
border-color css
<style>
span { border-color: #EACDB2; }
span { border-color: rgb(234,205,178); }
td.TdClassName
{
border-color: #EACDB2;
}
.TagClassName
{
border-color: #EACDB2;
}
</style>