Shades of Desert Sand #EFC9AE
Tints of Desert Sand #EFC9AE
RGB
CMYK
RGB Variations
Color information
#EFC9AE (or 0xEFC9AE) is known color: Desert Sand. HEX triplet: EF, C9 and AE. RGB value is (239,201,174). Sum of RGB (Red+Green+Blue) = 239+201+174=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9AE is #103651. Grayscale: #D1D1D1. Windows color (decimal): -1062482 or 11454959. OLE color: 11454959.
HSL color Cylindrical-coordinate representation of color #EFC9AE: hue angle of 24.92º 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 #EFC9AE is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 174 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.06 |
| HSL | 24.92º | 0.67% | 0.81% | - |
| HSV(B) | 24.92º | 0.27% | 0.94% | - |
| XYZ | 64.12 | 63.18 | 48.86 | - |
| YUV | 209.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 174 | 0 | 0.16 | 0.27 | 0.06 | 24.92 | 0.67 | 0.81 |
| Hex | EF | C9 | AE | 0 | 10 | 1B | 6 | 19 | 43 | 51 |
| Octal | 357 | 311 | 256 | 0 | 20 | 33 | 6 | 31 | 103 | 121 |
| Binary | 11101111 | 11001001 | 10101110 | 0 | 10000 | 11011 | 110 | 11001 | 1000011 | 1010001 |
Color Harmonies of #EFC9AE
Complementary color
Monochromatic Colors of #EFC9AE
Black with #EFC9AE
Text Example
Text Example
White with #EFC9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9AE; }
p { color: rgb(239,201,174); }
H1.HeaderClassName
{
color: #EFC9AE;
}
.AnyTagClassName
{
color: #EFC9AE;
}
</style>
background-color css
<style>
a { background-color: #EFC9AE; }
a { background-color: rgb(239,201,174); }
div.DivClassName
{
background-color: #EFC9AE;
}
.BgClassName
{
background-color: #EFC9AE;
}
</style>
border-color css
<style>
span { border-color: #EFC9AE; }
span { border-color: rgb(239,201,174); }
td.TdClassName
{
border-color: #EFC9AE;
}
.TagClassName
{
border-color: #EFC9AE;
}
</style>