Shades of Tacao #E8A270
Tints of Tacao #E8A270
RGB
CMYK
RGB Variations
Color information
#E8A270 (or 0xE8A270) is known color: Tacao. HEX triplet: E8, A2 and 70. RGB value is (232,162,112). Sum of RGB (Red+Green+Blue) = 232+162+112=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A270 is #175D8F. Grayscale: #B1B1B1. Windows color (decimal): -1531280 or 7381736. OLE color: 7381736.
HSL color Cylindrical-coordinate representation of color #E8A270: hue angle of 25º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8A270 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 112 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.09 |
| HSL | 25º | 0.72% | 0.67% | - |
| HSV(B) | 25º | 0.52% | 0.91% | - |
| XYZ | 49.12 | 44.17 | 21.27 | - |
| YUV | 177.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 112 | 0 | 0.30 | 0.52 | 0.09 | 25 | 0.72 | 0.67 |
| Hex | E8 | A2 | 70 | 0 | 1E | 34 | 9 | 19 | 48 | 43 |
| Octal | 350 | 242 | 160 | 0 | 36 | 64 | 11 | 31 | 110 | 103 |
| Binary | 11101000 | 10100010 | 1110000 | 0 | 11110 | 110100 | 1001 | 11001 | 1001000 | 1000011 |
Color Harmonies of #E8A270
Complementary color
Monochromatic Colors of #E8A270
Black with #E8A270
Text Example
Text Example
White with #E8A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A270; }
p { color: rgb(232,162,112); }
H1.HeaderClassName
{
color: #E8A270;
}
.AnyTagClassName
{
color: #E8A270;
}
</style>
background-color css
<style>
a { background-color: #E8A270; }
a { background-color: rgb(232,162,112); }
div.DivClassName
{
background-color: #E8A270;
}
.BgClassName
{
background-color: #E8A270;
}
</style>
border-color css
<style>
span { border-color: #E8A270; }
span { border-color: rgb(232,162,112); }
td.TdClassName
{
border-color: #E8A270;
}
.TagClassName
{
border-color: #E8A270;
}
</style>