Shades of Desert Sand #EDCAB4
Tints of Desert Sand #EDCAB4
RGB
CMYK
RGB Variations
Color information
#EDCAB4 (or 0xEDCAB4) is known color: Desert Sand. HEX triplet: ED, CA and B4. RGB value is (237,202,180). Sum of RGB (Red+Green+Blue) = 237+202+180=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB4 is #12354B. Grayscale: #D2D2D2. Windows color (decimal): -1193292 or 11848429. OLE color: 11848429.
HSL color Cylindrical-coordinate representation of color #EDCAB4: hue angle of 23.16º 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 #EDCAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 180 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.07 |
| HSL | 23.16º | 0.61% | 0.82% | - |
| HSV(B) | 23.16º | 0.24% | 0.93% | - |
| XYZ | 64.28 | 63.54 | 52.06 | - |
| YUV | 209.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 180 | 0 | 0.15 | 0.24 | 0.07 | 23.16 | 0.61 | 0.82 |
| Hex | ED | CA | B4 | 0 | F | 18 | 7 | 17 | 3D | 52 |
| Octal | 355 | 312 | 264 | 0 | 17 | 30 | 7 | 27 | 75 | 122 |
| Binary | 11101101 | 11001010 | 10110100 | 0 | 1111 | 11000 | 111 | 10111 | 111101 | 1010010 |
Color Harmonies of #EDCAB4
Complementary color
Monochromatic Colors of #EDCAB4
Black with #EDCAB4
Text Example
Text Example
White with #EDCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAB4; }
p { color: rgb(237,202,180); }
H1.HeaderClassName
{
color: #EDCAB4;
}
.AnyTagClassName
{
color: #EDCAB4;
}
</style>
background-color css
<style>
a { background-color: #EDCAB4; }
a { background-color: rgb(237,202,180); }
div.DivClassName
{
background-color: #EDCAB4;
}
.BgClassName
{
background-color: #EDCAB4;
}
</style>
border-color css
<style>
span { border-color: #EDCAB4; }
span { border-color: rgb(237,202,180); }
td.TdClassName
{
border-color: #EDCAB4;
}
.TagClassName
{
border-color: #EDCAB4;
}
</style>