Shades of Fire Bush #E7A047
Tints of Fire Bush #E7A047
RGB
CMYK
RGB Variations
Color information
#E7A047 (or 0xE7A047) is known color: Fire Bush. HEX triplet: E7, A0 and 47. RGB value is (231,160,71). Sum of RGB (Red+Green+Blue) = 231+160+71=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A047 is #185FB8. Grayscale: #ABABAB. Windows color (decimal): -1597369 or 4694247. OLE color: 4694247.
HSL color Cylindrical-coordinate representation of color #E7A047: hue angle of 33.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7A047 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 71 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.09 |
| HSL | 33.38º | 0.77% | 0.59% | - |
| HSV(B) | 33.38º | 0.69% | 0.91% | - |
| XYZ | 46.66 | 42.59 | 11.72 | - |
| YUV | 171.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 71 | 0 | 0.31 | 0.69 | 0.09 | 33.38 | 0.77 | 0.59 |
| Hex | E7 | A0 | 47 | 0 | 1F | 45 | 9 | 21 | 4D | 3B |
| Octal | 347 | 240 | 107 | 0 | 37 | 105 | 11 | 41 | 115 | 73 |
| Binary | 11100111 | 10100000 | 1000111 | 0 | 11111 | 1000101 | 1001 | 100001 | 1001101 | 111011 |
Color Harmonies of #E7A047
Complementary color
Monochromatic Colors of #E7A047
Black with #E7A047
Text Example
Text Example
White with #E7A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A047; }
p { color: rgb(231,160,71); }
H1.HeaderClassName
{
color: #E7A047;
}
.AnyTagClassName
{
color: #E7A047;
}
</style>
background-color css
<style>
a { background-color: #E7A047; }
a { background-color: rgb(231,160,71); }
div.DivClassName
{
background-color: #E7A047;
}
.BgClassName
{
background-color: #E7A047;
}
</style>
border-color css
<style>
span { border-color: #E7A047; }
span { border-color: rgb(231,160,71); }
td.TdClassName
{
border-color: #E7A047;
}
.TagClassName
{
border-color: #E7A047;
}
</style>