Shades of Desert Sand #EACDAF
Tints of Desert Sand #EACDAF
RGB
CMYK
RGB Variations
Color information
#EACDAF (or 0xEACDAF) is known color: Desert Sand. HEX triplet: EA, CD and AF. RGB value is (234,205,175). Sum of RGB (Red+Green+Blue) = 234+205+175=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDAF is #153250. Grayscale: #D2D2D2. Windows color (decimal): -1389137 or 11521514. OLE color: 11521514.
HSL color Cylindrical-coordinate representation of color #EACDAF: hue angle of 30.51º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EACDAF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 175 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.08 |
| HSL | 30.51º | 0.58% | 0.8% | - |
| HSV(B) | 30.51º | 0.25% | 0.92% | - |
| XYZ | 63.5 | 64.25 | 49.61 | - |
| YUV | 210.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 175 | 0 | 0.12 | 0.25 | 0.08 | 30.51 | 0.58 | 0.8 |
| Hex | EA | CD | AF | 0 | C | 19 | 8 | 1F | 3A | 50 |
| Octal | 352 | 315 | 257 | 0 | 14 | 31 | 10 | 37 | 72 | 120 |
| Binary | 11101010 | 11001101 | 10101111 | 0 | 1100 | 11001 | 1000 | 11111 | 111010 | 1010000 |
Color Harmonies of #EACDAF
Complementary color
Monochromatic Colors of #EACDAF
Black with #EACDAF
Text Example
Text Example
White with #EACDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDAF; }
p { color: rgb(234,205,175); }
H1.HeaderClassName
{
color: #EACDAF;
}
.AnyTagClassName
{
color: #EACDAF;
}
</style>
background-color css
<style>
a { background-color: #EACDAF; }
a { background-color: rgb(234,205,175); }
div.DivClassName
{
background-color: #EACDAF;
}
.BgClassName
{
background-color: #EACDAF;
}
</style>
border-color css
<style>
span { border-color: #EACDAF; }
span { border-color: rgb(234,205,175); }
td.TdClassName
{
border-color: #EACDAF;
}
.TagClassName
{
border-color: #EACDAF;
}
</style>