Shades of Desert Sand #EFCFAE
Tints of Desert Sand #EFCFAE
RGB
CMYK
RGB Variations
Color information
#EFCFAE (or 0xEFCFAE) is known color: Desert Sand. HEX triplet: EF, CF and AE. RGB value is (239,207,174). Sum of RGB (Red+Green+Blue) = 239+207+174=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAE is #103051. Grayscale: #D4D4D4. Windows color (decimal): -1060946 or 11456495. OLE color: 11456495.
HSL color Cylindrical-coordinate representation of color #EFCFAE: hue angle of 30.46º 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 #EFCFAE is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 174 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.06 |
| HSL | 30.46º | 0.67% | 0.81% | - |
| HSV(B) | 30.46º | 0.27% | 0.94% | - |
| XYZ | 65.55 | 66.03 | 49.34 | - |
| YUV | 212.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 174 | 0 | 0.13 | 0.27 | 0.06 | 30.46 | 0.67 | 0.81 |
| Hex | EF | CF | AE | 0 | D | 1B | 6 | 1E | 43 | 51 |
| Octal | 357 | 317 | 256 | 0 | 15 | 33 | 6 | 36 | 103 | 121 |
| Binary | 11101111 | 11001111 | 10101110 | 0 | 1101 | 11011 | 110 | 11110 | 1000011 | 1010001 |
Color Harmonies of #EFCFAE
Complementary color
Monochromatic Colors of #EFCFAE
Black with #EFCFAE
Text Example
Text Example
White with #EFCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFAE; }
p { color: rgb(239,207,174); }
H1.HeaderClassName
{
color: #EFCFAE;
}
.AnyTagClassName
{
color: #EFCFAE;
}
</style>
background-color css
<style>
a { background-color: #EFCFAE; }
a { background-color: rgb(239,207,174); }
div.DivClassName
{
background-color: #EFCFAE;
}
.BgClassName
{
background-color: #EFCFAE;
}
</style>
border-color css
<style>
span { border-color: #EFCFAE; }
span { border-color: rgb(239,207,174); }
td.TdClassName
{
border-color: #EFCFAE;
}
.TagClassName
{
border-color: #EFCFAE;
}
</style>