Shades of Desert Sand #EEC8B1
Tints of Desert Sand #EEC8B1
RGB
CMYK
RGB Variations
Color information
#EEC8B1 (or 0xEEC8B1) is known color: Desert Sand. HEX triplet: EE, C8 and B1. RGB value is (238,200,177). Sum of RGB (Red+Green+Blue) = 238+200+177=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC8B1 is #11374E. Grayscale: #D0D0D0. Windows color (decimal): -1128271 or 11651310. OLE color: 11651310.
HSL color Cylindrical-coordinate representation of color #EEC8B1: hue angle of 22.62º 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 #EEC8B1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 177 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 22.62º | 0.64% | 0.81% | - |
| HSV(B) | 22.62º | 0.26% | 0.93% | - |
| XYZ | 63.85 | 62.66 | 50.32 | - |
| YUV | 208.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 177 | 0 | 0.16 | 0.26 | 0.07 | 22.62 | 0.64 | 0.81 |
| Hex | EE | C8 | B1 | 0 | 10 | 1A | 7 | 17 | 40 | 51 |
| Octal | 356 | 310 | 261 | 0 | 20 | 32 | 7 | 27 | 100 | 121 |
| Binary | 11101110 | 11001000 | 10110001 | 0 | 10000 | 11010 | 111 | 10111 | 1000000 | 1010001 |
Color Harmonies of #EEC8B1
Complementary color
Monochromatic Colors of #EEC8B1
Black with #EEC8B1
Text Example
Text Example
White with #EEC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8B1; }
p { color: rgb(238,200,177); }
H1.HeaderClassName
{
color: #EEC8B1;
}
.AnyTagClassName
{
color: #EEC8B1;
}
</style>
background-color css
<style>
a { background-color: #EEC8B1; }
a { background-color: rgb(238,200,177); }
div.DivClassName
{
background-color: #EEC8B1;
}
.BgClassName
{
background-color: #EEC8B1;
}
</style>
border-color css
<style>
span { border-color: #EEC8B1; }
span { border-color: rgb(238,200,177); }
td.TdClassName
{
border-color: #EEC8B1;
}
.TagClassName
{
border-color: #EEC8B1;
}
</style>