Shades of Tacao #E8A674
Tints of Tacao #E8A674
RGB
CMYK
RGB Variations
Color information
#E8A674 (or 0xE8A674) is known color: Tacao. HEX triplet: E8, A6 and 74. RGB value is (232,166,116). Sum of RGB (Red+Green+Blue) = 232+166+116=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A674 is #17598B. Grayscale: #B4B4B4. Windows color (decimal): -1530252 or 7644904. OLE color: 7644904.
HSL color Cylindrical-coordinate representation of color #E8A674: hue angle of 25.86º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8A674 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 166 | 116 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.09 |
| HSL | 25.86º | 0.72% | 0.68% | - |
| HSV(B) | 25.86º | 0.5% | 0.91% | - |
| XYZ | 50.07 | 45.69 | 22.7 | - |
| YUV | 180.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 166 | 116 | 0 | 0.28 | 0.50 | 0.09 | 25.86 | 0.72 | 0.68 |
| Hex | E8 | A6 | 74 | 0 | 1C | 32 | 9 | 1A | 48 | 44 |
| Octal | 350 | 246 | 164 | 0 | 34 | 62 | 11 | 32 | 110 | 104 |
| Binary | 11101000 | 10100110 | 1110100 | 0 | 11100 | 110010 | 1001 | 11010 | 1001000 | 1000100 |
Color Harmonies of #E8A674
Complementary color
Monochromatic Colors of #E8A674
Black with #E8A674
Text Example
Text Example
White with #E8A674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A674; }
p { color: rgb(232,166,116); }
H1.HeaderClassName
{
color: #E8A674;
}
.AnyTagClassName
{
color: #E8A674;
}
</style>
background-color css
<style>
a { background-color: #E8A674; }
a { background-color: rgb(232,166,116); }
div.DivClassName
{
background-color: #E8A674;
}
.BgClassName
{
background-color: #E8A674;
}
</style>
border-color css
<style>
span { border-color: #E8A674; }
span { border-color: rgb(232,166,116); }
td.TdClassName
{
border-color: #E8A674;
}
.TagClassName
{
border-color: #E8A674;
}
</style>