Shades of Desert Sand #EECFAF
Tints of Desert Sand #EECFAF
RGB
CMYK
RGB Variations
Color information
#EECFAF (or 0xEECFAF) is known color: Desert Sand. HEX triplet: EE, CF and AF. RGB value is (238,207,175). Sum of RGB (Red+Green+Blue) = 238+207+175=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAF is #113050. Grayscale: #D4D4D4. Windows color (decimal): -1126481 or 11522030. OLE color: 11522030.
HSL color Cylindrical-coordinate representation of color #EECFAF: hue angle of 30.48º 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 #EECFAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 175 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.07 |
| HSL | 30.48º | 0.65% | 0.81% | - |
| HSV(B) | 30.48º | 0.26% | 0.93% | - |
| XYZ | 65.31 | 65.9 | 49.83 | - |
| YUV | 212.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 175 | 0 | 0.13 | 0.26 | 0.07 | 30.48 | 0.65 | 0.81 |
| Hex | EE | CF | AF | 0 | D | 1A | 7 | 1E | 41 | 51 |
| Octal | 356 | 317 | 257 | 0 | 15 | 32 | 7 | 36 | 101 | 121 |
| Binary | 11101110 | 11001111 | 10101111 | 0 | 1101 | 11010 | 111 | 11110 | 1000001 | 1010001 |
Color Harmonies of #EECFAF
Complementary color
Monochromatic Colors of #EECFAF
Black with #EECFAF
Text Example
Text Example
White with #EECFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFAF; }
p { color: rgb(238,207,175); }
H1.HeaderClassName
{
color: #EECFAF;
}
.AnyTagClassName
{
color: #EECFAF;
}
</style>
background-color css
<style>
a { background-color: #EECFAF; }
a { background-color: rgb(238,207,175); }
div.DivClassName
{
background-color: #EECFAF;
}
.BgClassName
{
background-color: #EECFAF;
}
</style>
border-color css
<style>
span { border-color: #EECFAF; }
span { border-color: rgb(238,207,175); }
td.TdClassName
{
border-color: #EECFAF;
}
.TagClassName
{
border-color: #EECFAF;
}
</style>