Shades of Desert Sand #EECCB1
Tints of Desert Sand #EECCB1
RGB
CMYK
RGB Variations
Color information
#EECCB1 (or 0xEECCB1) is known color: Desert Sand. HEX triplet: EE, CC and B1. RGB value is (238,204,177). Sum of RGB (Red+Green+Blue) = 238+204+177=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCB1 is #11334E. Grayscale: #D3D3D3. Windows color (decimal): -1127247 or 11652334. OLE color: 11652334.
HSL color Cylindrical-coordinate representation of color #EECCB1: hue angle of 26.56º degrees, saturation: 0.64, 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 #EECCB1 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 177 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 26.56º | 0.64% | 0.81% | - |
| HSV(B) | 26.56º | 0.26% | 0.93% | - |
| XYZ | 64.79 | 64.54 | 50.64 | - |
| YUV | 211.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 177 | 0 | 0.14 | 0.26 | 0.07 | 26.56 | 0.64 | 0.81 |
| Hex | EE | CC | B1 | 0 | E | 1A | 7 | 1B | 40 | 51 |
| Octal | 356 | 314 | 261 | 0 | 16 | 32 | 7 | 33 | 100 | 121 |
| Binary | 11101110 | 11001100 | 10110001 | 0 | 1110 | 11010 | 111 | 11011 | 1000000 | 1010001 |
Color Harmonies of #EECCB1
Complementary color
Monochromatic Colors of #EECCB1
Black with #EECCB1
Text Example
Text Example
White with #EECCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCB1; }
p { color: rgb(238,204,177); }
H1.HeaderClassName
{
color: #EECCB1;
}
.AnyTagClassName
{
color: #EECCB1;
}
</style>
background-color css
<style>
a { background-color: #EECCB1; }
a { background-color: rgb(238,204,177); }
div.DivClassName
{
background-color: #EECCB1;
}
.BgClassName
{
background-color: #EECCB1;
}
</style>
border-color css
<style>
span { border-color: #EECCB1; }
span { border-color: rgb(238,204,177); }
td.TdClassName
{
border-color: #EECCB1;
}
.TagClassName
{
border-color: #EECCB1;
}
</style>