Shades of Desert Sand #EFC7B0
Tints of Desert Sand #EFC7B0
RGB
CMYK
RGB Variations
Color information
#EFC7B0 (or 0xEFC7B0) is known color: Desert Sand. HEX triplet: EF, C7 and B0. RGB value is (239,199,176). Sum of RGB (Red+Green+Blue) = 239+199+176=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7B0 is #10384F. Grayscale: #D0D0D0. Windows color (decimal): -1062992 or 11585519. OLE color: 11585519.
HSL color Cylindrical-coordinate representation of color #EFC7B0: hue angle of 21.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC7B0 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 176 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.06 |
| HSL | 21.9º | 0.66% | 0.81% | - |
| HSV(B) | 21.9º | 0.26% | 0.94% | - |
| XYZ | 63.86 | 62.33 | 49.74 | - |
| YUV | 208.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 176 | 0 | 0.17 | 0.26 | 0.06 | 21.9 | 0.66 | 0.81 |
| Hex | EF | C7 | B0 | 0 | 11 | 1A | 6 | 16 | 42 | 51 |
| Octal | 357 | 307 | 260 | 0 | 21 | 32 | 6 | 26 | 102 | 121 |
| Binary | 11101111 | 11000111 | 10110000 | 0 | 10001 | 11010 | 110 | 10110 | 1000010 | 1010001 |
Color Harmonies of #EFC7B0
Complementary color
Monochromatic Colors of #EFC7B0
Black with #EFC7B0
Text Example
Text Example
White with #EFC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7B0; }
p { color: rgb(239,199,176); }
H1.HeaderClassName
{
color: #EFC7B0;
}
.AnyTagClassName
{
color: #EFC7B0;
}
</style>
background-color css
<style>
a { background-color: #EFC7B0; }
a { background-color: rgb(239,199,176); }
div.DivClassName
{
background-color: #EFC7B0;
}
.BgClassName
{
background-color: #EFC7B0;
}
</style>
border-color css
<style>
span { border-color: #EFC7B0; }
span { border-color: rgb(239,199,176); }
td.TdClassName
{
border-color: #EFC7B0;
}
.TagClassName
{
border-color: #EFC7B0;
}
</style>