Shades of Tacao #EAAA73
Tints of Tacao #EAAA73
RGB
CMYK
RGB Variations
Color information
#EAAA73 (or 0xEAAA73) is known color: Tacao. HEX triplet: EA, AA and 73. RGB value is (234,170,115). Sum of RGB (Red+Green+Blue) = 234+170+115=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA73 is #15558C. Grayscale: #B7B7B7. Windows color (decimal): -1398157 or 7580394. OLE color: 7580394.
HSL color Cylindrical-coordinate representation of color #EAAA73: hue angle of 27.73º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAAA73 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 115 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.08 |
| HSL | 27.73º | 0.74% | 0.68% | - |
| HSV(B) | 27.73º | 0.51% | 0.92% | - |
| XYZ | 51.4 | 47.48 | 22.68 | - |
| YUV | 182.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 115 | 0 | 0.27 | 0.51 | 0.08 | 27.73 | 0.74 | 0.68 |
| Hex | EA | AA | 73 | 0 | 1B | 33 | 8 | 1C | 4A | 44 |
| Octal | 352 | 252 | 163 | 0 | 33 | 63 | 10 | 34 | 112 | 104 |
| Binary | 11101010 | 10101010 | 1110011 | 0 | 11011 | 110011 | 1000 | 11100 | 1001010 | 1000100 |
Color Harmonies of #EAAA73
Complementary color
Monochromatic Colors of #EAAA73
Black with #EAAA73
Text Example
Text Example
White with #EAAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA73; }
p { color: rgb(234,170,115); }
H1.HeaderClassName
{
color: #EAAA73;
}
.AnyTagClassName
{
color: #EAAA73;
}
</style>
background-color css
<style>
a { background-color: #EAAA73; }
a { background-color: rgb(234,170,115); }
div.DivClassName
{
background-color: #EAAA73;
}
.BgClassName
{
background-color: #EAAA73;
}
</style>
border-color css
<style>
span { border-color: #EAAA73; }
span { border-color: rgb(234,170,115); }
td.TdClassName
{
border-color: #EAAA73;
}
.TagClassName
{
border-color: #EAAA73;
}
</style>