Shades of Desert Sand #EECDB0
Tints of Desert Sand #EECDB0
RGB
CMYK
RGB Variations
Color information
#EECDB0 (or 0xEECDB0) is known color: Desert Sand. HEX triplet: EE, CD and B0. RGB value is (238,205,176). Sum of RGB (Red+Green+Blue) = 238+205+176=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDB0 is #11324F. Grayscale: #D3D3D3. Windows color (decimal): -1126992 or 11587054. OLE color: 11587054.
HSL color Cylindrical-coordinate representation of color #EECDB0: hue angle of 28.06º degrees, saturation: 0.65, 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 #EECDB0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 176 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 28.06º | 0.65% | 0.81% | - |
| HSV(B) | 28.06º | 0.26% | 0.93% | - |
| XYZ | 64.93 | 64.97 | 50.19 | - |
| YUV | 211.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 176 | 0 | 0.14 | 0.26 | 0.07 | 28.06 | 0.65 | 0.81 |
| Hex | EE | CD | B0 | 0 | E | 1A | 7 | 1C | 41 | 51 |
| Octal | 356 | 315 | 260 | 0 | 16 | 32 | 7 | 34 | 101 | 121 |
| Binary | 11101110 | 11001101 | 10110000 | 0 | 1110 | 11010 | 111 | 11100 | 1000001 | 1010001 |
Color Harmonies of #EECDB0
Complementary color
Monochromatic Colors of #EECDB0
Black with #EECDB0
Text Example
Text Example
White with #EECDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDB0; }
p { color: rgb(238,205,176); }
H1.HeaderClassName
{
color: #EECDB0;
}
.AnyTagClassName
{
color: #EECDB0;
}
</style>
background-color css
<style>
a { background-color: #EECDB0; }
a { background-color: rgb(238,205,176); }
div.DivClassName
{
background-color: #EECDB0;
}
.BgClassName
{
background-color: #EECDB0;
}
</style>
border-color css
<style>
span { border-color: #EECDB0; }
span { border-color: rgb(238,205,176); }
td.TdClassName
{
border-color: #EECDB0;
}
.TagClassName
{
border-color: #EECDB0;
}
</style>