Shades of Desert Sand #EAC7AD
Tints of Desert Sand #EAC7AD
RGB
CMYK
RGB Variations
Color information
#EAC7AD (or 0xEAC7AD) is known color: Desert Sand. HEX triplet: EA, C7 and AD. RGB value is (234,199,173). Sum of RGB (Red+Green+Blue) = 234+199+173=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7AD is #153852. Grayscale: #CECECE. Windows color (decimal): -1390675 or 11388906. OLE color: 11388906.
HSL color Cylindrical-coordinate representation of color #EAC7AD: hue angle of 25.57º 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 #EAC7AD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 173 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.08 |
| HSL | 25.57º | 0.59% | 0.8% | - |
| HSV(B) | 25.57º | 0.26% | 0.92% | - |
| XYZ | 61.9 | 61.36 | 48.12 | - |
| YUV | 206.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 173 | 0 | 0.15 | 0.26 | 0.08 | 25.57 | 0.59 | 0.8 |
| Hex | EA | C7 | AD | 0 | F | 1A | 8 | 1A | 3B | 50 |
| Octal | 352 | 307 | 255 | 0 | 17 | 32 | 10 | 32 | 73 | 120 |
| Binary | 11101010 | 11000111 | 10101101 | 0 | 1111 | 11010 | 1000 | 11010 | 111011 | 1010000 |
Color Harmonies of #EAC7AD
Complementary color
Monochromatic Colors of #EAC7AD
Black with #EAC7AD
Text Example
Text Example
White with #EAC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7AD; }
p { color: rgb(234,199,173); }
H1.HeaderClassName
{
color: #EAC7AD;
}
.AnyTagClassName
{
color: #EAC7AD;
}
</style>
background-color css
<style>
a { background-color: #EAC7AD; }
a { background-color: rgb(234,199,173); }
div.DivClassName
{
background-color: #EAC7AD;
}
.BgClassName
{
background-color: #EAC7AD;
}
</style>
border-color css
<style>
span { border-color: #EAC7AD; }
span { border-color: rgb(234,199,173); }
td.TdClassName
{
border-color: #EAC7AD;
}
.TagClassName
{
border-color: #EAC7AD;
}
</style>