Shades of Desert Sand #EFC6AE
Tints of Desert Sand #EFC6AE
RGB
CMYK
RGB Variations
Color information
#EFC6AE (or 0xEFC6AE) is known color: Desert Sand. HEX triplet: EF, C6 and AE. RGB value is (239,198,174). Sum of RGB (Red+Green+Blue) = 239+198+174=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AE is #103951. Grayscale: #CFCFCF. Windows color (decimal): -1063250 or 11454191. OLE color: 11454191.
HSL color Cylindrical-coordinate representation of color #EFC6AE: hue angle of 22.15º 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 #EFC6AE is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 174 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.06 |
| HSL | 22.15º | 0.67% | 0.81% | - |
| HSV(B) | 22.15º | 0.27% | 0.94% | - |
| XYZ | 63.43 | 61.79 | 48.63 | - |
| YUV | 207.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 174 | 0 | 0.17 | 0.27 | 0.06 | 22.15 | 0.67 | 0.81 |
| Hex | EF | C6 | AE | 0 | 11 | 1B | 6 | 16 | 43 | 51 |
| Octal | 357 | 306 | 256 | 0 | 21 | 33 | 6 | 26 | 103 | 121 |
| Binary | 11101111 | 11000110 | 10101110 | 0 | 10001 | 11011 | 110 | 10110 | 1000011 | 1010001 |
Color Harmonies of #EFC6AE
Complementary color
Monochromatic Colors of #EFC6AE
Black with #EFC6AE
Text Example
Text Example
White with #EFC6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6AE; }
p { color: rgb(239,198,174); }
H1.HeaderClassName
{
color: #EFC6AE;
}
.AnyTagClassName
{
color: #EFC6AE;
}
</style>
background-color css
<style>
a { background-color: #EFC6AE; }
a { background-color: rgb(239,198,174); }
div.DivClassName
{
background-color: #EFC6AE;
}
.BgClassName
{
background-color: #EFC6AE;
}
</style>
border-color css
<style>
span { border-color: #EFC6AE; }
span { border-color: rgb(239,198,174); }
td.TdClassName
{
border-color: #EFC6AE;
}
.TagClassName
{
border-color: #EFC6AE;
}
</style>