Shades of Desert Sand #EDCDAB
Tints of Desert Sand #EDCDAB
RGB
CMYK
RGB Variations
Color information
#EDCDAB (or 0xEDCDAB) is known color: Desert Sand. HEX triplet: ED, CD and AB. RGB value is (237,205,171). Sum of RGB (Red+Green+Blue) = 237+205+171=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAB is #123254. Grayscale: #D2D2D2. Windows color (decimal): -1192533 or 11259373. OLE color: 11259373.
HSL color Cylindrical-coordinate representation of color #EDCDAB: hue angle of 30.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDCDAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 171 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 30.91º | 0.65% | 0.8% | - |
| HSV(B) | 30.91º | 0.28% | 0.93% | - |
| XYZ | 64.11 | 64.61 | 47.62 | - |
| YUV | 210.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 171 | 0 | 0.14 | 0.28 | 0.07 | 30.91 | 0.65 | 0.8 |
| Hex | ED | CD | AB | 0 | E | 1C | 7 | 1F | 41 | 50 |
| Octal | 355 | 315 | 253 | 0 | 16 | 34 | 7 | 37 | 101 | 120 |
| Binary | 11101101 | 11001101 | 10101011 | 0 | 1110 | 11100 | 111 | 11111 | 1000001 | 1010000 |
Color Harmonies of #EDCDAB
Complementary color
Monochromatic Colors of #EDCDAB
Black with #EDCDAB
Text Example
Text Example
White with #EDCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDAB; }
p { color: rgb(237,205,171); }
H1.HeaderClassName
{
color: #EDCDAB;
}
.AnyTagClassName
{
color: #EDCDAB;
}
</style>
background-color css
<style>
a { background-color: #EDCDAB; }
a { background-color: rgb(237,205,171); }
div.DivClassName
{
background-color: #EDCDAB;
}
.BgClassName
{
background-color: #EDCDAB;
}
</style>
border-color css
<style>
span { border-color: #EDCDAB; }
span { border-color: rgb(237,205,171); }
td.TdClassName
{
border-color: #EDCDAB;
}
.TagClassName
{
border-color: #EDCDAB;
}
</style>