Shades of Tequila #EECEAB
Tints of Tequila #EECEAB
RGB
CMYK
RGB Variations
Color information
#EECEAB (or 0xEECEAB) is known color: Tequila. HEX triplet: EE, CE and AB. RGB value is (238,206,171). Sum of RGB (Red+Green+Blue) = 238+206+171=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEAB is #113154. Grayscale: #D3D3D3. Windows color (decimal): -1126741 or 11259630. OLE color: 11259630.
HSL color Cylindrical-coordinate representation of color #EECEAB: hue angle of 31.34º degrees, saturation: 0.66, 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 #EECEAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 31.34º | 0.66% | 0.8% | - |
| HSV(B) | 31.34º | 0.28% | 0.93% | - |
| XYZ | 64.68 | 65.26 | 47.72 | - |
| YUV | 211.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 171 | 0 | 0.13 | 0.28 | 0.07 | 31.34 | 0.66 | 0.8 |
| Hex | EE | CE | AB | 0 | D | 1C | 7 | 1F | 42 | 50 |
| Octal | 356 | 316 | 253 | 0 | 15 | 34 | 7 | 37 | 102 | 120 |
| Binary | 11101110 | 11001110 | 10101011 | 0 | 1101 | 11100 | 111 | 11111 | 1000010 | 1010000 |
Color Harmonies of #EECEAB
Complementary color
Monochromatic Colors of #EECEAB
Black with #EECEAB
Text Example
Text Example
White with #EECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEAB; }
p { color: rgb(238,206,171); }
H1.HeaderClassName
{
color: #EECEAB;
}
.AnyTagClassName
{
color: #EECEAB;
}
</style>
background-color css
<style>
a { background-color: #EECEAB; }
a { background-color: rgb(238,206,171); }
div.DivClassName
{
background-color: #EECEAB;
}
.BgClassName
{
background-color: #EECEAB;
}
</style>
border-color css
<style>
span { border-color: #EECEAB; }
span { border-color: rgb(238,206,171); }
td.TdClassName
{
border-color: #EECEAB;
}
.TagClassName
{
border-color: #EECEAB;
}
</style>