Shades of Desert Sand #EFC8AA
Tints of Desert Sand #EFC8AA
RGB
CMYK
RGB Variations
Color information
#EFC8AA (or 0xEFC8AA) is known color: Desert Sand. HEX triplet: EF, C8 and AA. RGB value is (239,200,170). Sum of RGB (Red+Green+Blue) = 239+200+170=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AA is #103755. Grayscale: #D0D0D0. Windows color (decimal): -1062742 or 11192559. OLE color: 11192559.
HSL color Cylindrical-coordinate representation of color #EFC8AA: hue angle of 26.09º 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 #EFC8AA is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 170 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.06 |
| HSL | 26.09º | 0.68% | 0.8% | - |
| HSV(B) | 26.09º | 0.29% | 0.94% | - |
| XYZ | 63.51 | 62.56 | 46.76 | - |
| YUV | 208.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 170 | 0 | 0.16 | 0.29 | 0.06 | 26.09 | 0.68 | 0.8 |
| Hex | EF | C8 | AA | 0 | 10 | 1D | 6 | 1A | 44 | 50 |
| Octal | 357 | 310 | 252 | 0 | 20 | 35 | 6 | 32 | 104 | 120 |
| Binary | 11101111 | 11001000 | 10101010 | 0 | 10000 | 11101 | 110 | 11010 | 1000100 | 1010000 |
Color Harmonies of #EFC8AA
Complementary color
Monochromatic Colors of #EFC8AA
Black with #EFC8AA
Text Example
Text Example
White with #EFC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8AA; }
p { color: rgb(239,200,170); }
H1.HeaderClassName
{
color: #EFC8AA;
}
.AnyTagClassName
{
color: #EFC8AA;
}
</style>
background-color css
<style>
a { background-color: #EFC8AA; }
a { background-color: rgb(239,200,170); }
div.DivClassName
{
background-color: #EFC8AA;
}
.BgClassName
{
background-color: #EFC8AA;
}
</style>
border-color css
<style>
span { border-color: #EFC8AA; }
span { border-color: rgb(239,200,170); }
td.TdClassName
{
border-color: #EFC8AA;
}
.TagClassName
{
border-color: #EFC8AA;
}
</style>