Shades of Desert Sand #EFC5AB
Tints of Desert Sand #EFC5AB
RGB
CMYK
RGB Variations
Color information
#EFC5AB (or 0xEFC5AB) is known color: Desert Sand. HEX triplet: EF, C5 and AB. RGB value is (239,197,171). Sum of RGB (Red+Green+Blue) = 239+197+171=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AB is #103A54. Grayscale: #CECECE. Windows color (decimal): -1063509 or 11257327. OLE color: 11257327.
HSL color Cylindrical-coordinate representation of color #EFC5AB: hue angle of 22.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC5AB is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 171 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 22.94º | 0.68% | 0.8% | - |
| HSV(B) | 22.94º | 0.28% | 0.94% | - |
| XYZ | 62.91 | 61.22 | 47.03 | - |
| YUV | 206.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 171 | 0 | 0.18 | 0.28 | 0.06 | 22.94 | 0.68 | 0.8 |
| Hex | EF | C5 | AB | 0 | 12 | 1C | 6 | 17 | 44 | 50 |
| Octal | 357 | 305 | 253 | 0 | 22 | 34 | 6 | 27 | 104 | 120 |
| Binary | 11101111 | 11000101 | 10101011 | 0 | 10010 | 11100 | 110 | 10111 | 1000100 | 1010000 |
Color Harmonies of #EFC5AB
Complementary color
Monochromatic Colors of #EFC5AB
Black with #EFC5AB
Text Example
Text Example
White with #EFC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5AB; }
p { color: rgb(239,197,171); }
H1.HeaderClassName
{
color: #EFC5AB;
}
.AnyTagClassName
{
color: #EFC5AB;
}
</style>
background-color css
<style>
a { background-color: #EFC5AB; }
a { background-color: rgb(239,197,171); }
div.DivClassName
{
background-color: #EFC5AB;
}
.BgClassName
{
background-color: #EFC5AB;
}
</style>
border-color css
<style>
span { border-color: #EFC5AB; }
span { border-color: rgb(239,197,171); }
td.TdClassName
{
border-color: #EFC5AB;
}
.TagClassName
{
border-color: #EFC5AB;
}
</style>