Shades of Desert Sand #EFCCAF
Tints of Desert Sand #EFCCAF
RGB
CMYK
RGB Variations
Color information
#EFCCAF (or 0xEFCCAF) is known color: Desert Sand. HEX triplet: EF, CC and AF. RGB value is (239,204,175). Sum of RGB (Red+Green+Blue) = 239+204+175=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAF is #103350. Grayscale: #D3D3D3. Windows color (decimal): -1061713 or 11521263. OLE color: 11521263.
HSL color Cylindrical-coordinate representation of color #EFCCAF: hue angle of 27.19º 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 #EFCCAF is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 175 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.06 |
| HSL | 27.19º | 0.67% | 0.81% | - |
| HSV(B) | 27.19º | 0.27% | 0.94% | - |
| XYZ | 64.93 | 64.63 | 49.61 | - |
| YUV | 211.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 175 | 0 | 0.15 | 0.27 | 0.06 | 27.19 | 0.67 | 0.81 |
| Hex | EF | CC | AF | 0 | F | 1B | 6 | 1B | 43 | 51 |
| Octal | 357 | 314 | 257 | 0 | 17 | 33 | 6 | 33 | 103 | 121 |
| Binary | 11101111 | 11001100 | 10101111 | 0 | 1111 | 11011 | 110 | 11011 | 1000011 | 1010001 |
Color Harmonies of #EFCCAF
Complementary color
Monochromatic Colors of #EFCCAF
Black with #EFCCAF
Text Example
Text Example
White with #EFCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCAF; }
p { color: rgb(239,204,175); }
H1.HeaderClassName
{
color: #EFCCAF;
}
.AnyTagClassName
{
color: #EFCCAF;
}
</style>
background-color css
<style>
a { background-color: #EFCCAF; }
a { background-color: rgb(239,204,175); }
div.DivClassName
{
background-color: #EFCCAF;
}
.BgClassName
{
background-color: #EFCCAF;
}
</style>
border-color css
<style>
span { border-color: #EFCCAF; }
span { border-color: rgb(239,204,175); }
td.TdClassName
{
border-color: #EFCCAF;
}
.TagClassName
{
border-color: #EFCCAF;
}
</style>