Shades of Desert Sand #EDC9AD
Tints of Desert Sand #EDC9AD
RGB
CMYK
RGB Variations
Color information
#EDC9AD (or 0xEDC9AD) is known color: Desert Sand. HEX triplet: ED, C9 and AD. RGB value is (237,201,173). Sum of RGB (Red+Green+Blue) = 237+201+173=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AD is #123652. Grayscale: #D0D0D0. Windows color (decimal): -1193555 or 11389421. OLE color: 11389421.
HSL color Cylindrical-coordinate representation of color #EDC9AD: hue angle of 26.25º 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 #EDC9AD is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 173 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.07 |
| HSL | 26.25º | 0.64% | 0.8% | - |
| HSV(B) | 26.25º | 0.27% | 0.93% | - |
| XYZ | 63.35 | 62.79 | 48.32 | - |
| YUV | 208.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 173 | 0 | 0.15 | 0.27 | 0.07 | 26.25 | 0.64 | 0.8 |
| Hex | ED | C9 | AD | 0 | F | 1B | 7 | 1A | 40 | 50 |
| Octal | 355 | 311 | 255 | 0 | 17 | 33 | 7 | 32 | 100 | 120 |
| Binary | 11101101 | 11001001 | 10101101 | 0 | 1111 | 11011 | 111 | 11010 | 1000000 | 1010000 |
Color Harmonies of #EDC9AD
Complementary color
Monochromatic Colors of #EDC9AD
Black with #EDC9AD
Text Example
Text Example
White with #EDC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9AD; }
p { color: rgb(237,201,173); }
H1.HeaderClassName
{
color: #EDC9AD;
}
.AnyTagClassName
{
color: #EDC9AD;
}
</style>
background-color css
<style>
a { background-color: #EDC9AD; }
a { background-color: rgb(237,201,173); }
div.DivClassName
{
background-color: #EDC9AD;
}
.BgClassName
{
background-color: #EDC9AD;
}
</style>
border-color css
<style>
span { border-color: #EDC9AD; }
span { border-color: rgb(237,201,173); }
td.TdClassName
{
border-color: #EDC9AD;
}
.TagClassName
{
border-color: #EDC9AD;
}
</style>