Shades of Desert Sand #EFCEAC
Tints of Desert Sand #EFCEAC
RGB
CMYK
RGB Variations
Color information
#EFCEAC (or 0xEFCEAC) is known color: Desert Sand. HEX triplet: EF, CE and AC. RGB value is (239,206,172). Sum of RGB (Red+Green+Blue) = 239+206+172=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEAC is #103153. Grayscale: #D4D4D4. Windows color (decimal): -1061204 or 11325167. OLE color: 11325167.
HSL color Cylindrical-coordinate representation of color #EFCEAC: hue angle of 30.45º degrees, saturation: 0.68, 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 #EFCEAC is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 172 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.06 |
| HSL | 30.45º | 0.68% | 0.81% | - |
| HSV(B) | 30.45º | 0.28% | 0.94% | - |
| XYZ | 65.11 | 65.47 | 48.24 | - |
| YUV | 211.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 172 | 0 | 0.14 | 0.28 | 0.06 | 30.45 | 0.68 | 0.81 |
| Hex | EF | CE | AC | 0 | E | 1C | 6 | 1E | 44 | 51 |
| Octal | 357 | 316 | 254 | 0 | 16 | 34 | 6 | 36 | 104 | 121 |
| Binary | 11101111 | 11001110 | 10101100 | 0 | 1110 | 11100 | 110 | 11110 | 1000100 | 1010001 |
Color Harmonies of #EFCEAC
Complementary color
Monochromatic Colors of #EFCEAC
Black with #EFCEAC
Text Example
Text Example
White with #EFCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEAC; }
p { color: rgb(239,206,172); }
H1.HeaderClassName
{
color: #EFCEAC;
}
.AnyTagClassName
{
color: #EFCEAC;
}
</style>
background-color css
<style>
a { background-color: #EFCEAC; }
a { background-color: rgb(239,206,172); }
div.DivClassName
{
background-color: #EFCEAC;
}
.BgClassName
{
background-color: #EFCEAC;
}
</style>
border-color css
<style>
span { border-color: #EFCEAC; }
span { border-color: rgb(239,206,172); }
td.TdClassName
{
border-color: #EFCEAC;
}
.TagClassName
{
border-color: #EFCEAC;
}
</style>