Shades of Desert Sand #EECDAF
Tints of Desert Sand #EECDAF
RGB
CMYK
RGB Variations
Color information
#EECDAF (or 0xEECDAF) is known color: Desert Sand. HEX triplet: EE, CD and AF. RGB value is (238,205,175). Sum of RGB (Red+Green+Blue) = 238+205+175=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAF is #113250. Grayscale: #D3D3D3. Windows color (decimal): -1126993 or 11521518. OLE color: 11521518.
HSL color Cylindrical-coordinate representation of color #EECDAF: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EECDAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 175 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.07 |
| HSL | 28.57º | 0.65% | 0.81% | - |
| HSV(B) | 28.57º | 0.26% | 0.93% | - |
| XYZ | 64.83 | 64.93 | 49.67 | - |
| YUV | 211.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 175 | 0 | 0.14 | 0.26 | 0.07 | 28.57 | 0.65 | 0.81 |
| Hex | EE | CD | AF | 0 | E | 1A | 7 | 1D | 41 | 51 |
| Octal | 356 | 315 | 257 | 0 | 16 | 32 | 7 | 35 | 101 | 121 |
| Binary | 11101110 | 11001101 | 10101111 | 0 | 1110 | 11010 | 111 | 11101 | 1000001 | 1010001 |
Color Harmonies of #EECDAF
Complementary color
Monochromatic Colors of #EECDAF
Black with #EECDAF
Text Example
Text Example
White with #EECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDAF; }
p { color: rgb(238,205,175); }
H1.HeaderClassName
{
color: #EECDAF;
}
.AnyTagClassName
{
color: #EECDAF;
}
</style>
background-color css
<style>
a { background-color: #EECDAF; }
a { background-color: rgb(238,205,175); }
div.DivClassName
{
background-color: #EECDAF;
}
.BgClassName
{
background-color: #EECDAF;
}
</style>
border-color css
<style>
span { border-color: #EECDAF; }
span { border-color: rgb(238,205,175); }
td.TdClassName
{
border-color: #EECDAF;
}
.TagClassName
{
border-color: #EECDAF;
}
</style>