Shades of Tacao #EAA873
Tints of Tacao #EAA873
RGB
CMYK
RGB Variations
Color information
#EAA873 (or 0xEAA873) is known color: Tacao. HEX triplet: EA, A8 and 73. RGB value is (234,168,115). Sum of RGB (Red+Green+Blue) = 234+168+115=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA873 is #15578C. Grayscale: #B5B5B5. Windows color (decimal): -1398669 or 7579882. OLE color: 7579882.
HSL color Cylindrical-coordinate representation of color #EAA873: hue angle of 26.72º 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 #EAA873 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 115 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.08 |
| HSL | 26.72º | 0.74% | 0.68% | - |
| HSV(B) | 26.72º | 0.51% | 0.92% | - |
| XYZ | 51.03 | 46.74 | 22.55 | - |
| YUV | 181.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 115 | 0 | 0.28 | 0.51 | 0.08 | 26.72 | 0.74 | 0.68 |
| Hex | EA | A8 | 73 | 0 | 1C | 33 | 8 | 1B | 4A | 44 |
| Octal | 352 | 250 | 163 | 0 | 34 | 63 | 10 | 33 | 112 | 104 |
| Binary | 11101010 | 10101000 | 1110011 | 0 | 11100 | 110011 | 1000 | 11011 | 1001010 | 1000100 |
Color Harmonies of #EAA873
Complementary color
Monochromatic Colors of #EAA873
Black with #EAA873
Text Example
Text Example
White with #EAA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA873; }
p { color: rgb(234,168,115); }
H1.HeaderClassName
{
color: #EAA873;
}
.AnyTagClassName
{
color: #EAA873;
}
</style>
background-color css
<style>
a { background-color: #EAA873; }
a { background-color: rgb(234,168,115); }
div.DivClassName
{
background-color: #EAA873;
}
.BgClassName
{
background-color: #EAA873;
}
</style>
border-color css
<style>
span { border-color: #EAA873; }
span { border-color: rgb(234,168,115); }
td.TdClassName
{
border-color: #EAA873;
}
.TagClassName
{
border-color: #EAA873;
}
</style>