Shades of Tequila #EECFAA
Tints of Tequila #EECFAA
RGB
CMYK
RGB Variations
Color information
#EECFAA (or 0xEECFAA) is known color: Tequila. HEX triplet: EE, CF and AA. RGB value is (238,207,170). Sum of RGB (Red+Green+Blue) = 238+207+170=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAA is #113055. Grayscale: #D4D4D4. Windows color (decimal): -1126486 or 11194350. OLE color: 11194350.
HSL color Cylindrical-coordinate representation of color #EECFAA: hue angle of 32.65º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EECFAA is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 170 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.07 |
| HSL | 32.65º | 0.67% | 0.8% | - |
| HSV(B) | 32.65º | 0.29% | 0.93% | - |
| XYZ | 64.83 | 65.71 | 47.3 | - |
| YUV | 212.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 170 | 0 | 0.13 | 0.29 | 0.07 | 32.65 | 0.67 | 0.8 |
| Hex | EE | CF | AA | 0 | D | 1D | 7 | 21 | 43 | 50 |
| Octal | 356 | 317 | 252 | 0 | 15 | 35 | 7 | 41 | 103 | 120 |
| Binary | 11101110 | 11001111 | 10101010 | 0 | 1101 | 11101 | 111 | 100001 | 1000011 | 1010000 |
Color Harmonies of #EECFAA
Complementary color
Monochromatic Colors of #EECFAA
Black with #EECFAA
Text Example
Text Example
White with #EECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFAA; }
p { color: rgb(238,207,170); }
H1.HeaderClassName
{
color: #EECFAA;
}
.AnyTagClassName
{
color: #EECFAA;
}
</style>
background-color css
<style>
a { background-color: #EECFAA; }
a { background-color: rgb(238,207,170); }
div.DivClassName
{
background-color: #EECFAA;
}
.BgClassName
{
background-color: #EECFAA;
}
</style>
border-color css
<style>
span { border-color: #EECFAA; }
span { border-color: rgb(238,207,170); }
td.TdClassName
{
border-color: #EECFAA;
}
.TagClassName
{
border-color: #EECFAA;
}
</style>