Shades of Desert Sand #EFCBAC
Tints of Desert Sand #EFCBAC
RGB
CMYK
RGB Variations
Color information
#EFCBAC (or 0xEFCBAC) is known color: Desert Sand. HEX triplet: EF, CB and AC. RGB value is (239,203,172). Sum of RGB (Red+Green+Blue) = 239+203+172=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAC is #103453. Grayscale: #D2D2D2. Windows color (decimal): -1061972 or 11324399. OLE color: 11324399.
HSL color Cylindrical-coordinate representation of color #EFCBAC: hue angle of 27.76º 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 #EFCBAC is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 172 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 27.76º | 0.68% | 0.81% | - |
| HSV(B) | 27.76º | 0.28% | 0.94% | - |
| XYZ | 64.4 | 64.04 | 48 | - |
| YUV | 210.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 172 | 0 | 0.15 | 0.28 | 0.06 | 27.76 | 0.68 | 0.81 |
| Hex | EF | CB | AC | 0 | F | 1C | 6 | 1C | 44 | 51 |
| Octal | 357 | 313 | 254 | 0 | 17 | 34 | 6 | 34 | 104 | 121 |
| Binary | 11101111 | 11001011 | 10101100 | 0 | 1111 | 11100 | 110 | 11100 | 1000100 | 1010001 |
Color Harmonies of #EFCBAC
Complementary color
Monochromatic Colors of #EFCBAC
Black with #EFCBAC
Text Example
Text Example
White with #EFCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBAC; }
p { color: rgb(239,203,172); }
H1.HeaderClassName
{
color: #EFCBAC;
}
.AnyTagClassName
{
color: #EFCBAC;
}
</style>
background-color css
<style>
a { background-color: #EFCBAC; }
a { background-color: rgb(239,203,172); }
div.DivClassName
{
background-color: #EFCBAC;
}
.BgClassName
{
background-color: #EFCBAC;
}
</style>
border-color css
<style>
span { border-color: #EFCBAC; }
span { border-color: rgb(239,203,172); }
td.TdClassName
{
border-color: #EFCBAC;
}
.TagClassName
{
border-color: #EFCBAC;
}
</style>