Shades of Desert Sand #EECCAB
Tints of Desert Sand #EECCAB
RGB
CMYK
RGB Variations
Color information
#EECCAB (or 0xEECCAB) is known color: Desert Sand. HEX triplet: EE, CC and AB. RGB value is (238,204,171). Sum of RGB (Red+Green+Blue) = 238+204+171=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCAB is #113354. Grayscale: #D2D2D2. Windows color (decimal): -1127253 or 11259118. OLE color: 11259118.
HSL color Cylindrical-coordinate representation of color #EECCAB: hue angle of 29.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 #EECCAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 171 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.07 |
| HSL | 29.55º | 0.66% | 0.8% | - |
| HSV(B) | 29.55º | 0.28% | 0.93% | - |
| XYZ | 64.2 | 64.3 | 47.56 | - |
| YUV | 210.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 171 | 0 | 0.14 | 0.28 | 0.07 | 29.55 | 0.66 | 0.8 |
| Hex | EE | CC | AB | 0 | E | 1C | 7 | 1E | 42 | 50 |
| Octal | 356 | 314 | 253 | 0 | 16 | 34 | 7 | 36 | 102 | 120 |
| Binary | 11101110 | 11001100 | 10101011 | 0 | 1110 | 11100 | 111 | 11110 | 1000010 | 1010000 |
Color Harmonies of #EECCAB
Complementary color
Monochromatic Colors of #EECCAB
Black with #EECCAB
Text Example
Text Example
White with #EECCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCAB; }
p { color: rgb(238,204,171); }
H1.HeaderClassName
{
color: #EECCAB;
}
.AnyTagClassName
{
color: #EECCAB;
}
</style>
background-color css
<style>
a { background-color: #EECCAB; }
a { background-color: rgb(238,204,171); }
div.DivClassName
{
background-color: #EECCAB;
}
.BgClassName
{
background-color: #EECCAB;
}
</style>
border-color css
<style>
span { border-color: #EECCAB; }
span { border-color: rgb(238,204,171); }
td.TdClassName
{
border-color: #EECCAB;
}
.TagClassName
{
border-color: #EECCAB;
}
</style>