Shades of Desert Sand #EFC6A8
Tints of Desert Sand #EFC6A8
RGB
CMYK
RGB Variations
Color information
#EFC6A8 (or 0xEFC6A8) is known color: Desert Sand. HEX triplet: EF, C6 and A8. RGB value is (239,198,168). Sum of RGB (Red+Green+Blue) = 239+198+168=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6A8 is #103957. Grayscale: #CECECE. Windows color (decimal): -1063256 or 11060975. OLE color: 11060975.
HSL color Cylindrical-coordinate representation of color #EFC6A8: hue angle of 25.35º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC6A8 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 168 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.06 |
| HSL | 25.35º | 0.69% | 0.8% | - |
| HSV(B) | 25.35º | 0.3% | 0.94% | - |
| XYZ | 62.86 | 61.57 | 45.62 | - |
| YUV | 206.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 168 | 0 | 0.17 | 0.30 | 0.06 | 25.35 | 0.69 | 0.8 |
| Hex | EF | C6 | A8 | 0 | 11 | 1E | 6 | 19 | 45 | 50 |
| Octal | 357 | 306 | 250 | 0 | 21 | 36 | 6 | 31 | 105 | 120 |
| Binary | 11101111 | 11000110 | 10101000 | 0 | 10001 | 11110 | 110 | 11001 | 1000101 | 1010000 |
Color Harmonies of #EFC6A8
Complementary color
Monochromatic Colors of #EFC6A8
Black with #EFC6A8
Text Example
Text Example
White with #EFC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6A8; }
p { color: rgb(239,198,168); }
H1.HeaderClassName
{
color: #EFC6A8;
}
.AnyTagClassName
{
color: #EFC6A8;
}
</style>
background-color css
<style>
a { background-color: #EFC6A8; }
a { background-color: rgb(239,198,168); }
div.DivClassName
{
background-color: #EFC6A8;
}
.BgClassName
{
background-color: #EFC6A8;
}
</style>
border-color css
<style>
span { border-color: #EFC6A8; }
span { border-color: rgb(239,198,168); }
td.TdClassName
{
border-color: #EFC6A8;
}
.TagClassName
{
border-color: #EFC6A8;
}
</style>