Shades of Desert Sand #EDC9B2
Tints of Desert Sand #EDC9B2
RGB
CMYK
RGB Variations
Color information
#EDC9B2 (or 0xEDC9B2) is known color: Desert Sand. HEX triplet: ED, C9 and B2. RGB value is (237,201,178). Sum of RGB (Red+Green+Blue) = 237+201+178=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9B2 is #12364D. Grayscale: #D1D1D1. Windows color (decimal): -1193550 or 11717101. OLE color: 11717101.
HSL color Cylindrical-coordinate representation of color #EDC9B2: hue angle of 23.39º 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 #EDC9B2 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 178 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.07 |
| HSL | 23.39º | 0.62% | 0.81% | - |
| HSV(B) | 23.39º | 0.25% | 0.93% | - |
| XYZ | 63.85 | 62.99 | 50.91 | - |
| YUV | 209.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 178 | 0 | 0.15 | 0.25 | 0.07 | 23.39 | 0.62 | 0.81 |
| Hex | ED | C9 | B2 | 0 | F | 19 | 7 | 17 | 3E | 51 |
| Octal | 355 | 311 | 262 | 0 | 17 | 31 | 7 | 27 | 76 | 121 |
| Binary | 11101101 | 11001001 | 10110010 | 0 | 1111 | 11001 | 111 | 10111 | 111110 | 1010001 |
Color Harmonies of #EDC9B2
Complementary color
Monochromatic Colors of #EDC9B2
Black with #EDC9B2
Text Example
Text Example
White with #EDC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9B2; }
p { color: rgb(237,201,178); }
H1.HeaderClassName
{
color: #EDC9B2;
}
.AnyTagClassName
{
color: #EDC9B2;
}
</style>
background-color css
<style>
a { background-color: #EDC9B2; }
a { background-color: rgb(237,201,178); }
div.DivClassName
{
background-color: #EDC9B2;
}
.BgClassName
{
background-color: #EDC9B2;
}
</style>
border-color css
<style>
span { border-color: #EDC9B2; }
span { border-color: rgb(237,201,178); }
td.TdClassName
{
border-color: #EDC9B2;
}
.TagClassName
{
border-color: #EDC9B2;
}
</style>