Shades of Fire Bush #E79F3C
Tints of Fire Bush #E79F3C
RGB
CMYK
RGB Variations
Color information
#E79F3C (or 0xE79F3C) is known color: Fire Bush. HEX triplet: E7, 9F and 3C. RGB value is (231,159,60). Sum of RGB (Red+Green+Blue) = 231+159+60=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79F3C is #1860C3. Grayscale: #A9A9A9. Windows color (decimal): -1597636 or 3973095. OLE color: 3973095.
HSL color Cylindrical-coordinate representation of color #E79F3C: hue angle of 34.74º 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 #E79F3C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 60 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.09 |
| HSL | 34.74º | 0.78% | 0.57% | - |
| HSV(B) | 34.74º | 0.74% | 0.91% | - |
| XYZ | 46.17 | 42.11 | 9.97 | - |
| YUV | 169.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 60 | 0 | 0.31 | 0.74 | 0.09 | 34.74 | 0.78 | 0.57 |
| Hex | E7 | 9F | 3C | 0 | 1F | 4A | 9 | 23 | 4E | 39 |
| Octal | 347 | 237 | 74 | 0 | 37 | 112 | 11 | 43 | 116 | 71 |
| Binary | 11100111 | 10011111 | 111100 | 0 | 11111 | 1001010 | 1001 | 100011 | 1001110 | 111001 |
Color Harmonies of #E79F3C
Complementary color
Monochromatic Colors of #E79F3C
Black with #E79F3C
Text Example
Text Example
White with #E79F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F3C; }
p { color: rgb(231,159,60); }
H1.HeaderClassName
{
color: #E79F3C;
}
.AnyTagClassName
{
color: #E79F3C;
}
</style>
background-color css
<style>
a { background-color: #E79F3C; }
a { background-color: rgb(231,159,60); }
div.DivClassName
{
background-color: #E79F3C;
}
.BgClassName
{
background-color: #E79F3C;
}
</style>
border-color css
<style>
span { border-color: #E79F3C; }
span { border-color: rgb(231,159,60); }
td.TdClassName
{
border-color: #E79F3C;
}
.TagClassName
{
border-color: #E79F3C;
}
</style>