Shades of Desert Sand #EFC5AC
Tints of Desert Sand #EFC5AC
RGB
CMYK
RGB Variations
Color information
#EFC5AC (or 0xEFC5AC) is known color: Desert Sand. HEX triplet: EF, C5 and AC. RGB value is (239,197,172). Sum of RGB (Red+Green+Blue) = 239+197+172=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AC is #103A53. Grayscale: #CECECE. Windows color (decimal): -1063508 or 11322863. OLE color: 11322863.
HSL color Cylindrical-coordinate representation of color #EFC5AC: hue angle of 22.39º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC5AC is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 172 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 22.39º | 0.68% | 0.81% | - |
| HSV(B) | 22.39º | 0.28% | 0.94% | - |
| XYZ | 63.01 | 61.26 | 47.53 | - |
| YUV | 206.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 172 | 0 | 0.18 | 0.28 | 0.06 | 22.39 | 0.68 | 0.81 |
| Hex | EF | C5 | AC | 0 | 12 | 1C | 6 | 16 | 44 | 51 |
| Octal | 357 | 305 | 254 | 0 | 22 | 34 | 6 | 26 | 104 | 121 |
| Binary | 11101111 | 11000101 | 10101100 | 0 | 10010 | 11100 | 110 | 10110 | 1000100 | 1010001 |
Color Harmonies of #EFC5AC
Complementary color
Monochromatic Colors of #EFC5AC
Black with #EFC5AC
Text Example
Text Example
White with #EFC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5AC; }
p { color: rgb(239,197,172); }
H1.HeaderClassName
{
color: #EFC5AC;
}
.AnyTagClassName
{
color: #EFC5AC;
}
</style>
background-color css
<style>
a { background-color: #EFC5AC; }
a { background-color: rgb(239,197,172); }
div.DivClassName
{
background-color: #EFC5AC;
}
.BgClassName
{
background-color: #EFC5AC;
}
</style>
border-color css
<style>
span { border-color: #EFC5AC; }
span { border-color: rgb(239,197,172); }
td.TdClassName
{
border-color: #EFC5AC;
}
.TagClassName
{
border-color: #EFC5AC;
}
</style>