Shades of Desert Sand #EFCEAD
Tints of Desert Sand #EFCEAD
RGB
CMYK
RGB Variations
Color information
#EFCEAD (or 0xEFCEAD) is known color: Desert Sand. HEX triplet: EF, CE and AD. RGB value is (239,206,173). Sum of RGB (Red+Green+Blue) = 239+206+173=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEAD is #103152. Grayscale: #D4D4D4. Windows color (decimal): -1061203 or 11390703. OLE color: 11390703.
HSL color Cylindrical-coordinate representation of color #EFCEAD: hue angle of 30º degrees, saturation: 0.67, 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 #EFCEAD is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 173 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.06 |
| HSL | 30º | 0.67% | 0.81% | - |
| HSV(B) | 30º | 0.28% | 0.94% | - |
| XYZ | 65.21 | 65.51 | 48.74 | - |
| YUV | 212.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 173 | 0 | 0.14 | 0.28 | 0.06 | 30 | 0.67 | 0.81 |
| Hex | EF | CE | AD | 0 | E | 1C | 6 | 1E | 43 | 51 |
| Octal | 357 | 316 | 255 | 0 | 16 | 34 | 6 | 36 | 103 | 121 |
| Binary | 11101111 | 11001110 | 10101101 | 0 | 1110 | 11100 | 110 | 11110 | 1000011 | 1010001 |
Color Harmonies of #EFCEAD
Complementary color
Monochromatic Colors of #EFCEAD
Black with #EFCEAD
Text Example
Text Example
White with #EFCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEAD; }
p { color: rgb(239,206,173); }
H1.HeaderClassName
{
color: #EFCEAD;
}
.AnyTagClassName
{
color: #EFCEAD;
}
</style>
background-color css
<style>
a { background-color: #EFCEAD; }
a { background-color: rgb(239,206,173); }
div.DivClassName
{
background-color: #EFCEAD;
}
.BgClassName
{
background-color: #EFCEAD;
}
</style>
border-color css
<style>
span { border-color: #EFCEAD; }
span { border-color: rgb(239,206,173); }
td.TdClassName
{
border-color: #EFCEAD;
}
.TagClassName
{
border-color: #EFCEAD;
}
</style>