Shades of Desert Sand #EDCBB2
Tints of Desert Sand #EDCBB2
RGB
CMYK
RGB Variations
Color information
#EDCBB2 (or 0xEDCBB2) is known color: Desert Sand. HEX triplet: ED, CB and B2. RGB value is (237,203,178). Sum of RGB (Red+Green+Blue) = 237+203+178=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBB2 is #12344D. Grayscale: #D2D2D2. Windows color (decimal): -1193038 or 11717613. OLE color: 11717613.
HSL color Cylindrical-coordinate representation of color #EDCBB2: hue angle of 25.42º 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 #EDCBB2 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 178 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.07 |
| HSL | 25.42º | 0.62% | 0.81% | - |
| HSV(B) | 25.42º | 0.25% | 0.93% | - |
| XYZ | 64.32 | 63.93 | 51.07 | - |
| YUV | 210.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 178 | 0 | 0.14 | 0.25 | 0.07 | 25.42 | 0.62 | 0.81 |
| Hex | ED | CB | B2 | 0 | E | 19 | 7 | 19 | 3E | 51 |
| Octal | 355 | 313 | 262 | 0 | 16 | 31 | 7 | 31 | 76 | 121 |
| Binary | 11101101 | 11001011 | 10110010 | 0 | 1110 | 11001 | 111 | 11001 | 111110 | 1010001 |
Color Harmonies of #EDCBB2
Complementary color
Monochromatic Colors of #EDCBB2
Black with #EDCBB2
Text Example
Text Example
White with #EDCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBB2; }
p { color: rgb(237,203,178); }
H1.HeaderClassName
{
color: #EDCBB2;
}
.AnyTagClassName
{
color: #EDCBB2;
}
</style>
background-color css
<style>
a { background-color: #EDCBB2; }
a { background-color: rgb(237,203,178); }
div.DivClassName
{
background-color: #EDCBB2;
}
.BgClassName
{
background-color: #EDCBB2;
}
</style>
border-color css
<style>
span { border-color: #EDCBB2; }
span { border-color: rgb(237,203,178); }
td.TdClassName
{
border-color: #EDCBB2;
}
.TagClassName
{
border-color: #EDCBB2;
}
</style>