Shades of Desert Sand #EDC8AC
Tints of Desert Sand #EDC8AC
RGB
CMYK
RGB Variations
Color information
#EDC8AC (or 0xEDC8AC) is known color: Desert Sand. HEX triplet: ED, C8 and AC. RGB value is (237,200,172). Sum of RGB (Red+Green+Blue) = 237+200+172=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AC is #123753. Grayscale: #D0D0D0. Windows color (decimal): -1193812 or 11323629. OLE color: 11323629.
HSL color Cylindrical-coordinate representation of color #EDC8AC: hue angle of 25.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDC8AC is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 172 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.07 |
| HSL | 25.85º | 0.64% | 0.8% | - |
| HSV(B) | 25.85º | 0.27% | 0.93% | - |
| XYZ | 63.03 | 62.29 | 47.73 | - |
| YUV | 207.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 172 | 0 | 0.16 | 0.27 | 0.07 | 25.85 | 0.64 | 0.8 |
| Hex | ED | C8 | AC | 0 | 10 | 1B | 7 | 1A | 40 | 50 |
| Octal | 355 | 310 | 254 | 0 | 20 | 33 | 7 | 32 | 100 | 120 |
| Binary | 11101101 | 11001000 | 10101100 | 0 | 10000 | 11011 | 111 | 11010 | 1000000 | 1010000 |
Color Harmonies of #EDC8AC
Complementary color
Monochromatic Colors of #EDC8AC
Black with #EDC8AC
Text Example
Text Example
White with #EDC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8AC; }
p { color: rgb(237,200,172); }
H1.HeaderClassName
{
color: #EDC8AC;
}
.AnyTagClassName
{
color: #EDC8AC;
}
</style>
background-color css
<style>
a { background-color: #EDC8AC; }
a { background-color: rgb(237,200,172); }
div.DivClassName
{
background-color: #EDC8AC;
}
.BgClassName
{
background-color: #EDC8AC;
}
</style>
border-color css
<style>
span { border-color: #EDC8AC; }
span { border-color: rgb(237,200,172); }
td.TdClassName
{
border-color: #EDC8AC;
}
.TagClassName
{
border-color: #EDC8AC;
}
</style>