Shades of Fire Bush #E79940
Tints of Fire Bush #E79940
RGB
CMYK
RGB Variations
Color information
#E79940 (or 0xE79940) is known color: Fire Bush. HEX triplet: E7, 99 and 40. RGB value is (231,153,64). Sum of RGB (Red+Green+Blue) = 231+153+64=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E79940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79940 is #1866BF. Grayscale: #A6A6A6. Windows color (decimal): -1599168 or 4233703. OLE color: 4233703.
HSL color Cylindrical-coordinate representation of color #E79940: hue angle of 31.98º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E79940 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 64 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.09 |
| HSL | 31.98º | 0.78% | 0.58% | - |
| HSV(B) | 31.98º | 0.72% | 0.91% | - |
| XYZ | 45.27 | 40.14 | 10.21 | - |
| YUV | 166.18 | 70.34 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 64 | 0 | 0.34 | 0.72 | 0.09 | 31.98 | 0.78 | 0.58 |
| Hex | E7 | 99 | 40 | 0 | 22 | 48 | 9 | 20 | 4E | 3A |
| Octal | 347 | 231 | 100 | 0 | 42 | 110 | 11 | 40 | 116 | 72 |
| Binary | 11100111 | 10011001 | 1000000 | 0 | 100010 | 1001000 | 1001 | 100000 | 1001110 | 111010 |
Color Harmonies of #E79940
Complementary color
Monochromatic Colors of #E79940
Black with #E79940
Text Example
Text Example
White with #E79940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79940; }
p { color: rgb(231,153,64); }
H1.HeaderClassName
{
color: #E79940;
}
.AnyTagClassName
{
color: #E79940;
}
</style>
background-color css
<style>
a { background-color: #E79940; }
a { background-color: rgb(231,153,64); }
div.DivClassName
{
background-color: #E79940;
}
.BgClassName
{
background-color: #E79940;
}
</style>
border-color css
<style>
span { border-color: #E79940; }
span { border-color: rgb(231,153,64); }
td.TdClassName
{
border-color: #E79940;
}
.TagClassName
{
border-color: #E79940;
}
</style>