Shades of Fire Bush #E7A247
Tints of Fire Bush #E7A247
RGB
CMYK
RGB Variations
Color information
#E7A247 (or 0xE7A247) is known color: Fire Bush. HEX triplet: E7, A2 and 47. RGB value is (231,162,71). Sum of RGB (Red+Green+Blue) = 231+162+71=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A247 is #185DB8. Grayscale: #ACACAC. Windows color (decimal): -1596857 or 4694759. OLE color: 4694759.
HSL color Cylindrical-coordinate representation of color #E7A247: hue angle of 34.12º 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 #E7A247 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 71 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.09 |
| HSL | 34.13º | 0.77% | 0.59% | - |
| HSV(B) | 34.13º | 0.69% | 0.91% | - |
| XYZ | 47.01 | 43.28 | 11.84 | - |
| YUV | 172.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 71 | 0 | 0.30 | 0.69 | 0.09 | 34.13 | 0.77 | 0.59 |
| Hex | E7 | A2 | 47 | 0 | 1E | 45 | 9 | 22 | 4D | 3B |
| Octal | 347 | 242 | 107 | 0 | 36 | 105 | 11 | 42 | 115 | 73 |
| Binary | 11100111 | 10100010 | 1000111 | 0 | 11110 | 1000101 | 1001 | 100010 | 1001101 | 111011 |
Color Harmonies of #E7A247
Complementary color
Monochromatic Colors of #E7A247
Black with #E7A247
Text Example
Text Example
White with #E7A247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A247; }
p { color: rgb(231,162,71); }
H1.HeaderClassName
{
color: #E7A247;
}
.AnyTagClassName
{
color: #E7A247;
}
</style>
background-color css
<style>
a { background-color: #E7A247; }
a { background-color: rgb(231,162,71); }
div.DivClassName
{
background-color: #E7A247;
}
.BgClassName
{
background-color: #E7A247;
}
</style>
border-color css
<style>
span { border-color: #E7A247; }
span { border-color: rgb(231,162,71); }
td.TdClassName
{
border-color: #E7A247;
}
.TagClassName
{
border-color: #E7A247;
}
</style>