Shades of Desert Sand #EECEAD
Tints of Desert Sand #EECEAD
RGB
CMYK
RGB Variations
Color information
#EECEAD (or 0xEECEAD) is known color: Desert Sand. HEX triplet: EE, CE and AD. RGB value is (238,206,173). Sum of RGB (Red+Green+Blue) = 238+206+173=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEAD is #113152. Grayscale: #D3D3D3. Windows color (decimal): -1126739 or 11390702. OLE color: 11390702.
HSL color Cylindrical-coordinate representation of color #EECEAD: hue angle of 30.46º 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 #EECEAD is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 173 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.07 |
| HSL | 30.46º | 0.66% | 0.81% | - |
| HSV(B) | 30.46º | 0.27% | 0.93% | - |
| XYZ | 64.87 | 65.34 | 48.73 | - |
| YUV | 211.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 173 | 0 | 0.13 | 0.27 | 0.07 | 30.46 | 0.66 | 0.81 |
| Hex | EE | CE | AD | 0 | D | 1B | 7 | 1E | 42 | 51 |
| Octal | 356 | 316 | 255 | 0 | 15 | 33 | 7 | 36 | 102 | 121 |
| Binary | 11101110 | 11001110 | 10101101 | 0 | 1101 | 11011 | 111 | 11110 | 1000010 | 1010001 |
Color Harmonies of #EECEAD
Complementary color
Monochromatic Colors of #EECEAD
Black with #EECEAD
Text Example
Text Example
White with #EECEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEAD; }
p { color: rgb(238,206,173); }
H1.HeaderClassName
{
color: #EECEAD;
}
.AnyTagClassName
{
color: #EECEAD;
}
</style>
background-color css
<style>
a { background-color: #EECEAD; }
a { background-color: rgb(238,206,173); }
div.DivClassName
{
background-color: #EECEAD;
}
.BgClassName
{
background-color: #EECEAD;
}
</style>
border-color css
<style>
span { border-color: #EECEAD; }
span { border-color: rgb(238,206,173); }
td.TdClassName
{
border-color: #EECEAD;
}
.TagClassName
{
border-color: #EECEAD;
}
</style>