Shades of Desert Sand #EFCAAB
Tints of Desert Sand #EFCAAB
RGB
CMYK
RGB Variations
Color information
#EFCAAB (or 0xEFCAAB) is known color: Desert Sand. HEX triplet: EF, CA and AB. RGB value is (239,202,171). Sum of RGB (Red+Green+Blue) = 239+202+171=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAB is #103554. Grayscale: #D1D1D1. Windows color (decimal): -1062229 or 11258607. OLE color: 11258607.
HSL color Cylindrical-coordinate representation of color #EFCAAB: hue angle of 27.35º 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 #EFCAAB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 171 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 27.35º | 0.68% | 0.8% | - |
| HSV(B) | 27.35º | 0.28% | 0.94% | - |
| XYZ | 64.07 | 63.53 | 47.41 | - |
| YUV | 209.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 171 | 0 | 0.15 | 0.28 | 0.06 | 27.35 | 0.68 | 0.8 |
| Hex | EF | CA | AB | 0 | F | 1C | 6 | 1B | 44 | 50 |
| Octal | 357 | 312 | 253 | 0 | 17 | 34 | 6 | 33 | 104 | 120 |
| Binary | 11101111 | 11001010 | 10101011 | 0 | 1111 | 11100 | 110 | 11011 | 1000100 | 1010000 |
Color Harmonies of #EFCAAB
Complementary color
Monochromatic Colors of #EFCAAB
Black with #EFCAAB
Text Example
Text Example
White with #EFCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAAB; }
p { color: rgb(239,202,171); }
H1.HeaderClassName
{
color: #EFCAAB;
}
.AnyTagClassName
{
color: #EFCAAB;
}
</style>
background-color css
<style>
a { background-color: #EFCAAB; }
a { background-color: rgb(239,202,171); }
div.DivClassName
{
background-color: #EFCAAB;
}
.BgClassName
{
background-color: #EFCAAB;
}
</style>
border-color css
<style>
span { border-color: #EFCAAB; }
span { border-color: rgb(239,202,171); }
td.TdClassName
{
border-color: #EFCAAB;
}
.TagClassName
{
border-color: #EFCAAB;
}
</style>