Shades of Tacao #EEAA73
Tints of Tacao #EEAA73
RGB
CMYK
RGB Variations
Color information
#EEAA73 (or 0xEEAA73) is known color: Tacao. HEX triplet: EE, AA and 73. RGB value is (238,170,115). Sum of RGB (Red+Green+Blue) = 238+170+115=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAA73 is #11558C. Grayscale: #B8B8B8. Windows color (decimal): -1136013 or 7580398. OLE color: 7580398.
HSL color Cylindrical-coordinate representation of color #EEAA73: hue angle of 26.83º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEAA73 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 115 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.07 |
| HSL | 26.83º | 0.78% | 0.69% | - |
| HSV(B) | 26.83º | 0.52% | 0.93% | - |
| XYZ | 52.73 | 48.16 | 22.74 | - |
| YUV | 184.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 115 | 0 | 0.29 | 0.52 | 0.07 | 26.83 | 0.78 | 0.69 |
| Hex | EE | AA | 73 | 0 | 1D | 34 | 7 | 1B | 4E | 45 |
| Octal | 356 | 252 | 163 | 0 | 35 | 64 | 7 | 33 | 116 | 105 |
| Binary | 11101110 | 10101010 | 1110011 | 0 | 11101 | 110100 | 111 | 11011 | 1001110 | 1000101 |
Color Harmonies of #EEAA73
Complementary color
Monochromatic Colors of #EEAA73
Black with #EEAA73
Text Example
Text Example
White with #EEAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA73; }
p { color: rgb(238,170,115); }
H1.HeaderClassName
{
color: #EEAA73;
}
.AnyTagClassName
{
color: #EEAA73;
}
</style>
background-color css
<style>
a { background-color: #EEAA73; }
a { background-color: rgb(238,170,115); }
div.DivClassName
{
background-color: #EEAA73;
}
.BgClassName
{
background-color: #EEAA73;
}
</style>
border-color css
<style>
span { border-color: #EEAA73; }
span { border-color: rgb(238,170,115); }
td.TdClassName
{
border-color: #EEAA73;
}
.TagClassName
{
border-color: #EEAA73;
}
</style>