Shades of Desert Sand #EACDAE
Tints of Desert Sand #EACDAE
RGB
CMYK
RGB Variations
Color information
#EACDAE (or 0xEACDAE) is known color: Desert Sand. HEX triplet: EA, CD and AE. RGB value is (234,205,174). Sum of RGB (Red+Green+Blue) = 234+205+174=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDAE is #153251. Grayscale: #D2D2D2. Windows color (decimal): -1389138 or 11455978. OLE color: 11455978.
HSL color Cylindrical-coordinate representation of color #EACDAE: hue angle of 31º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EACDAE is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 174 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.08 |
| HSL | 31º | 0.59% | 0.8% | - |
| HSV(B) | 31º | 0.26% | 0.92% | - |
| XYZ | 63.4 | 64.21 | 49.1 | - |
| YUV | 210.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 174 | 0 | 0.12 | 0.26 | 0.08 | 31 | 0.59 | 0.8 |
| Hex | EA | CD | AE | 0 | C | 1A | 8 | 1F | 3B | 50 |
| Octal | 352 | 315 | 256 | 0 | 14 | 32 | 10 | 37 | 73 | 120 |
| Binary | 11101010 | 11001101 | 10101110 | 0 | 1100 | 11010 | 1000 | 11111 | 111011 | 1010000 |
Color Harmonies of #EACDAE
Complementary color
Monochromatic Colors of #EACDAE
Black with #EACDAE
Text Example
Text Example
White with #EACDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDAE; }
p { color: rgb(234,205,174); }
H1.HeaderClassName
{
color: #EACDAE;
}
.AnyTagClassName
{
color: #EACDAE;
}
</style>
background-color css
<style>
a { background-color: #EACDAE; }
a { background-color: rgb(234,205,174); }
div.DivClassName
{
background-color: #EACDAE;
}
.BgClassName
{
background-color: #EACDAE;
}
</style>
border-color css
<style>
span { border-color: #EACDAE; }
span { border-color: rgb(234,205,174); }
td.TdClassName
{
border-color: #EACDAE;
}
.TagClassName
{
border-color: #EACDAE;
}
</style>