Shades of Desert Sand #EFC5A8
Tints of Desert Sand #EFC5A8
RGB
CMYK
RGB Variations
Color information
#EFC5A8 (or 0xEFC5A8) is known color: Desert Sand. HEX triplet: EF, C5 and A8. RGB value is (239,197,168). Sum of RGB (Red+Green+Blue) = 239+197+168=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5A8 is #103A57. Grayscale: #CECECE. Windows color (decimal): -1063512 or 11060719. OLE color: 11060719.
HSL color Cylindrical-coordinate representation of color #EFC5A8: hue angle of 24.51º 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 #EFC5A8 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 168 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.06 |
| HSL | 24.51º | 0.69% | 0.8% | - |
| HSV(B) | 24.51º | 0.3% | 0.94% | - |
| XYZ | 62.63 | 61.11 | 45.54 | - |
| YUV | 206.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 168 | 0 | 0.18 | 0.30 | 0.06 | 24.51 | 0.69 | 0.8 |
| Hex | EF | C5 | A8 | 0 | 12 | 1E | 6 | 19 | 45 | 50 |
| Octal | 357 | 305 | 250 | 0 | 22 | 36 | 6 | 31 | 105 | 120 |
| Binary | 11101111 | 11000101 | 10101000 | 0 | 10010 | 11110 | 110 | 11001 | 1000101 | 1010000 |
Color Harmonies of #EFC5A8
Complementary color
Monochromatic Colors of #EFC5A8
Black with #EFC5A8
Text Example
Text Example
White with #EFC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5A8; }
p { color: rgb(239,197,168); }
H1.HeaderClassName
{
color: #EFC5A8;
}
.AnyTagClassName
{
color: #EFC5A8;
}
</style>
background-color css
<style>
a { background-color: #EFC5A8; }
a { background-color: rgb(239,197,168); }
div.DivClassName
{
background-color: #EFC5A8;
}
.BgClassName
{
background-color: #EFC5A8;
}
</style>
border-color css
<style>
span { border-color: #EFC5A8; }
span { border-color: rgb(239,197,168); }
td.TdClassName
{
border-color: #EFC5A8;
}
.TagClassName
{
border-color: #EFC5A8;
}
</style>