Shades of Tequila #EECFA8
Tints of Tequila #EECFA8
RGB
CMYK
RGB Variations
Color information
#EECFA8 (or 0xEECFA8) is known color: Tequila. HEX triplet: EE, CF and A8. RGB value is (238,207,168). Sum of RGB (Red+Green+Blue) = 238+207+168=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFA8 is #113057. Grayscale: #D4D4D4. Windows color (decimal): -1126488 or 11063278. OLE color: 11063278.
HSL color Cylindrical-coordinate representation of color #EECFA8: hue angle of 33.43º 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 #EECFA8 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 168 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.07 |
| HSL | 33.43º | 0.67% | 0.8% | - |
| HSV(B) | 33.43º | 0.29% | 0.93% | - |
| XYZ | 64.64 | 65.63 | 46.31 | - |
| YUV | 211.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 168 | 0 | 0.13 | 0.29 | 0.07 | 33.43 | 0.67 | 0.8 |
| Hex | EE | CF | A8 | 0 | D | 1D | 7 | 21 | 43 | 50 |
| Octal | 356 | 317 | 250 | 0 | 15 | 35 | 7 | 41 | 103 | 120 |
| Binary | 11101110 | 11001111 | 10101000 | 0 | 1101 | 11101 | 111 | 100001 | 1000011 | 1010000 |
Color Harmonies of #EECFA8
Complementary color
Monochromatic Colors of #EECFA8
Black with #EECFA8
Text Example
Text Example
White with #EECFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFA8; }
p { color: rgb(238,207,168); }
H1.HeaderClassName
{
color: #EECFA8;
}
.AnyTagClassName
{
color: #EECFA8;
}
</style>
background-color css
<style>
a { background-color: #EECFA8; }
a { background-color: rgb(238,207,168); }
div.DivClassName
{
background-color: #EECFA8;
}
.BgClassName
{
background-color: #EECFA8;
}
</style>
border-color css
<style>
span { border-color: #EECFA8; }
span { border-color: rgb(238,207,168); }
td.TdClassName
{
border-color: #EECFA8;
}
.TagClassName
{
border-color: #EECFA8;
}
</style>