Shades of Tacao #EAA973
Tints of Tacao #EAA973
RGB
CMYK
RGB Variations
Color information
#EAA973 (or 0xEAA973) is known color: Tacao. HEX triplet: EA, A9 and 73. RGB value is (234,169,115). Sum of RGB (Red+Green+Blue) = 234+169+115=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA973 is #15568C. Grayscale: #B6B6B6. Windows color (decimal): -1398413 or 7580138. OLE color: 7580138.
HSL color Cylindrical-coordinate representation of color #EAA973: hue angle of 27.23º 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 #EAA973 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 115 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.08 |
| HSL | 27.23º | 0.74% | 0.68% | - |
| HSV(B) | 27.23º | 0.51% | 0.92% | - |
| XYZ | 51.21 | 47.11 | 22.61 | - |
| YUV | 182.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 115 | 0 | 0.28 | 0.51 | 0.08 | 27.23 | 0.74 | 0.68 |
| Hex | EA | A9 | 73 | 0 | 1C | 33 | 8 | 1B | 4A | 44 |
| Octal | 352 | 251 | 163 | 0 | 34 | 63 | 10 | 33 | 112 | 104 |
| Binary | 11101010 | 10101001 | 1110011 | 0 | 11100 | 110011 | 1000 | 11011 | 1001010 | 1000100 |
Color Harmonies of #EAA973
Complementary color
Monochromatic Colors of #EAA973
Black with #EAA973
Text Example
Text Example
White with #EAA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA973; }
p { color: rgb(234,169,115); }
H1.HeaderClassName
{
color: #EAA973;
}
.AnyTagClassName
{
color: #EAA973;
}
</style>
background-color css
<style>
a { background-color: #EAA973; }
a { background-color: rgb(234,169,115); }
div.DivClassName
{
background-color: #EAA973;
}
.BgClassName
{
background-color: #EAA973;
}
</style>
border-color css
<style>
span { border-color: #EAA973; }
span { border-color: rgb(234,169,115); }
td.TdClassName
{
border-color: #EAA973;
}
.TagClassName
{
border-color: #EAA973;
}
</style>