Shades of Desert Sand #EECDAB
Tints of Desert Sand #EECDAB
RGB
CMYK
RGB Variations
Color information
#EECDAB (or 0xEECDAB) is known color: Desert Sand. HEX triplet: EE, CD and AB. RGB value is (238,205,171). Sum of RGB (Red+Green+Blue) = 238+205+171=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAB is #113254. Grayscale: #D3D3D3. Windows color (decimal): -1126997 or 11259374. OLE color: 11259374.
HSL color Cylindrical-coordinate representation of color #EECDAB: hue angle of 30.45º 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 #EECDAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 171 | - |
CMYK | 0 | 0.14 | 0.28 | 0.07 |
HSL | 30.45º | 0.66% | 0.8% | - |
HSV(B) | 30.45º | 0.28% | 0.93% | - |
XYZ | 64.44 | 64.78 | 47.64 | - |
YUV | 210.99 | 105.43 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 171 | 0 | 0.14 | 0.28 | 0.07 | 30.45 | 0.66 | 0.8 |
Hex | EE | CD | AB | 0 | E | 1C | 7 | 1E | 42 | 50 |
Octal | 356 | 315 | 253 | 0 | 16 | 34 | 7 | 36 | 102 | 120 |
Binary | 11101110 | 11001101 | 10101011 | 0 | 1110 | 11100 | 111 | 11110 | 1000010 | 1010000 |
Color Harmonies of #EECDAB
Complementary color
Monochromatic Colors of #EECDAB
Black with #EECDAB
Text Example
Text Example
White with #EECDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDAB; }
p { color: rgb(238,205,171); }
H1.HeaderClassName
{
color: #EECDAB;
}
.AnyTagClassName
{
color: #EECDAB;
}
</style>
background-color css
<style>
a { background-color: #EECDAB; }
a { background-color: rgb(238,205,171); }
div.DivClassName
{
background-color: #EECDAB;
}
.BgClassName
{
background-color: #EECDAB;
}
</style>
border-color css
<style>
span { border-color: #EECDAB; }
span { border-color: rgb(238,205,171); }
td.TdClassName
{
border-color: #EECDAB;
}
.TagClassName
{
border-color: #EECDAB;
}
</style>