Shades of Desert Sand #EFC6AA
Tints of Desert Sand #EFC6AA
RGB
CMYK
RGB Variations
Color information
#EFC6AA (or 0xEFC6AA) is known color: Desert Sand. HEX triplet: EF, C6 and AA. RGB value is (239,198,170). Sum of RGB (Red+Green+Blue) = 239+198+170=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AA is #103955. Grayscale: #CFCFCF. Windows color (decimal): -1063254 or 11192047. OLE color: 11192047.
HSL color Cylindrical-coordinate representation of color #EFC6AA: hue angle of 24.35º 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 #EFC6AA is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 170 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.06 |
| HSL | 24.35º | 0.68% | 0.8% | - |
| HSV(B) | 24.35º | 0.29% | 0.94% | - |
| XYZ | 63.05 | 61.64 | 46.61 | - |
| YUV | 207.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 170 | 0 | 0.17 | 0.29 | 0.06 | 24.35 | 0.68 | 0.8 |
| Hex | EF | C6 | AA | 0 | 11 | 1D | 6 | 18 | 44 | 50 |
| Octal | 357 | 306 | 252 | 0 | 21 | 35 | 6 | 30 | 104 | 120 |
| Binary | 11101111 | 11000110 | 10101010 | 0 | 10001 | 11101 | 110 | 11000 | 1000100 | 1010000 |
Color Harmonies of #EFC6AA
Complementary color
Monochromatic Colors of #EFC6AA
Black with #EFC6AA
Text Example
Text Example
White with #EFC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6AA; }
p { color: rgb(239,198,170); }
H1.HeaderClassName
{
color: #EFC6AA;
}
.AnyTagClassName
{
color: #EFC6AA;
}
</style>
background-color css
<style>
a { background-color: #EFC6AA; }
a { background-color: rgb(239,198,170); }
div.DivClassName
{
background-color: #EFC6AA;
}
.BgClassName
{
background-color: #EFC6AA;
}
</style>
border-color css
<style>
span { border-color: #EFC6AA; }
span { border-color: rgb(239,198,170); }
td.TdClassName
{
border-color: #EFC6AA;
}
.TagClassName
{
border-color: #EFC6AA;
}
</style>