Shades of Desert Sand #EEC7B1
Tints of Desert Sand #EEC7B1
RGB
CMYK
RGB Variations
Color information
#EEC7B1 (or 0xEEC7B1) is known color: Desert Sand. HEX triplet: EE, C7 and B1. RGB value is (238,199,177). Sum of RGB (Red+Green+Blue) = 238+199+177=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7B1 is #11384E. Grayscale: #D0D0D0. Windows color (decimal): -1128527 or 11651054. OLE color: 11651054.
HSL color Cylindrical-coordinate representation of color #EEC7B1: hue angle of 21.64º 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 #EEC7B1 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 177 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.07 |
| HSL | 21.64º | 0.64% | 0.81% | - |
| HSV(B) | 21.64º | 0.26% | 0.93% | - |
| XYZ | 63.62 | 62.2 | 50.25 | - |
| YUV | 208.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 177 | 0 | 0.16 | 0.26 | 0.07 | 21.64 | 0.64 | 0.81 |
| Hex | EE | C7 | B1 | 0 | 10 | 1A | 7 | 16 | 40 | 51 |
| Octal | 356 | 307 | 261 | 0 | 20 | 32 | 7 | 26 | 100 | 121 |
| Binary | 11101110 | 11000111 | 10110001 | 0 | 10000 | 11010 | 111 | 10110 | 1000000 | 1010001 |
Color Harmonies of #EEC7B1
Complementary color
Monochromatic Colors of #EEC7B1
Black with #EEC7B1
Text Example
Text Example
White with #EEC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7B1; }
p { color: rgb(238,199,177); }
H1.HeaderClassName
{
color: #EEC7B1;
}
.AnyTagClassName
{
color: #EEC7B1;
}
</style>
background-color css
<style>
a { background-color: #EEC7B1; }
a { background-color: rgb(238,199,177); }
div.DivClassName
{
background-color: #EEC7B1;
}
.BgClassName
{
background-color: #EEC7B1;
}
</style>
border-color css
<style>
span { border-color: #EEC7B1; }
span { border-color: rgb(238,199,177); }
td.TdClassName
{
border-color: #EEC7B1;
}
.TagClassName
{
border-color: #EEC7B1;
}
</style>