Shades of Desert Sand #EDCDB0
Tints of Desert Sand #EDCDB0
RGB
CMYK
RGB Variations
Color information
#EDCDB0 (or 0xEDCDB0) is known color: Desert Sand. HEX triplet: ED, CD and B0. RGB value is (237,205,176). Sum of RGB (Red+Green+Blue) = 237+205+176=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB0 is #12324F. Grayscale: #D3D3D3. Windows color (decimal): -1192528 or 11587053. OLE color: 11587053.
HSL color Cylindrical-coordinate representation of color #EDCDB0: hue angle of 28.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDCDB0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 176 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 28.52º | 0.63% | 0.81% | - |
| HSV(B) | 28.52º | 0.26% | 0.93% | - |
| XYZ | 64.59 | 64.8 | 50.18 | - |
| YUV | 211.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 176 | 0 | 0.14 | 0.26 | 0.07 | 28.52 | 0.63 | 0.81 |
| Hex | ED | CD | B0 | 0 | E | 1A | 7 | 1D | 3F | 51 |
| Octal | 355 | 315 | 260 | 0 | 16 | 32 | 7 | 35 | 77 | 121 |
| Binary | 11101101 | 11001101 | 10110000 | 0 | 1110 | 11010 | 111 | 11101 | 111111 | 1010001 |
Color Harmonies of #EDCDB0
Complementary color
Monochromatic Colors of #EDCDB0
Black with #EDCDB0
Text Example
Text Example
White with #EDCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDB0; }
p { color: rgb(237,205,176); }
H1.HeaderClassName
{
color: #EDCDB0;
}
.AnyTagClassName
{
color: #EDCDB0;
}
</style>
background-color css
<style>
a { background-color: #EDCDB0; }
a { background-color: rgb(237,205,176); }
div.DivClassName
{
background-color: #EDCDB0;
}
.BgClassName
{
background-color: #EDCDB0;
}
</style>
border-color css
<style>
span { border-color: #EDCDB0; }
span { border-color: rgb(237,205,176); }
td.TdClassName
{
border-color: #EDCDB0;
}
.TagClassName
{
border-color: #EDCDB0;
}
</style>