Shades of Fire Bush #E79D3C
Tints of Fire Bush #E79D3C
RGB
CMYK
RGB Variations
Color information
#E79D3C (or 0xE79D3C) is known color: Fire Bush. HEX triplet: E7, 9D and 3C. RGB value is (231,157,60). Sum of RGB (Red+Green+Blue) = 231+157+60=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79D3C is #1862C3. Grayscale: #A8A8A8. Windows color (decimal): -1598148 or 3972583. OLE color: 3972583.
HSL color Cylindrical-coordinate representation of color #E79D3C: hue angle of 34.04º 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 #E79D3C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 60 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.09 |
| HSL | 34.04º | 0.78% | 0.57% | - |
| HSV(B) | 34.04º | 0.74% | 0.91% | - |
| XYZ | 45.83 | 41.43 | 9.86 | - |
| YUV | 168.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 60 | 0 | 0.32 | 0.74 | 0.09 | 34.04 | 0.78 | 0.57 |
| Hex | E7 | 9D | 3C | 0 | 20 | 4A | 9 | 22 | 4E | 39 |
| Octal | 347 | 235 | 74 | 0 | 40 | 112 | 11 | 42 | 116 | 71 |
| Binary | 11100111 | 10011101 | 111100 | 0 | 100000 | 1001010 | 1001 | 100010 | 1001110 | 111001 |
Color Harmonies of #E79D3C
Complementary color
Monochromatic Colors of #E79D3C
Black with #E79D3C
Text Example
Text Example
White with #E79D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D3C; }
p { color: rgb(231,157,60); }
H1.HeaderClassName
{
color: #E79D3C;
}
.AnyTagClassName
{
color: #E79D3C;
}
</style>
background-color css
<style>
a { background-color: #E79D3C; }
a { background-color: rgb(231,157,60); }
div.DivClassName
{
background-color: #E79D3C;
}
.BgClassName
{
background-color: #E79D3C;
}
</style>
border-color css
<style>
span { border-color: #E79D3C; }
span { border-color: rgb(231,157,60); }
td.TdClassName
{
border-color: #E79D3C;
}
.TagClassName
{
border-color: #E79D3C;
}
</style>