Shades of Desert Sand #EDCBAF
Tints of Desert Sand #EDCBAF
RGB
CMYK
RGB Variations
Color information
#EDCBAF (or 0xEDCBAF) is known color: Desert Sand. HEX triplet: ED, CB and AF. RGB value is (237,203,175). Sum of RGB (Red+Green+Blue) = 237+203+175=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBAF is #123450. Grayscale: #D2D2D2. Windows color (decimal): -1193041 or 11521005. OLE color: 11521005.
HSL color Cylindrical-coordinate representation of color #EDCBAF: hue angle of 27.1º 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 #EDCBAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 175 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 27.1º | 0.63% | 0.81% | - |
| HSV(B) | 27.1º | 0.26% | 0.93% | - |
| XYZ | 64.02 | 63.81 | 49.5 | - |
| YUV | 209.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 175 | 0 | 0.14 | 0.26 | 0.07 | 27.1 | 0.63 | 0.81 |
| Hex | ED | CB | AF | 0 | E | 1A | 7 | 1B | 3F | 51 |
| Octal | 355 | 313 | 257 | 0 | 16 | 32 | 7 | 33 | 77 | 121 |
| Binary | 11101101 | 11001011 | 10101111 | 0 | 1110 | 11010 | 111 | 11011 | 111111 | 1010001 |
Color Harmonies of #EDCBAF
Complementary color
Monochromatic Colors of #EDCBAF
Black with #EDCBAF
Text Example
Text Example
White with #EDCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBAF; }
p { color: rgb(237,203,175); }
H1.HeaderClassName
{
color: #EDCBAF;
}
.AnyTagClassName
{
color: #EDCBAF;
}
</style>
background-color css
<style>
a { background-color: #EDCBAF; }
a { background-color: rgb(237,203,175); }
div.DivClassName
{
background-color: #EDCBAF;
}
.BgClassName
{
background-color: #EDCBAF;
}
</style>
border-color css
<style>
span { border-color: #EDCBAF; }
span { border-color: rgb(237,203,175); }
td.TdClassName
{
border-color: #EDCBAF;
}
.TagClassName
{
border-color: #EDCBAF;
}
</style>