Shades of Tequila #EFCDA3
Tints of Tequila #EFCDA3
RGB
CMYK
RGB Variations
Color information
#EFCDA3 (or 0xEFCDA3) is known color: Tequila. HEX triplet: EF, CD and A3. RGB value is (239,205,163). Sum of RGB (Red+Green+Blue) = 239+205+163=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA3 is #10325C. Grayscale: #D2D2D2. Windows color (decimal): -1061469 or 10735087. OLE color: 10735087.
HSL color Cylindrical-coordinate representation of color #EFCDA3: hue angle of 33.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFCDA3 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 163 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.06 |
| HSL | 33.16º | 0.7% | 0.79% | - |
| HSV(B) | 33.16º | 0.32% | 0.94% | - |
| XYZ | 64.04 | 64.66 | 43.76 | - |
| YUV | 210.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 163 | 0 | 0.14 | 0.32 | 0.06 | 33.16 | 0.7 | 0.79 |
| Hex | EF | CD | A3 | 0 | E | 20 | 6 | 21 | 46 | 4F |
| Octal | 357 | 315 | 243 | 0 | 16 | 40 | 6 | 41 | 106 | 117 |
| Binary | 11101111 | 11001101 | 10100011 | 0 | 1110 | 100000 | 110 | 100001 | 1000110 | 1001111 |
Color Harmonies of #EFCDA3
Complementary color
Monochromatic Colors of #EFCDA3
Black with #EFCDA3
Text Example
Text Example
White with #EFCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDA3; }
p { color: rgb(239,205,163); }
H1.HeaderClassName
{
color: #EFCDA3;
}
.AnyTagClassName
{
color: #EFCDA3;
}
</style>
background-color css
<style>
a { background-color: #EFCDA3; }
a { background-color: rgb(239,205,163); }
div.DivClassName
{
background-color: #EFCDA3;
}
.BgClassName
{
background-color: #EFCDA3;
}
</style>
border-color css
<style>
span { border-color: #EFCDA3; }
span { border-color: rgb(239,205,163); }
td.TdClassName
{
border-color: #EFCDA3;
}
.TagClassName
{
border-color: #EFCDA3;
}
</style>