Shades of Tacao #EEAA84
Tints of Tacao #EEAA84
RGB
CMYK
RGB Variations
Color information
#EEAA84 (or 0xEEAA84) is known color: Tacao. HEX triplet: EE, AA and 84. RGB value is (238,170,132). Sum of RGB (Red+Green+Blue) = 238+170+132=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA84 is #11557B. Grayscale: #BABABA. Windows color (decimal): -1135996 or 8694510. OLE color: 8694510.
HSL color Cylindrical-coordinate representation of color #EEAA84: hue angle of 21.51º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEAA84 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 132 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.07 |
| HSL | 21.51º | 0.76% | 0.73% | - |
| HSV(B) | 21.51º | 0.45% | 0.93% | - |
| XYZ | 53.8 | 48.59 | 28.37 | - |
| YUV | 186 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 132 | 0 | 0.29 | 0.45 | 0.07 | 21.51 | 0.76 | 0.73 |
| Hex | EE | AA | 84 | 0 | 1D | 2D | 7 | 16 | 4C | 49 |
| Octal | 356 | 252 | 204 | 0 | 35 | 55 | 7 | 26 | 114 | 111 |
| Binary | 11101110 | 10101010 | 10000100 | 0 | 11101 | 101101 | 111 | 10110 | 1001100 | 1001001 |
Color Harmonies of #EEAA84
Complementary color
Monochromatic Colors of #EEAA84
Black with #EEAA84
Text Example
Text Example
White with #EEAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA84; }
p { color: rgb(238,170,132); }
H1.HeaderClassName
{
color: #EEAA84;
}
.AnyTagClassName
{
color: #EEAA84;
}
</style>
background-color css
<style>
a { background-color: #EEAA84; }
a { background-color: rgb(238,170,132); }
div.DivClassName
{
background-color: #EEAA84;
}
.BgClassName
{
background-color: #EEAA84;
}
</style>
border-color css
<style>
span { border-color: #EEAA84; }
span { border-color: rgb(238,170,132); }
td.TdClassName
{
border-color: #EEAA84;
}
.TagClassName
{
border-color: #EEAA84;
}
</style>