Shades of Desert Sand #EEC7AA
Tints of Desert Sand #EEC7AA
RGB
CMYK
RGB Variations
Color information
#EEC7AA (or 0xEEC7AA) is known color: Desert Sand. HEX triplet: EE, C7 and AA. RGB value is (238,199,170). Sum of RGB (Red+Green+Blue) = 238+199+170=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7AA is #113855. Grayscale: #CFCFCF. Windows color (decimal): -1128534 or 11192302. OLE color: 11192302.
HSL color Cylindrical-coordinate representation of color #EEC7AA: hue angle of 25.59º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEC7AA is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 170 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.07 |
| HSL | 25.59º | 0.67% | 0.8% | - |
| HSV(B) | 25.59º | 0.29% | 0.93% | - |
| XYZ | 62.94 | 61.93 | 46.67 | - |
| YUV | 207.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 170 | 0 | 0.16 | 0.29 | 0.07 | 25.59 | 0.67 | 0.8 |
| Hex | EE | C7 | AA | 0 | 10 | 1D | 7 | 1A | 43 | 50 |
| Octal | 356 | 307 | 252 | 0 | 20 | 35 | 7 | 32 | 103 | 120 |
| Binary | 11101110 | 11000111 | 10101010 | 0 | 10000 | 11101 | 111 | 11010 | 1000011 | 1010000 |
Color Harmonies of #EEC7AA
Complementary color
Monochromatic Colors of #EEC7AA
Black with #EEC7AA
Text Example
Text Example
White with #EEC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7AA; }
p { color: rgb(238,199,170); }
H1.HeaderClassName
{
color: #EEC7AA;
}
.AnyTagClassName
{
color: #EEC7AA;
}
</style>
background-color css
<style>
a { background-color: #EEC7AA; }
a { background-color: rgb(238,199,170); }
div.DivClassName
{
background-color: #EEC7AA;
}
.BgClassName
{
background-color: #EEC7AA;
}
</style>
border-color css
<style>
span { border-color: #EEC7AA; }
span { border-color: rgb(238,199,170); }
td.TdClassName
{
border-color: #EEC7AA;
}
.TagClassName
{
border-color: #EEC7AA;
}
</style>