Shades of Tequila #ECCDA9
Tints of Tequila #ECCDA9
RGB
CMYK
RGB Variations
Color information
#ECCDA9 (or 0xECCDA9) is known color: Tequila. HEX triplet: EC, CD and A9. RGB value is (236,205,169). Sum of RGB (Red+Green+Blue) = 236+205+169=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDA9 is #133256. Grayscale: #D2D2D2. Windows color (decimal): -1258071 or 11128300. OLE color: 11128300.
HSL color Cylindrical-coordinate representation of color #ECCDA9: hue angle of 32.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCDA9 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 169 | - |
CMYK | 0 | 0.13 | 0.28 | 0.07 |
HSL | 32.24º | 0.64% | 0.79% | - |
HSV(B) | 32.24º | 0.28% | 0.93% | - |
XYZ | 63.58 | 64.36 | 46.61 | - |
YUV | 210.17 | 104.77 | 146.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 169 | 0 | 0.13 | 0.28 | 0.07 | 32.24 | 0.64 | 0.79 |
Hex | EC | CD | A9 | 0 | D | 1C | 7 | 20 | 40 | 4F |
Octal | 354 | 315 | 251 | 0 | 15 | 34 | 7 | 40 | 100 | 117 |
Binary | 11101100 | 11001101 | 10101001 | 0 | 1101 | 11100 | 111 | 100000 | 1000000 | 1001111 |
Color Harmonies of #ECCDA9
Complementary color
Monochromatic Colors of #ECCDA9
Black with #ECCDA9
Text Example
Text Example
White with #ECCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDA9; }
p { color: rgb(236,205,169); }
H1.HeaderClassName
{
color: #ECCDA9;
}
.AnyTagClassName
{
color: #ECCDA9;
}
</style>
background-color css
<style>
a { background-color: #ECCDA9; }
a { background-color: rgb(236,205,169); }
div.DivClassName
{
background-color: #ECCDA9;
}
.BgClassName
{
background-color: #ECCDA9;
}
</style>
border-color css
<style>
span { border-color: #ECCDA9; }
span { border-color: rgb(236,205,169); }
td.TdClassName
{
border-color: #ECCDA9;
}
.TagClassName
{
border-color: #ECCDA9;
}
</style>