Shades of Desert Sand #EECCB0
Tints of Desert Sand #EECCB0
RGB
CMYK
RGB Variations
Color information
#EECCB0 (or 0xEECCB0) is known color: Desert Sand. HEX triplet: EE, CC and B0. RGB value is (238,204,176). Sum of RGB (Red+Green+Blue) = 238+204+176=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCB0 is #11334F. Grayscale: #D3D3D3. Windows color (decimal): -1127248 or 11586798. OLE color: 11586798.
HSL color Cylindrical-coordinate representation of color #EECCB0: hue angle of 27.1º 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 #EECCB0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 176 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 27.1º | 0.65% | 0.81% | - |
| HSV(B) | 27.1º | 0.26% | 0.93% | - |
| XYZ | 64.69 | 64.5 | 50.11 | - |
| YUV | 210.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 176 | 0 | 0.14 | 0.26 | 0.07 | 27.1 | 0.65 | 0.81 |
| Hex | EE | CC | B0 | 0 | E | 1A | 7 | 1B | 41 | 51 |
| Octal | 356 | 314 | 260 | 0 | 16 | 32 | 7 | 33 | 101 | 121 |
| Binary | 11101110 | 11001100 | 10110000 | 0 | 1110 | 11010 | 111 | 11011 | 1000001 | 1010001 |
Color Harmonies of #EECCB0
Complementary color
Monochromatic Colors of #EECCB0
Black with #EECCB0
Text Example
Text Example
White with #EECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCB0; }
p { color: rgb(238,204,176); }
H1.HeaderClassName
{
color: #EECCB0;
}
.AnyTagClassName
{
color: #EECCB0;
}
</style>
background-color css
<style>
a { background-color: #EECCB0; }
a { background-color: rgb(238,204,176); }
div.DivClassName
{
background-color: #EECCB0;
}
.BgClassName
{
background-color: #EECCB0;
}
</style>
border-color css
<style>
span { border-color: #EECCB0; }
span { border-color: rgb(238,204,176); }
td.TdClassName
{
border-color: #EECCB0;
}
.TagClassName
{
border-color: #EECCB0;
}
</style>