Shades of Desert Sand #EFC5AA
Tints of Desert Sand #EFC5AA
RGB
CMYK
RGB Variations
Color information
#EFC5AA (or 0xEFC5AA) is known color: Desert Sand. HEX triplet: EF, C5 and AA. RGB value is (239,197,170). Sum of RGB (Red+Green+Blue) = 239+197+170=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AA is #103A55. Grayscale: #CECECE. Windows color (decimal): -1063510 or 11191791. OLE color: 11191791.
HSL color Cylindrical-coordinate representation of color #EFC5AA: hue angle of 23.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFC5AA is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 170 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.06 |
| HSL | 23.48º | 0.68% | 0.8% | - |
| HSV(B) | 23.48º | 0.29% | 0.94% | - |
| XYZ | 62.82 | 61.19 | 46.53 | - |
| YUV | 206.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 170 | 0 | 0.18 | 0.29 | 0.06 | 23.48 | 0.68 | 0.8 |
| Hex | EF | C5 | AA | 0 | 12 | 1D | 6 | 17 | 44 | 50 |
| Octal | 357 | 305 | 252 | 0 | 22 | 35 | 6 | 27 | 104 | 120 |
| Binary | 11101111 | 11000101 | 10101010 | 0 | 10010 | 11101 | 110 | 10111 | 1000100 | 1010000 |
Color Harmonies of #EFC5AA
Complementary color
Monochromatic Colors of #EFC5AA
Black with #EFC5AA
Text Example
Text Example
White with #EFC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5AA; }
p { color: rgb(239,197,170); }
H1.HeaderClassName
{
color: #EFC5AA;
}
.AnyTagClassName
{
color: #EFC5AA;
}
</style>
background-color css
<style>
a { background-color: #EFC5AA; }
a { background-color: rgb(239,197,170); }
div.DivClassName
{
background-color: #EFC5AA;
}
.BgClassName
{
background-color: #EFC5AA;
}
</style>
border-color css
<style>
span { border-color: #EFC5AA; }
span { border-color: rgb(239,197,170); }
td.TdClassName
{
border-color: #EFC5AA;
}
.TagClassName
{
border-color: #EFC5AA;
}
</style>