Shades of Tequila #EECDA2
Tints of Tequila #EECDA2
RGB
CMYK
RGB Variations
Color information
#EECDA2 (or 0xEECDA2) is known color: Tequila. HEX triplet: EE, CD and A2. RGB value is (238,205,162). Sum of RGB (Red+Green+Blue) = 238+205+162=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDA2 is #11325D. Grayscale: #D2D2D2. Windows color (decimal): -1127006 or 10669550. OLE color: 10669550.
HSL color Cylindrical-coordinate representation of color #EECDA2: hue angle of 33.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EECDA2 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 162 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.07 |
| HSL | 33.95º | 0.69% | 0.78% | - |
| HSV(B) | 33.95º | 0.32% | 0.93% | - |
| XYZ | 63.61 | 64.45 | 43.27 | - |
| YUV | 209.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 162 | 0 | 0.14 | 0.32 | 0.07 | 33.95 | 0.69 | 0.78 |
| Hex | EE | CD | A2 | 0 | E | 20 | 7 | 22 | 45 | 4E |
| Octal | 356 | 315 | 242 | 0 | 16 | 40 | 7 | 42 | 105 | 116 |
| Binary | 11101110 | 11001101 | 10100010 | 0 | 1110 | 100000 | 111 | 100010 | 1000101 | 1001110 |
Color Harmonies of #EECDA2
Complementary color
Monochromatic Colors of #EECDA2
Black with #EECDA2
Text Example
Text Example
White with #EECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDA2; }
p { color: rgb(238,205,162); }
H1.HeaderClassName
{
color: #EECDA2;
}
.AnyTagClassName
{
color: #EECDA2;
}
</style>
background-color css
<style>
a { background-color: #EECDA2; }
a { background-color: rgb(238,205,162); }
div.DivClassName
{
background-color: #EECDA2;
}
.BgClassName
{
background-color: #EECDA2;
}
</style>
border-color css
<style>
span { border-color: #EECDA2; }
span { border-color: rgb(238,205,162); }
td.TdClassName
{
border-color: #EECDA2;
}
.TagClassName
{
border-color: #EECDA2;
}
</style>