Shades of Fire Bush #E79B46
Tints of Fire Bush #E79B46
RGB
CMYK
RGB Variations
Color information
#E79B46 (or 0xE79B46) is known color: Fire Bush. HEX triplet: E7, 9B and 46. RGB value is (231,155,70). Sum of RGB (Red+Green+Blue) = 231+155+70=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79B46 is #1864B9. Grayscale: #A8A8A8. Windows color (decimal): -1598650 or 4627431. OLE color: 4627431.
HSL color Cylindrical-coordinate representation of color #E79B46: hue angle of 31.68º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E79B46 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 70 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.09 |
| HSL | 31.68º | 0.77% | 0.59% | - |
| HSV(B) | 31.68º | 0.7% | 0.91% | - |
| XYZ | 45.78 | 40.87 | 11.27 | - |
| YUV | 168.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 70 | 0 | 0.33 | 0.70 | 0.09 | 31.68 | 0.77 | 0.59 |
| Hex | E7 | 9B | 46 | 0 | 21 | 46 | 9 | 20 | 4D | 3B |
| Octal | 347 | 233 | 106 | 0 | 41 | 106 | 11 | 40 | 115 | 73 |
| Binary | 11100111 | 10011011 | 1000110 | 0 | 100001 | 1000110 | 1001 | 100000 | 1001101 | 111011 |
Color Harmonies of #E79B46
Complementary color
Monochromatic Colors of #E79B46
Black with #E79B46
Text Example
Text Example
White with #E79B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B46; }
p { color: rgb(231,155,70); }
H1.HeaderClassName
{
color: #E79B46;
}
.AnyTagClassName
{
color: #E79B46;
}
</style>
background-color css
<style>
a { background-color: #E79B46; }
a { background-color: rgb(231,155,70); }
div.DivClassName
{
background-color: #E79B46;
}
.BgClassName
{
background-color: #E79B46;
}
</style>
border-color css
<style>
span { border-color: #E79B46; }
span { border-color: rgb(231,155,70); }
td.TdClassName
{
border-color: #E79B46;
}
.TagClassName
{
border-color: #E79B46;
}
</style>