Shades of Fire Bush #E79D4B
Tints of Fire Bush #E79D4B
RGB
CMYK
RGB Variations
Color information
#E79D4B (or 0xE79D4B) is known color: Fire Bush. HEX triplet: E7, 9D and 4B. RGB value is (231,157,75). Sum of RGB (Red+Green+Blue) = 231+157+75=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79D4B is #1862B4. Grayscale: #AAAAAA. Windows color (decimal): -1598133 or 4955623. OLE color: 4955623.
HSL color Cylindrical-coordinate representation of color #E79D4B: hue angle of 31.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E79D4B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.09 |
| HSL | 31.54º | 0.76% | 0.6% | - |
| HSV(B) | 31.54º | 0.68% | 0.91% | - |
| XYZ | 46.28 | 41.61 | 12.25 | - |
| YUV | 169.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 75 | 0 | 0.32 | 0.68 | 0.09 | 31.54 | 0.76 | 0.6 |
| Hex | E7 | 9D | 4B | 0 | 20 | 44 | 9 | 20 | 4C | 3C |
| Octal | 347 | 235 | 113 | 0 | 40 | 104 | 11 | 40 | 114 | 74 |
| Binary | 11100111 | 10011101 | 1001011 | 0 | 100000 | 1000100 | 1001 | 100000 | 1001100 | 111100 |
Color Harmonies of #E79D4B
Complementary color
Monochromatic Colors of #E79D4B
Black with #E79D4B
Text Example
Text Example
White with #E79D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D4B; }
p { color: rgb(231,157,75); }
H1.HeaderClassName
{
color: #E79D4B;
}
.AnyTagClassName
{
color: #E79D4B;
}
</style>
background-color css
<style>
a { background-color: #E79D4B; }
a { background-color: rgb(231,157,75); }
div.DivClassName
{
background-color: #E79D4B;
}
.BgClassName
{
background-color: #E79D4B;
}
</style>
border-color css
<style>
span { border-color: #E79D4B; }
span { border-color: rgb(231,157,75); }
td.TdClassName
{
border-color: #E79D4B;
}
.TagClassName
{
border-color: #E79D4B;
}
</style>