Shades of Desert Sand #EDCDB4
Tints of Desert Sand #EDCDB4
RGB
CMYK
RGB Variations
Color information
#EDCDB4 (or 0xEDCDB4) is known color: Desert Sand. HEX triplet: ED, CD and B4. RGB value is (237,205,180). Sum of RGB (Red+Green+Blue) = 237+205+180=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB4 is #12324B. Grayscale: #D3D3D3. Windows color (decimal): -1192524 or 11849197. OLE color: 11849197.
HSL color Cylindrical-coordinate representation of color #EDCDB4: hue angle of 26.32º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDCDB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 180 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 26.32º | 0.61% | 0.82% | - |
| HSV(B) | 26.32º | 0.24% | 0.93% | - |
| XYZ | 64.99 | 64.96 | 52.29 | - |
| YUV | 211.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 180 | 0 | 0.14 | 0.24 | 0.07 | 26.32 | 0.61 | 0.82 |
| Hex | ED | CD | B4 | 0 | E | 18 | 7 | 1A | 3D | 52 |
| Octal | 355 | 315 | 264 | 0 | 16 | 30 | 7 | 32 | 75 | 122 |
| Binary | 11101101 | 11001101 | 10110100 | 0 | 1110 | 11000 | 111 | 11010 | 111101 | 1010010 |
Color Harmonies of #EDCDB4
Complementary color
Monochromatic Colors of #EDCDB4
Black with #EDCDB4
Text Example
Text Example
White with #EDCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDB4; }
p { color: rgb(237,205,180); }
H1.HeaderClassName
{
color: #EDCDB4;
}
.AnyTagClassName
{
color: #EDCDB4;
}
</style>
background-color css
<style>
a { background-color: #EDCDB4; }
a { background-color: rgb(237,205,180); }
div.DivClassName
{
background-color: #EDCDB4;
}
.BgClassName
{
background-color: #EDCDB4;
}
</style>
border-color css
<style>
span { border-color: #EDCDB4; }
span { border-color: rgb(237,205,180); }
td.TdClassName
{
border-color: #EDCDB4;
}
.TagClassName
{
border-color: #EDCDB4;
}
</style>