Shades of Fire Bush #E79D3B
Tints of Fire Bush #E79D3B
RGB
CMYK
RGB Variations
Color information
#E79D3B (or 0xE79D3B) is known color: Fire Bush. HEX triplet: E7, 9D and 3B. RGB value is (231,157,59). Sum of RGB (Red+Green+Blue) = 231+157+59=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79D3B is #1862C4. Grayscale: #A8A8A8. Windows color (decimal): -1598149 or 3907047. OLE color: 3907047.
HSL color Cylindrical-coordinate representation of color #E79D3B: hue angle of 34.19º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E79D3B is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 59 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.09 |
| HSL | 34.19º | 0.78% | 0.57% | - |
| HSV(B) | 34.19º | 0.74% | 0.91% | - |
| XYZ | 45.8 | 41.42 | 9.72 | - |
| YUV | 167.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 59 | 0 | 0.32 | 0.74 | 0.09 | 34.19 | 0.78 | 0.57 |
| Hex | E7 | 9D | 3B | 0 | 20 | 4A | 9 | 22 | 4E | 39 |
| Octal | 347 | 235 | 73 | 0 | 40 | 112 | 11 | 42 | 116 | 71 |
| Binary | 11100111 | 10011101 | 111011 | 0 | 100000 | 1001010 | 1001 | 100010 | 1001110 | 111001 |
Color Harmonies of #E79D3B
Complementary color
Monochromatic Colors of #E79D3B
Black with #E79D3B
Text Example
Text Example
White with #E79D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D3B; }
p { color: rgb(231,157,59); }
H1.HeaderClassName
{
color: #E79D3B;
}
.AnyTagClassName
{
color: #E79D3B;
}
</style>
background-color css
<style>
a { background-color: #E79D3B; }
a { background-color: rgb(231,157,59); }
div.DivClassName
{
background-color: #E79D3B;
}
.BgClassName
{
background-color: #E79D3B;
}
</style>
border-color css
<style>
span { border-color: #E79D3B; }
span { border-color: rgb(231,157,59); }
td.TdClassName
{
border-color: #E79D3B;
}
.TagClassName
{
border-color: #E79D3B;
}
</style>