Shades of Desert Sand #EDC8AD
Tints of Desert Sand #EDC8AD
RGB
CMYK
RGB Variations
Color information
#EDC8AD (or 0xEDC8AD) is known color: Desert Sand. HEX triplet: ED, C8 and AD. RGB value is (237,200,173). Sum of RGB (Red+Green+Blue) = 237+200+173=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AD is #123752. Grayscale: #D0D0D0. Windows color (decimal): -1193811 or 11389165. OLE color: 11389165.
HSL color Cylindrical-coordinate representation of color #EDC8AD: hue angle of 25.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDC8AD is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 173 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 25.31º | 0.64% | 0.8% | - |
| HSV(B) | 25.31º | 0.27% | 0.93% | - |
| XYZ | 63.12 | 62.33 | 48.24 | - |
| YUV | 207.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 173 | 0 | 0.16 | 0.27 | 0.07 | 25.31 | 0.64 | 0.8 |
| Hex | ED | C8 | AD | 0 | 10 | 1B | 7 | 19 | 40 | 50 |
| Octal | 355 | 310 | 255 | 0 | 20 | 33 | 7 | 31 | 100 | 120 |
| Binary | 11101101 | 11001000 | 10101101 | 0 | 10000 | 11011 | 111 | 11001 | 1000000 | 1010000 |
Color Harmonies of #EDC8AD
Complementary color
Monochromatic Colors of #EDC8AD
Black with #EDC8AD
Text Example
Text Example
White with #EDC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8AD; }
p { color: rgb(237,200,173); }
H1.HeaderClassName
{
color: #EDC8AD;
}
.AnyTagClassName
{
color: #EDC8AD;
}
</style>
background-color css
<style>
a { background-color: #EDC8AD; }
a { background-color: rgb(237,200,173); }
div.DivClassName
{
background-color: #EDC8AD;
}
.BgClassName
{
background-color: #EDC8AD;
}
</style>
border-color css
<style>
span { border-color: #EDC8AD; }
span { border-color: rgb(237,200,173); }
td.TdClassName
{
border-color: #EDC8AD;
}
.TagClassName
{
border-color: #EDC8AD;
}
</style>