Shades of Tequila #EFCDA1
Tints of Tequila #EFCDA1
RGB
CMYK
RGB Variations
Color information
#EFCDA1 (or 0xEFCDA1) is known color: Tequila. HEX triplet: EF, CD and A1. RGB value is (239,205,161). Sum of RGB (Red+Green+Blue) = 239+205+161=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA1 is #10325E. Grayscale: #D2D2D2. Windows color (decimal): -1061471 or 10604015. OLE color: 10604015.
HSL color Cylindrical-coordinate representation of color #EFCDA1: hue angle of 33.85º 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 #EFCDA1 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 161 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.06 |
| HSL | 33.85º | 0.71% | 0.78% | - |
| HSV(B) | 33.85º | 0.33% | 0.94% | - |
| XYZ | 63.86 | 64.59 | 42.82 | - |
| YUV | 210.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 161 | 0 | 0.14 | 0.33 | 0.06 | 33.85 | 0.71 | 0.78 |
| Hex | EF | CD | A1 | 0 | E | 21 | 6 | 22 | 47 | 4E |
| Octal | 357 | 315 | 241 | 0 | 16 | 41 | 6 | 42 | 107 | 116 |
| Binary | 11101111 | 11001101 | 10100001 | 0 | 1110 | 100001 | 110 | 100010 | 1000111 | 1001110 |
Color Harmonies of #EFCDA1
Complementary color
Monochromatic Colors of #EFCDA1
Black with #EFCDA1
Text Example
Text Example
White with #EFCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDA1; }
p { color: rgb(239,205,161); }
H1.HeaderClassName
{
color: #EFCDA1;
}
.AnyTagClassName
{
color: #EFCDA1;
}
</style>
background-color css
<style>
a { background-color: #EFCDA1; }
a { background-color: rgb(239,205,161); }
div.DivClassName
{
background-color: #EFCDA1;
}
.BgClassName
{
background-color: #EFCDA1;
}
</style>
border-color css
<style>
span { border-color: #EFCDA1; }
span { border-color: rgb(239,205,161); }
td.TdClassName
{
border-color: #EFCDA1;
}
.TagClassName
{
border-color: #EFCDA1;
}
</style>