Shades of Tequila #EFCFAC
Tints of Tequila #EFCFAC
RGB
CMYK
RGB Variations
Color information
#EFCFAC (or 0xEFCFAC) is known color: Tequila. HEX triplet: EF, CF and AC. RGB value is (239,207,172). Sum of RGB (Red+Green+Blue) = 239+207+172=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAC is #103053. Grayscale: #D4D4D4. Windows color (decimal): -1060948 or 11325423. OLE color: 11325423.
HSL color Cylindrical-coordinate representation of color #EFCFAC: hue angle of 31.34º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCFAC is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 172 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 31.34º | 0.68% | 0.81% | - |
| HSV(B) | 31.34º | 0.28% | 0.94% | - |
| XYZ | 65.36 | 65.95 | 48.32 | - |
| YUV | 212.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 172 | 0 | 0.13 | 0.28 | 0.06 | 31.34 | 0.68 | 0.81 |
| Hex | EF | CF | AC | 0 | D | 1C | 6 | 1F | 44 | 51 |
| Octal | 357 | 317 | 254 | 0 | 15 | 34 | 6 | 37 | 104 | 121 |
| Binary | 11101111 | 11001111 | 10101100 | 0 | 1101 | 11100 | 110 | 11111 | 1000100 | 1010001 |
Color Harmonies of #EFCFAC
Complementary color
Monochromatic Colors of #EFCFAC
Black with #EFCFAC
Text Example
Text Example
White with #EFCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFAC; }
p { color: rgb(239,207,172); }
H1.HeaderClassName
{
color: #EFCFAC;
}
.AnyTagClassName
{
color: #EFCFAC;
}
</style>
background-color css
<style>
a { background-color: #EFCFAC; }
a { background-color: rgb(239,207,172); }
div.DivClassName
{
background-color: #EFCFAC;
}
.BgClassName
{
background-color: #EFCFAC;
}
</style>
border-color css
<style>
span { border-color: #EFCFAC; }
span { border-color: rgb(239,207,172); }
td.TdClassName
{
border-color: #EFCFAC;
}
.TagClassName
{
border-color: #EFCFAC;
}
</style>