Shades of Tacao #EAAA72
Tints of Tacao #EAAA72
RGB
CMYK
RGB Variations
Color information
#EAAA72 (or 0xEAAA72) is known color: Tacao. HEX triplet: EA, AA and 72. RGB value is (234,170,114). Sum of RGB (Red+Green+Blue) = 234+170+114=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA72 is #15558D. Grayscale: #B7B7B7. Windows color (decimal): -1398158 or 7514858. OLE color: 7514858.
HSL color Cylindrical-coordinate representation of color #EAAA72: hue angle of 28º 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 #EAAA72 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 114 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.08 |
| HSL | 28º | 0.74% | 0.68% | - |
| HSV(B) | 28º | 0.51% | 0.92% | - |
| XYZ | 51.34 | 47.46 | 22.37 | - |
| YUV | 182.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 114 | 0 | 0.27 | 0.51 | 0.08 | 28 | 0.74 | 0.68 |
| Hex | EA | AA | 72 | 0 | 1B | 33 | 8 | 1C | 4A | 44 |
| Octal | 352 | 252 | 162 | 0 | 33 | 63 | 10 | 34 | 112 | 104 |
| Binary | 11101010 | 10101010 | 1110010 | 0 | 11011 | 110011 | 1000 | 11100 | 1001010 | 1000100 |
Color Harmonies of #EAAA72
Complementary color
Monochromatic Colors of #EAAA72
Black with #EAAA72
Text Example
Text Example
White with #EAAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA72; }
p { color: rgb(234,170,114); }
H1.HeaderClassName
{
color: #EAAA72;
}
.AnyTagClassName
{
color: #EAAA72;
}
</style>
background-color css
<style>
a { background-color: #EAAA72; }
a { background-color: rgb(234,170,114); }
div.DivClassName
{
background-color: #EAAA72;
}
.BgClassName
{
background-color: #EAAA72;
}
</style>
border-color css
<style>
span { border-color: #EAAA72; }
span { border-color: rgb(234,170,114); }
td.TdClassName
{
border-color: #EAAA72;
}
.TagClassName
{
border-color: #EAAA72;
}
</style>