Shades of Tacao #EAAA70
Tints of Tacao #EAAA70
RGB
CMYK
RGB Variations
Color information
#EAAA70 (or 0xEAAA70) is known color: Tacao. HEX triplet: EA, AA and 70. RGB value is (234,170,112). Sum of RGB (Red+Green+Blue) = 234+170+112=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA70 is #15558F. Grayscale: #B6B6B6. Windows color (decimal): -1398160 or 7383786. OLE color: 7383786.
HSL color Cylindrical-coordinate representation of color #EAAA70: hue angle of 28.52º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAAA70 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 112 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.08 |
| HSL | 28.52º | 0.74% | 0.68% | - |
| HSV(B) | 28.52º | 0.52% | 0.92% | - |
| XYZ | 51.23 | 47.41 | 21.78 | - |
| YUV | 182.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 112 | 0 | 0.27 | 0.52 | 0.08 | 28.52 | 0.74 | 0.68 |
| Hex | EA | AA | 70 | 0 | 1B | 34 | 8 | 1D | 4A | 44 |
| Octal | 352 | 252 | 160 | 0 | 33 | 64 | 10 | 35 | 112 | 104 |
| Binary | 11101010 | 10101010 | 1110000 | 0 | 11011 | 110100 | 1000 | 11101 | 1001010 | 1000100 |
Color Harmonies of #EAAA70
Complementary color
Monochromatic Colors of #EAAA70
Black with #EAAA70
Text Example
Text Example
White with #EAAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA70; }
p { color: rgb(234,170,112); }
H1.HeaderClassName
{
color: #EAAA70;
}
.AnyTagClassName
{
color: #EAAA70;
}
</style>
background-color css
<style>
a { background-color: #EAAA70; }
a { background-color: rgb(234,170,112); }
div.DivClassName
{
background-color: #EAAA70;
}
.BgClassName
{
background-color: #EAAA70;
}
</style>
border-color css
<style>
span { border-color: #EAAA70; }
span { border-color: rgb(234,170,112); }
td.TdClassName
{
border-color: #EAAA70;
}
.TagClassName
{
border-color: #EAAA70;
}
</style>