Shades of Desert Sand #EDCAB1
Tints of Desert Sand #EDCAB1
RGB
CMYK
RGB Variations
Color information
#EDCAB1 (or 0xEDCAB1) is known color: Desert Sand. HEX triplet: ED, CA and B1. RGB value is (237,202,177). Sum of RGB (Red+Green+Blue) = 237+202+177=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAB1 is #12354E. Grayscale: #D1D1D1. Windows color (decimal): -1193295 or 11651821. OLE color: 11651821.
HSL color Cylindrical-coordinate representation of color #EDCAB1: hue angle of 25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDCAB1 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 177 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.07 |
| HSL | 25º | 0.63% | 0.81% | - |
| HSV(B) | 25º | 0.25% | 0.93% | - |
| XYZ | 63.98 | 63.42 | 50.46 | - |
| YUV | 209.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 177 | 0 | 0.15 | 0.25 | 0.07 | 25 | 0.63 | 0.81 |
| Hex | ED | CA | B1 | 0 | F | 19 | 7 | 19 | 3E | 51 |
| Octal | 355 | 312 | 261 | 0 | 17 | 31 | 7 | 31 | 76 | 121 |
| Binary | 11101101 | 11001010 | 10110001 | 0 | 1111 | 11001 | 111 | 11001 | 111110 | 1010001 |
Color Harmonies of #EDCAB1
Complementary color
Monochromatic Colors of #EDCAB1
Black with #EDCAB1
Text Example
Text Example
White with #EDCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAB1; }
p { color: rgb(237,202,177); }
H1.HeaderClassName
{
color: #EDCAB1;
}
.AnyTagClassName
{
color: #EDCAB1;
}
</style>
background-color css
<style>
a { background-color: #EDCAB1; }
a { background-color: rgb(237,202,177); }
div.DivClassName
{
background-color: #EDCAB1;
}
.BgClassName
{
background-color: #EDCAB1;
}
</style>
border-color css
<style>
span { border-color: #EDCAB1; }
span { border-color: rgb(237,202,177); }
td.TdClassName
{
border-color: #EDCAB1;
}
.TagClassName
{
border-color: #EDCAB1;
}
</style>