Shades of Fire Bush #E79A47
Tints of Fire Bush #E79A47
RGB
CMYK
RGB Variations
Color information
#E79A47 (or 0xE79A47) is known color: Fire Bush. HEX triplet: E7, 9A and 47. RGB value is (231,154,71). Sum of RGB (Red+Green+Blue) = 231+154+71=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79A47 is #1865B8. Grayscale: #A7A7A7. Windows color (decimal): -1598905 or 4692711. OLE color: 4692711.
HSL color Cylindrical-coordinate representation of color #E79A47: hue angle of 31.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 #E79A47 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 71 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.09 |
| HSL | 31.13º | 0.77% | 0.59% | - |
| HSV(B) | 31.13º | 0.69% | 0.91% | - |
| XYZ | 45.65 | 40.56 | 11.38 | - |
| YUV | 167.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 71 | 0 | 0.33 | 0.69 | 0.09 | 31.13 | 0.77 | 0.59 |
| Hex | E7 | 9A | 47 | 0 | 21 | 45 | 9 | 1F | 4D | 3B |
| Octal | 347 | 232 | 107 | 0 | 41 | 105 | 11 | 37 | 115 | 73 |
| Binary | 11100111 | 10011010 | 1000111 | 0 | 100001 | 1000101 | 1001 | 11111 | 1001101 | 111011 |
Color Harmonies of #E79A47
Complementary color
Monochromatic Colors of #E79A47
Black with #E79A47
Text Example
Text Example
White with #E79A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A47; }
p { color: rgb(231,154,71); }
H1.HeaderClassName
{
color: #E79A47;
}
.AnyTagClassName
{
color: #E79A47;
}
</style>
background-color css
<style>
a { background-color: #E79A47; }
a { background-color: rgb(231,154,71); }
div.DivClassName
{
background-color: #E79A47;
}
.BgClassName
{
background-color: #E79A47;
}
</style>
border-color css
<style>
span { border-color: #E79A47; }
span { border-color: rgb(231,154,71); }
td.TdClassName
{
border-color: #E79A47;
}
.TagClassName
{
border-color: #E79A47;
}
</style>