Shades of Tacao #EAA673
Tints of Tacao #EAA673
RGB
CMYK
RGB Variations
Color information
#EAA673 (or 0xEAA673) is known color: Tacao. HEX triplet: EA, A6 and 73. RGB value is (234,166,115). Sum of RGB (Red+Green+Blue) = 234+166+115=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA673 is #15598C. Grayscale: #B4B4B4. Windows color (decimal): -1399181 or 7579370. OLE color: 7579370.
HSL color Cylindrical-coordinate representation of color #EAA673: hue angle of 25.71º 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 #EAA673 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 115 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.08 |
| HSL | 25.71º | 0.74% | 0.68% | - |
| HSV(B) | 25.71º | 0.51% | 0.92% | - |
| XYZ | 50.66 | 46 | 22.43 | - |
| YUV | 180.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 115 | 0 | 0.29 | 0.51 | 0.08 | 25.71 | 0.74 | 0.68 |
| Hex | EA | A6 | 73 | 0 | 1D | 33 | 8 | 1A | 4A | 44 |
| Octal | 352 | 246 | 163 | 0 | 35 | 63 | 10 | 32 | 112 | 104 |
| Binary | 11101010 | 10100110 | 1110011 | 0 | 11101 | 110011 | 1000 | 11010 | 1001010 | 1000100 |
Color Harmonies of #EAA673
Complementary color
Monochromatic Colors of #EAA673
Black with #EAA673
Text Example
Text Example
White with #EAA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA673; }
p { color: rgb(234,166,115); }
H1.HeaderClassName
{
color: #EAA673;
}
.AnyTagClassName
{
color: #EAA673;
}
</style>
background-color css
<style>
a { background-color: #EAA673; }
a { background-color: rgb(234,166,115); }
div.DivClassName
{
background-color: #EAA673;
}
.BgClassName
{
background-color: #EAA673;
}
</style>
border-color css
<style>
span { border-color: #EAA673; }
span { border-color: rgb(234,166,115); }
td.TdClassName
{
border-color: #EAA673;
}
.TagClassName
{
border-color: #EAA673;
}
</style>