Shades of Tacao #E8A872
Tints of Tacao #E8A872
RGB
CMYK
RGB Variations
Color information
#E8A872 (or 0xE8A872) is known color: Tacao. HEX triplet: E8, A8 and 72. RGB value is (232,168,114). Sum of RGB (Red+Green+Blue) = 232+168+114=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A872 is #17578D. Grayscale: #B5B5B5. Windows color (decimal): -1529742 or 7514344. OLE color: 7514344.
HSL color Cylindrical-coordinate representation of color #E8A872: hue angle of 27.46º 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 #E8A872 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 114 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.09 |
| HSL | 27.46º | 0.72% | 0.68% | - |
| HSV(B) | 27.46º | 0.51% | 0.91% | - |
| XYZ | 50.32 | 46.38 | 22.22 | - |
| YUV | 180.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 114 | 0 | 0.28 | 0.51 | 0.09 | 27.46 | 0.72 | 0.68 |
| Hex | E8 | A8 | 72 | 0 | 1C | 33 | 9 | 1B | 48 | 44 |
| Octal | 350 | 250 | 162 | 0 | 34 | 63 | 11 | 33 | 110 | 104 |
| Binary | 11101000 | 10101000 | 1110010 | 0 | 11100 | 110011 | 1001 | 11011 | 1001000 | 1000100 |
Color Harmonies of #E8A872
Complementary color
Monochromatic Colors of #E8A872
Black with #E8A872
Text Example
Text Example
White with #E8A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A872; }
p { color: rgb(232,168,114); }
H1.HeaderClassName
{
color: #E8A872;
}
.AnyTagClassName
{
color: #E8A872;
}
</style>
background-color css
<style>
a { background-color: #E8A872; }
a { background-color: rgb(232,168,114); }
div.DivClassName
{
background-color: #E8A872;
}
.BgClassName
{
background-color: #E8A872;
}
</style>
border-color css
<style>
span { border-color: #E8A872; }
span { border-color: rgb(232,168,114); }
td.TdClassName
{
border-color: #E8A872;
}
.TagClassName
{
border-color: #E8A872;
}
</style>