Shades of Desert Sand #EFC8AF
Tints of Desert Sand #EFC8AF
RGB
CMYK
RGB Variations
Color information
#EFC8AF (or 0xEFC8AF) is known color: Desert Sand. HEX triplet: EF, C8 and AF. RGB value is (239,200,175). Sum of RGB (Red+Green+Blue) = 239+200+175=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AF is #103750. Grayscale: #D0D0D0. Windows color (decimal): -1062737 or 11520239. OLE color: 11520239.
HSL color Cylindrical-coordinate representation of color #EFC8AF: hue angle of 23.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFC8AF is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 175 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.06 |
| HSL | 23.44º | 0.67% | 0.81% | - |
| HSV(B) | 23.44º | 0.27% | 0.94% | - |
| XYZ | 63.99 | 62.75 | 49.3 | - |
| YUV | 208.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 175 | 0 | 0.16 | 0.27 | 0.06 | 23.44 | 0.67 | 0.81 |
| Hex | EF | C8 | AF | 0 | 10 | 1B | 6 | 17 | 43 | 51 |
| Octal | 357 | 310 | 257 | 0 | 20 | 33 | 6 | 27 | 103 | 121 |
| Binary | 11101111 | 11001000 | 10101111 | 0 | 10000 | 11011 | 110 | 10111 | 1000011 | 1010001 |
Color Harmonies of #EFC8AF
Complementary color
Monochromatic Colors of #EFC8AF
Black with #EFC8AF
Text Example
Text Example
White with #EFC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8AF; }
p { color: rgb(239,200,175); }
H1.HeaderClassName
{
color: #EFC8AF;
}
.AnyTagClassName
{
color: #EFC8AF;
}
</style>
background-color css
<style>
a { background-color: #EFC8AF; }
a { background-color: rgb(239,200,175); }
div.DivClassName
{
background-color: #EFC8AF;
}
.BgClassName
{
background-color: #EFC8AF;
}
</style>
border-color css
<style>
span { border-color: #EFC8AF; }
span { border-color: rgb(239,200,175); }
td.TdClassName
{
border-color: #EFC8AF;
}
.TagClassName
{
border-color: #EFC8AF;
}
</style>