Shades of Tequila #EFCFAA
Tints of Tequila #EFCFAA
RGB
CMYK
RGB Variations
Color information
#EFCFAA (or 0xEFCFAA) is known color: Tequila. HEX triplet: EF, CF and AA. RGB value is (239,207,170). Sum of RGB (Red+Green+Blue) = 239+207+170=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAA is #103055. Grayscale: #D4D4D4. Windows color (decimal): -1060950 or 11194351. OLE color: 11194351.
HSL color Cylindrical-coordinate representation of color #EFCFAA: hue angle of 32.17º 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 #EFCFAA is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 170 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.06 |
| HSL | 32.17º | 0.68% | 0.8% | - |
| HSV(B) | 32.17º | 0.29% | 0.94% | - |
| XYZ | 65.17 | 65.88 | 47.31 | - |
| YUV | 212.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 170 | 0 | 0.13 | 0.29 | 0.06 | 32.17 | 0.68 | 0.8 |
| Hex | EF | CF | AA | 0 | D | 1D | 6 | 20 | 44 | 50 |
| Octal | 357 | 317 | 252 | 0 | 15 | 35 | 6 | 40 | 104 | 120 |
| Binary | 11101111 | 11001111 | 10101010 | 0 | 1101 | 11101 | 110 | 100000 | 1000100 | 1010000 |
Color Harmonies of #EFCFAA
Complementary color
Monochromatic Colors of #EFCFAA
Black with #EFCFAA
Text Example
Text Example
White with #EFCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFAA; }
p { color: rgb(239,207,170); }
H1.HeaderClassName
{
color: #EFCFAA;
}
.AnyTagClassName
{
color: #EFCFAA;
}
</style>
background-color css
<style>
a { background-color: #EFCFAA; }
a { background-color: rgb(239,207,170); }
div.DivClassName
{
background-color: #EFCFAA;
}
.BgClassName
{
background-color: #EFCFAA;
}
</style>
border-color css
<style>
span { border-color: #EFCFAA; }
span { border-color: rgb(239,207,170); }
td.TdClassName
{
border-color: #EFCFAA;
}
.TagClassName
{
border-color: #EFCFAA;
}
</style>