Shades of Desert Sand #EFC7AD
Tints of Desert Sand #EFC7AD
RGB
CMYK
RGB Variations
Color information
#EFC7AD (or 0xEFC7AD) is known color: Desert Sand. HEX triplet: EF, C7 and AD. RGB value is (239,199,173). Sum of RGB (Red+Green+Blue) = 239+199+173=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7AD is #103852. Grayscale: #D0D0D0. Windows color (decimal): -1062995 or 11388911. OLE color: 11388911.
HSL color Cylindrical-coordinate representation of color #EFC7AD: hue angle of 23.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC7AD is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 173 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.06 |
| HSL | 23.64º | 0.67% | 0.81% | - |
| HSV(B) | 23.64º | 0.28% | 0.94% | - |
| XYZ | 63.56 | 62.21 | 48.19 | - |
| YUV | 208 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 173 | 0 | 0.17 | 0.28 | 0.06 | 23.64 | 0.67 | 0.81 |
| Hex | EF | C7 | AD | 0 | 11 | 1C | 6 | 18 | 43 | 51 |
| Octal | 357 | 307 | 255 | 0 | 21 | 34 | 6 | 30 | 103 | 121 |
| Binary | 11101111 | 11000111 | 10101101 | 0 | 10001 | 11100 | 110 | 11000 | 1000011 | 1010001 |
Color Harmonies of #EFC7AD
Complementary color
Monochromatic Colors of #EFC7AD
Black with #EFC7AD
Text Example
Text Example
White with #EFC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7AD; }
p { color: rgb(239,199,173); }
H1.HeaderClassName
{
color: #EFC7AD;
}
.AnyTagClassName
{
color: #EFC7AD;
}
</style>
background-color css
<style>
a { background-color: #EFC7AD; }
a { background-color: rgb(239,199,173); }
div.DivClassName
{
background-color: #EFC7AD;
}
.BgClassName
{
background-color: #EFC7AD;
}
</style>
border-color css
<style>
span { border-color: #EFC7AD; }
span { border-color: rgb(239,199,173); }
td.TdClassName
{
border-color: #EFC7AD;
}
.TagClassName
{
border-color: #EFC7AD;
}
</style>