Shades of Tacao #E8A86E
Tints of Tacao #E8A86E
RGB
CMYK
RGB Variations
Color information
#E8A86E (or 0xE8A86E) is known color: Tacao. HEX triplet: E8, A8 and 6E. RGB value is (232,168,110). Sum of RGB (Red+Green+Blue) = 232+168+110=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A86E is #175791. Grayscale: #B4B4B4. Windows color (decimal): -1529746 or 7252200. OLE color: 7252200.
HSL color Cylindrical-coordinate representation of color #E8A86E: hue angle of 28.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8A86E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 110 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.09 |
| HSL | 28.52º | 0.73% | 0.67% | - |
| HSV(B) | 28.52º | 0.53% | 0.91% | - |
| XYZ | 50.1 | 46.29 | 21.05 | - |
| YUV | 180.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 110 | 0 | 0.28 | 0.53 | 0.09 | 28.52 | 0.73 | 0.67 |
| Hex | E8 | A8 | 6E | 0 | 1C | 35 | 9 | 1D | 49 | 43 |
| Octal | 350 | 250 | 156 | 0 | 34 | 65 | 11 | 35 | 111 | 103 |
| Binary | 11101000 | 10101000 | 1101110 | 0 | 11100 | 110101 | 1001 | 11101 | 1001001 | 1000011 |
Color Harmonies of #E8A86E
Complementary color
Monochromatic Colors of #E8A86E
Black with #E8A86E
Text Example
Text Example
White with #E8A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A86E; }
p { color: rgb(232,168,110); }
H1.HeaderClassName
{
color: #E8A86E;
}
.AnyTagClassName
{
color: #E8A86E;
}
</style>
background-color css
<style>
a { background-color: #E8A86E; }
a { background-color: rgb(232,168,110); }
div.DivClassName
{
background-color: #E8A86E;
}
.BgClassName
{
background-color: #E8A86E;
}
</style>
border-color css
<style>
span { border-color: #E8A86E; }
span { border-color: rgb(232,168,110); }
td.TdClassName
{
border-color: #E8A86E;
}
.TagClassName
{
border-color: #E8A86E;
}
</style>