Shades of Tequila #EFCDAA
Tints of Tequila #EFCDAA
RGB
CMYK
RGB Variations
Color information
#EFCDAA (or 0xEFCDAA) is known color: Tequila. HEX triplet: EF, CD and AA. RGB value is (239,205,170). Sum of RGB (Red+Green+Blue) = 239+205+170=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDAA is #103255. Grayscale: #D3D3D3. Windows color (decimal): -1061462 or 11193839. OLE color: 11193839.
HSL color Cylindrical-coordinate representation of color #EFCDAA: hue angle of 30.43º 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 #EFCDAA is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 170 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.06 |
| HSL | 30.43º | 0.68% | 0.8% | - |
| HSV(B) | 30.43º | 0.29% | 0.94% | - |
| XYZ | 64.68 | 64.92 | 47.15 | - |
| YUV | 211.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 170 | 0 | 0.14 | 0.29 | 0.06 | 30.43 | 0.68 | 0.8 |
| Hex | EF | CD | AA | 0 | E | 1D | 6 | 1E | 44 | 50 |
| Octal | 357 | 315 | 252 | 0 | 16 | 35 | 6 | 36 | 104 | 120 |
| Binary | 11101111 | 11001101 | 10101010 | 0 | 1110 | 11101 | 110 | 11110 | 1000100 | 1010000 |
Color Harmonies of #EFCDAA
Complementary color
Monochromatic Colors of #EFCDAA
Black with #EFCDAA
Text Example
Text Example
White with #EFCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDAA; }
p { color: rgb(239,205,170); }
H1.HeaderClassName
{
color: #EFCDAA;
}
.AnyTagClassName
{
color: #EFCDAA;
}
</style>
background-color css
<style>
a { background-color: #EFCDAA; }
a { background-color: rgb(239,205,170); }
div.DivClassName
{
background-color: #EFCDAA;
}
.BgClassName
{
background-color: #EFCDAA;
}
</style>
border-color css
<style>
span { border-color: #EFCDAA; }
span { border-color: rgb(239,205,170); }
td.TdClassName
{
border-color: #EFCDAA;
}
.TagClassName
{
border-color: #EFCDAA;
}
</style>