Shades of Desert Sand #EEC7AC
Tints of Desert Sand #EEC7AC
RGB
CMYK
RGB Variations
Color information
#EEC7AC (or 0xEEC7AC) is known color: Desert Sand. HEX triplet: EE, C7 and AC. RGB value is (238,199,172). Sum of RGB (Red+Green+Blue) = 238+199+172=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7AC is #113853. Grayscale: #CFCFCF. Windows color (decimal): -1128532 or 11323374. OLE color: 11323374.
HSL color Cylindrical-coordinate representation of color #EEC7AC: hue angle of 24.55º 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 #EEC7AC is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 172 | - |
CMYK | 0 | 0.16 | 0.28 | 0.07 |
HSL | 24.55º | 0.66% | 0.8% | - |
HSV(B) | 24.55º | 0.28% | 0.93% | - |
XYZ | 63.13 | 62 | 47.67 | - |
YUV | 207.58 | 107.92 | 149.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 172 | 0 | 0.16 | 0.28 | 0.07 | 24.55 | 0.66 | 0.8 |
Hex | EE | C7 | AC | 0 | 10 | 1C | 7 | 19 | 42 | 50 |
Octal | 356 | 307 | 254 | 0 | 20 | 34 | 7 | 31 | 102 | 120 |
Binary | 11101110 | 11000111 | 10101100 | 0 | 10000 | 11100 | 111 | 11001 | 1000010 | 1010000 |
Color Harmonies of #EEC7AC
Complementary color
Monochromatic Colors of #EEC7AC
Black with #EEC7AC
Text Example
Text Example
White with #EEC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7AC; }
p { color: rgb(238,199,172); }
H1.HeaderClassName
{
color: #EEC7AC;
}
.AnyTagClassName
{
color: #EEC7AC;
}
</style>
background-color css
<style>
a { background-color: #EEC7AC; }
a { background-color: rgb(238,199,172); }
div.DivClassName
{
background-color: #EEC7AC;
}
.BgClassName
{
background-color: #EEC7AC;
}
</style>
border-color css
<style>
span { border-color: #EEC7AC; }
span { border-color: rgb(238,199,172); }
td.TdClassName
{
border-color: #EEC7AC;
}
.TagClassName
{
border-color: #EEC7AC;
}
</style>