Shades of Desert Sand #EEC7AB
Tints of Desert Sand #EEC7AB
RGB
CMYK
RGB Variations
Color information
#EEC7AB (or 0xEEC7AB) is known color: Desert Sand. HEX triplet: EE, C7 and AB. RGB value is (238,199,171). Sum of RGB (Red+Green+Blue) = 238+199+171=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7AB is #113854. Grayscale: #CFCFCF. Windows color (decimal): -1128533 or 11257838. OLE color: 11257838.
HSL color Cylindrical-coordinate representation of color #EEC7AB: hue angle of 25.07º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEC7AB is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 171 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.07 |
| HSL | 25.07º | 0.66% | 0.8% | - |
| HSV(B) | 25.07º | 0.28% | 0.93% | - |
| XYZ | 63.03 | 61.96 | 47.17 | - |
| YUV | 207.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 171 | 0 | 0.16 | 0.28 | 0.07 | 25.07 | 0.66 | 0.8 |
| Hex | EE | C7 | AB | 0 | 10 | 1C | 7 | 19 | 42 | 50 |
| Octal | 356 | 307 | 253 | 0 | 20 | 34 | 7 | 31 | 102 | 120 |
| Binary | 11101110 | 11000111 | 10101011 | 0 | 10000 | 11100 | 111 | 11001 | 1000010 | 1010000 |
Color Harmonies of #EEC7AB
Complementary color
Monochromatic Colors of #EEC7AB
Black with #EEC7AB
Text Example
Text Example
White with #EEC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7AB; }
p { color: rgb(238,199,171); }
H1.HeaderClassName
{
color: #EEC7AB;
}
.AnyTagClassName
{
color: #EEC7AB;
}
</style>
background-color css
<style>
a { background-color: #EEC7AB; }
a { background-color: rgb(238,199,171); }
div.DivClassName
{
background-color: #EEC7AB;
}
.BgClassName
{
background-color: #EEC7AB;
}
</style>
border-color css
<style>
span { border-color: #EEC7AB; }
span { border-color: rgb(238,199,171); }
td.TdClassName
{
border-color: #EEC7AB;
}
.TagClassName
{
border-color: #EEC7AB;
}
</style>