Shades of Tequila #EFCEAA
Tints of Tequila #EFCEAA
RGB
CMYK
RGB Variations
Color information
#EFCEAA (or 0xEFCEAA) is known color: Tequila. HEX triplet: EF, CE and AA. RGB value is (239,206,170). Sum of RGB (Red+Green+Blue) = 239+206+170=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEAA is #103155. Grayscale: #D3D3D3. Windows color (decimal): -1061206 or 11194095. OLE color: 11194095.
HSL color Cylindrical-coordinate representation of color #EFCEAA: hue angle of 31.3º 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 #EFCEAA is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 170 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.06 |
| HSL | 31.3º | 0.68% | 0.8% | - |
| HSV(B) | 31.3º | 0.29% | 0.94% | - |
| XYZ | 64.92 | 65.4 | 47.23 | - |
| YUV | 211.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 170 | 0 | 0.14 | 0.29 | 0.06 | 31.3 | 0.68 | 0.8 |
| Hex | EF | CE | AA | 0 | E | 1D | 6 | 1F | 44 | 50 |
| Octal | 357 | 316 | 252 | 0 | 16 | 35 | 6 | 37 | 104 | 120 |
| Binary | 11101111 | 11001110 | 10101010 | 0 | 1110 | 11101 | 110 | 11111 | 1000100 | 1010000 |
Color Harmonies of #EFCEAA
Complementary color
Monochromatic Colors of #EFCEAA
Black with #EFCEAA
Text Example
Text Example
White with #EFCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEAA; }
p { color: rgb(239,206,170); }
H1.HeaderClassName
{
color: #EFCEAA;
}
.AnyTagClassName
{
color: #EFCEAA;
}
</style>
background-color css
<style>
a { background-color: #EFCEAA; }
a { background-color: rgb(239,206,170); }
div.DivClassName
{
background-color: #EFCEAA;
}
.BgClassName
{
background-color: #EFCEAA;
}
</style>
border-color css
<style>
span { border-color: #EFCEAA; }
span { border-color: rgb(239,206,170); }
td.TdClassName
{
border-color: #EFCEAA;
}
.TagClassName
{
border-color: #EFCEAA;
}
</style>