Shades of Desert Sand #EFCDAF
Tints of Desert Sand #EFCDAF
RGB
CMYK
RGB Variations
Color information
#EFCDAF (or 0xEFCDAF) is known color: Desert Sand. HEX triplet: EF, CD and AF. RGB value is (239,205,175). Sum of RGB (Red+Green+Blue) = 239+205+175=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDAF is #103250. Grayscale: #D3D3D3. Windows color (decimal): -1061457 or 11521519. OLE color: 11521519.
HSL color Cylindrical-coordinate representation of color #EFCDAF: hue angle of 28.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFCDAF is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 175 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.06 |
| HSL | 28.13º | 0.67% | 0.81% | - |
| HSV(B) | 28.13º | 0.27% | 0.94% | - |
| XYZ | 65.17 | 65.11 | 49.69 | - |
| YUV | 211.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 175 | 0 | 0.14 | 0.27 | 0.06 | 28.13 | 0.67 | 0.81 |
| Hex | EF | CD | AF | 0 | E | 1B | 6 | 1C | 43 | 51 |
| Octal | 357 | 315 | 257 | 0 | 16 | 33 | 6 | 34 | 103 | 121 |
| Binary | 11101111 | 11001101 | 10101111 | 0 | 1110 | 11011 | 110 | 11100 | 1000011 | 1010001 |
Color Harmonies of #EFCDAF
Complementary color
Monochromatic Colors of #EFCDAF
Black with #EFCDAF
Text Example
Text Example
White with #EFCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDAF; }
p { color: rgb(239,205,175); }
H1.HeaderClassName
{
color: #EFCDAF;
}
.AnyTagClassName
{
color: #EFCDAF;
}
</style>
background-color css
<style>
a { background-color: #EFCDAF; }
a { background-color: rgb(239,205,175); }
div.DivClassName
{
background-color: #EFCDAF;
}
.BgClassName
{
background-color: #EFCDAF;
}
</style>
border-color css
<style>
span { border-color: #EFCDAF; }
span { border-color: rgb(239,205,175); }
td.TdClassName
{
border-color: #EFCDAF;
}
.TagClassName
{
border-color: #EFCDAF;
}
</style>