Shades of Tequila #ECCDAA
Tints of Tequila #ECCDAA
RGB
CMYK
RGB Variations
Color information
#ECCDAA (or 0xECCDAA) is known color: Tequila. HEX triplet: EC, CD and AA. RGB value is (236,205,170). Sum of RGB (Red+Green+Blue) = 236+205+170=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAA is #133255. Grayscale: #D2D2D2. Windows color (decimal): -1258070 or 11193836. OLE color: 11193836.
HSL color Cylindrical-coordinate representation of color #ECCDAA: hue angle of 31.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCDAA is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 170 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 31.82º | 0.63% | 0.8% | - |
| HSV(B) | 31.82º | 0.28% | 0.93% | - |
| XYZ | 63.68 | 64.4 | 47.1 | - |
| YUV | 210.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 170 | 0 | 0.13 | 0.28 | 0.07 | 31.82 | 0.63 | 0.8 |
| Hex | EC | CD | AA | 0 | D | 1C | 7 | 20 | 3F | 50 |
| Octal | 354 | 315 | 252 | 0 | 15 | 34 | 7 | 40 | 77 | 120 |
| Binary | 11101100 | 11001101 | 10101010 | 0 | 1101 | 11100 | 111 | 100000 | 111111 | 1010000 |
Color Harmonies of #ECCDAA
Complementary color
Monochromatic Colors of #ECCDAA
Black with #ECCDAA
Text Example
Text Example
White with #ECCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDAA; }
p { color: rgb(236,205,170); }
H1.HeaderClassName
{
color: #ECCDAA;
}
.AnyTagClassName
{
color: #ECCDAA;
}
</style>
background-color css
<style>
a { background-color: #ECCDAA; }
a { background-color: rgb(236,205,170); }
div.DivClassName
{
background-color: #ECCDAA;
}
.BgClassName
{
background-color: #ECCDAA;
}
</style>
border-color css
<style>
span { border-color: #ECCDAA; }
span { border-color: rgb(236,205,170); }
td.TdClassName
{
border-color: #ECCDAA;
}
.TagClassName
{
border-color: #ECCDAA;
}
</style>