Shades of Desert Sand #EDCEB0
Tints of Desert Sand #EDCEB0
RGB
CMYK
RGB Variations
Color information
#EDCEB0 (or 0xEDCEB0) is known color: Desert Sand. HEX triplet: ED, CE and B0. RGB value is (237,206,176). Sum of RGB (Red+Green+Blue) = 237+206+176=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEB0 is #12314F. Grayscale: #D4D4D4. Windows color (decimal): -1192272 or 11587309. OLE color: 11587309.
HSL color Cylindrical-coordinate representation of color #EDCEB0: hue angle of 29.51º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDCEB0 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 206 | 176 | - |
CMYK | 0 | 0.13 | 0.26 | 0.07 |
HSL | 29.51º | 0.63% | 0.81% | - |
HSV(B) | 29.51º | 0.26% | 0.93% | - |
XYZ | 64.83 | 65.28 | 50.26 | - |
YUV | 211.85 | 107.77 | 145.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 206 | 176 | 0 | 0.13 | 0.26 | 0.07 | 29.51 | 0.63 | 0.81 |
Hex | ED | CE | B0 | 0 | D | 1A | 7 | 1E | 3F | 51 |
Octal | 355 | 316 | 260 | 0 | 15 | 32 | 7 | 36 | 77 | 121 |
Binary | 11101101 | 11001110 | 10110000 | 0 | 1101 | 11010 | 111 | 11110 | 111111 | 1010001 |
Color Harmonies of #EDCEB0
Complementary color
Monochromatic Colors of #EDCEB0
Black with #EDCEB0
Text Example
Text Example
White with #EDCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEB0; }
p { color: rgb(237,206,176); }
H1.HeaderClassName
{
color: #EDCEB0;
}
.AnyTagClassName
{
color: #EDCEB0;
}
</style>
background-color css
<style>
a { background-color: #EDCEB0; }
a { background-color: rgb(237,206,176); }
div.DivClassName
{
background-color: #EDCEB0;
}
.BgClassName
{
background-color: #EDCEB0;
}
</style>
border-color css
<style>
span { border-color: #EDCEB0; }
span { border-color: rgb(237,206,176); }
td.TdClassName
{
border-color: #EDCEB0;
}
.TagClassName
{
border-color: #EDCEB0;
}
</style>