Shades of Desert Sand #EECCAD
Tints of Desert Sand #EECCAD
RGB
CMYK
RGB Variations
Color information
#EECCAD (or 0xEECCAD) is known color: Desert Sand. HEX triplet: EE, CC and AD. RGB value is (238,204,173). Sum of RGB (Red+Green+Blue) = 238+204+173=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCAD is #113352. Grayscale: #D2D2D2. Windows color (decimal): -1127251 or 11390190. OLE color: 11390190.
HSL color Cylindrical-coordinate representation of color #EECCAD: hue angle of 28.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECCAD is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 173 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.07 |
| HSL | 28.62º | 0.66% | 0.81% | - |
| HSV(B) | 28.62º | 0.27% | 0.93% | - |
| XYZ | 64.4 | 64.38 | 48.57 | - |
| YUV | 210.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 173 | 0 | 0.14 | 0.27 | 0.07 | 28.62 | 0.66 | 0.81 |
| Hex | EE | CC | AD | 0 | E | 1B | 7 | 1D | 42 | 51 |
| Octal | 356 | 314 | 255 | 0 | 16 | 33 | 7 | 35 | 102 | 121 |
| Binary | 11101110 | 11001100 | 10101101 | 0 | 1110 | 11011 | 111 | 11101 | 1000010 | 1010001 |
Color Harmonies of #EECCAD
Complementary color
Monochromatic Colors of #EECCAD
Black with #EECCAD
Text Example
Text Example
White with #EECCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCAD; }
p { color: rgb(238,204,173); }
H1.HeaderClassName
{
color: #EECCAD;
}
.AnyTagClassName
{
color: #EECCAD;
}
</style>
background-color css
<style>
a { background-color: #EECCAD; }
a { background-color: rgb(238,204,173); }
div.DivClassName
{
background-color: #EECCAD;
}
.BgClassName
{
background-color: #EECCAD;
}
</style>
border-color css
<style>
span { border-color: #EECCAD; }
span { border-color: rgb(238,204,173); }
td.TdClassName
{
border-color: #EECCAD;
}
.TagClassName
{
border-color: #EECCAD;
}
</style>