Shades of Tequila #EFCDA8
Tints of Tequila #EFCDA8
RGB
CMYK
RGB Variations
Color information
#EFCDA8 (or 0xEFCDA8) is known color: Tequila. HEX triplet: EF, CD and A8. RGB value is (239,205,168). Sum of RGB (Red+Green+Blue) = 239+205+168=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA8 is #103257. Grayscale: #D3D3D3. Windows color (decimal): -1061464 or 11062767. OLE color: 11062767.
HSL color Cylindrical-coordinate representation of color #EFCDA8: hue angle of 31.27º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCDA8 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 168 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.06 |
| HSL | 31.27º | 0.69% | 0.8% | - |
| HSV(B) | 31.27º | 0.3% | 0.94% | - |
| XYZ | 64.5 | 64.84 | 46.16 | - |
| YUV | 210.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 168 | 0 | 0.14 | 0.30 | 0.06 | 31.27 | 0.69 | 0.8 |
| Hex | EF | CD | A8 | 0 | E | 1E | 6 | 1F | 45 | 50 |
| Octal | 357 | 315 | 250 | 0 | 16 | 36 | 6 | 37 | 105 | 120 |
| Binary | 11101111 | 11001101 | 10101000 | 0 | 1110 | 11110 | 110 | 11111 | 1000101 | 1010000 |
Color Harmonies of #EFCDA8
Complementary color
Monochromatic Colors of #EFCDA8
Black with #EFCDA8
Text Example
Text Example
White with #EFCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDA8; }
p { color: rgb(239,205,168); }
H1.HeaderClassName
{
color: #EFCDA8;
}
.AnyTagClassName
{
color: #EFCDA8;
}
</style>
background-color css
<style>
a { background-color: #EFCDA8; }
a { background-color: rgb(239,205,168); }
div.DivClassName
{
background-color: #EFCDA8;
}
.BgClassName
{
background-color: #EFCDA8;
}
</style>
border-color css
<style>
span { border-color: #EFCDA8; }
span { border-color: rgb(239,205,168); }
td.TdClassName
{
border-color: #EFCDA8;
}
.TagClassName
{
border-color: #EFCDA8;
}
</style>