Shades of Tequila #EFCEA1
Tints of Tequila #EFCEA1
RGB
CMYK
RGB Variations
Color information
#EFCEA1 (or 0xEFCEA1) is known color: Tequila. HEX triplet: EF, CE and A1. RGB value is (239,206,161). Sum of RGB (Red+Green+Blue) = 239+206+161=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEA1 is #10315E. Grayscale: #D2D2D2. Windows color (decimal): -1061215 or 10604271. OLE color: 10604271.
HSL color Cylindrical-coordinate representation of color #EFCEA1: hue angle of 34.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFCEA1 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 161 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.06 |
| HSL | 34.62º | 0.71% | 0.78% | - |
| HSV(B) | 34.62º | 0.33% | 0.94% | - |
| XYZ | 64.1 | 65.07 | 42.9 | - |
| YUV | 210.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 161 | 0 | 0.14 | 0.33 | 0.06 | 34.62 | 0.71 | 0.78 |
| Hex | EF | CE | A1 | 0 | E | 21 | 6 | 23 | 47 | 4E |
| Octal | 357 | 316 | 241 | 0 | 16 | 41 | 6 | 43 | 107 | 116 |
| Binary | 11101111 | 11001110 | 10100001 | 0 | 1110 | 100001 | 110 | 100011 | 1000111 | 1001110 |
Color Harmonies of #EFCEA1
Complementary color
Monochromatic Colors of #EFCEA1
Black with #EFCEA1
Text Example
Text Example
White with #EFCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEA1; }
p { color: rgb(239,206,161); }
H1.HeaderClassName
{
color: #EFCEA1;
}
.AnyTagClassName
{
color: #EFCEA1;
}
</style>
background-color css
<style>
a { background-color: #EFCEA1; }
a { background-color: rgb(239,206,161); }
div.DivClassName
{
background-color: #EFCEA1;
}
.BgClassName
{
background-color: #EFCEA1;
}
</style>
border-color css
<style>
span { border-color: #EFCEA1; }
span { border-color: rgb(239,206,161); }
td.TdClassName
{
border-color: #EFCEA1;
}
.TagClassName
{
border-color: #EFCEA1;
}
</style>