Shades of Desert Sand #EFCBAB
Tints of Desert Sand #EFCBAB
RGB
CMYK
RGB Variations
Color information
#EFCBAB (or 0xEFCBAB) is known color: Desert Sand. HEX triplet: EF, CB and AB. RGB value is (239,203,171). Sum of RGB (Red+Green+Blue) = 239+203+171=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAB is #103454. Grayscale: #D2D2D2. Windows color (decimal): -1061973 or 11258863. OLE color: 11258863.
HSL color Cylindrical-coordinate representation of color #EFCBAB: hue angle of 28.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCBAB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 171 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 28.24º | 0.68% | 0.8% | - |
| HSV(B) | 28.24º | 0.28% | 0.94% | - |
| XYZ | 64.3 | 64 | 47.49 | - |
| YUV | 210.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 171 | 0 | 0.15 | 0.28 | 0.06 | 28.24 | 0.68 | 0.8 |
| Hex | EF | CB | AB | 0 | F | 1C | 6 | 1C | 44 | 50 |
| Octal | 357 | 313 | 253 | 0 | 17 | 34 | 6 | 34 | 104 | 120 |
| Binary | 11101111 | 11001011 | 10101011 | 0 | 1111 | 11100 | 110 | 11100 | 1000100 | 1010000 |
Color Harmonies of #EFCBAB
Complementary color
Monochromatic Colors of #EFCBAB
Black with #EFCBAB
Text Example
Text Example
White with #EFCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBAB; }
p { color: rgb(239,203,171); }
H1.HeaderClassName
{
color: #EFCBAB;
}
.AnyTagClassName
{
color: #EFCBAB;
}
</style>
background-color css
<style>
a { background-color: #EFCBAB; }
a { background-color: rgb(239,203,171); }
div.DivClassName
{
background-color: #EFCBAB;
}
.BgClassName
{
background-color: #EFCBAB;
}
</style>
border-color css
<style>
span { border-color: #EFCBAB; }
span { border-color: rgb(239,203,171); }
td.TdClassName
{
border-color: #EFCBAB;
}
.TagClassName
{
border-color: #EFCBAB;
}
</style>