Shades of Tequila #EFCDA0
Tints of Tequila #EFCDA0
RGB
CMYK
RGB Variations
Color information
#EFCDA0 (or 0xEFCDA0) is known color: Tequila. HEX triplet: EF, CD and A0. RGB value is (239,205,160). Sum of RGB (Red+Green+Blue) = 239+205+160=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA0 is #10325F. Grayscale: #D2D2D2. Windows color (decimal): -1061472 or 10538479. OLE color: 10538479.
HSL color Cylindrical-coordinate representation of color #EFCDA0: hue angle of 34.18º 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 #EFCDA0 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 160 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.06 |
| HSL | 34.18º | 0.71% | 0.78% | - |
| HSV(B) | 34.18º | 0.33% | 0.94% | - |
| XYZ | 63.77 | 64.55 | 42.36 | - |
| YUV | 210.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 160 | 0 | 0.14 | 0.33 | 0.06 | 34.18 | 0.71 | 0.78 |
| Hex | EF | CD | A0 | 0 | E | 21 | 6 | 22 | 47 | 4E |
| Octal | 357 | 315 | 240 | 0 | 16 | 41 | 6 | 42 | 107 | 116 |
| Binary | 11101111 | 11001101 | 10100000 | 0 | 1110 | 100001 | 110 | 100010 | 1000111 | 1001110 |
Color Harmonies of #EFCDA0
Complementary color
Monochromatic Colors of #EFCDA0
Black with #EFCDA0
Text Example
Text Example
White with #EFCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDA0; }
p { color: rgb(239,205,160); }
H1.HeaderClassName
{
color: #EFCDA0;
}
.AnyTagClassName
{
color: #EFCDA0;
}
</style>
background-color css
<style>
a { background-color: #EFCDA0; }
a { background-color: rgb(239,205,160); }
div.DivClassName
{
background-color: #EFCDA0;
}
.BgClassName
{
background-color: #EFCDA0;
}
</style>
border-color css
<style>
span { border-color: #EFCDA0; }
span { border-color: rgb(239,205,160); }
td.TdClassName
{
border-color: #EFCDA0;
}
.TagClassName
{
border-color: #EFCDA0;
}
</style>