Shades of Tacao #E8A471
Tints of Tacao #E8A471
RGB
CMYK
RGB Variations
Color information
#E8A471 (or 0xE8A471) is known color: Tacao. HEX triplet: E8, A4 and 71. RGB value is (232,164,113). Sum of RGB (Red+Green+Blue) = 232+164+113=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A471 is #175B8E. Grayscale: #B2B2B2. Windows color (decimal): -1530767 or 7447784. OLE color: 7447784.
HSL color Cylindrical-coordinate representation of color #E8A471: hue angle of 25.71º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8A471 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 113 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.09 |
| HSL | 25.71º | 0.72% | 0.68% | - |
| HSV(B) | 25.71º | 0.51% | 0.91% | - |
| XYZ | 49.53 | 44.9 | 21.68 | - |
| YUV | 178.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 113 | 0 | 0.29 | 0.51 | 0.09 | 25.71 | 0.72 | 0.68 |
| Hex | E8 | A4 | 71 | 0 | 1D | 33 | 9 | 1A | 48 | 44 |
| Octal | 350 | 244 | 161 | 0 | 35 | 63 | 11 | 32 | 110 | 104 |
| Binary | 11101000 | 10100100 | 1110001 | 0 | 11101 | 110011 | 1001 | 11010 | 1001000 | 1000100 |
Color Harmonies of #E8A471
Complementary color
Monochromatic Colors of #E8A471
Black with #E8A471
Text Example
Text Example
White with #E8A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A471; }
p { color: rgb(232,164,113); }
H1.HeaderClassName
{
color: #E8A471;
}
.AnyTagClassName
{
color: #E8A471;
}
</style>
background-color css
<style>
a { background-color: #E8A471; }
a { background-color: rgb(232,164,113); }
div.DivClassName
{
background-color: #E8A471;
}
.BgClassName
{
background-color: #E8A471;
}
</style>
border-color css
<style>
span { border-color: #E8A471; }
span { border-color: rgb(232,164,113); }
td.TdClassName
{
border-color: #E8A471;
}
.TagClassName
{
border-color: #E8A471;
}
</style>