Shades of Desert Sand #EFCBAA
Tints of Desert Sand #EFCBAA
RGB
CMYK
RGB Variations
Color information
#EFCBAA (or 0xEFCBAA) is known color: Desert Sand. HEX triplet: EF, CB and AA. RGB value is (239,203,170). Sum of RGB (Red+Green+Blue) = 239+203+170=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAA is #103455. Grayscale: #D2D2D2. Windows color (decimal): -1061974 or 11193327. OLE color: 11193327.
HSL color Cylindrical-coordinate representation of color #EFCBAA: hue angle of 28.7º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFCBAA is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 170 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.06 |
| HSL | 28.7º | 0.68% | 0.8% | - |
| HSV(B) | 28.7º | 0.29% | 0.94% | - |
| XYZ | 64.21 | 63.96 | 46.99 | - |
| YUV | 210 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 170 | 0 | 0.15 | 0.29 | 0.06 | 28.7 | 0.68 | 0.8 |
| Hex | EF | CB | AA | 0 | F | 1D | 6 | 1D | 44 | 50 |
| Octal | 357 | 313 | 252 | 0 | 17 | 35 | 6 | 35 | 104 | 120 |
| Binary | 11101111 | 11001011 | 10101010 | 0 | 1111 | 11101 | 110 | 11101 | 1000100 | 1010000 |
Color Harmonies of #EFCBAA
Complementary color
Monochromatic Colors of #EFCBAA
Black with #EFCBAA
Text Example
Text Example
White with #EFCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBAA; }
p { color: rgb(239,203,170); }
H1.HeaderClassName
{
color: #EFCBAA;
}
.AnyTagClassName
{
color: #EFCBAA;
}
</style>
background-color css
<style>
a { background-color: #EFCBAA; }
a { background-color: rgb(239,203,170); }
div.DivClassName
{
background-color: #EFCBAA;
}
.BgClassName
{
background-color: #EFCBAA;
}
</style>
border-color css
<style>
span { border-color: #EFCBAA; }
span { border-color: rgb(239,203,170); }
td.TdClassName
{
border-color: #EFCBAA;
}
.TagClassName
{
border-color: #EFCBAA;
}
</style>