Shades of Fire Bush #E29D4E
Tints of Fire Bush #E29D4E
RGB
CMYK
RGB Variations
Color information
#E29D4E (or 0xE29D4E) is known color: Fire Bush. HEX triplet: E2, 9D and 4E. RGB value is (226,157,78). Sum of RGB (Red+Green+Blue) = 226+157+78=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D4E is #1D62B1. Grayscale: #A9A9A9. Windows color (decimal): -1925810 or 5152226. OLE color: 5152226.
HSL color Cylindrical-coordinate representation of color #E29D4E: hue angle of 32.03º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E29D4E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 78 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.11 |
| HSL | 32.03º | 0.72% | 0.6% | - |
| HSV(B) | 32.03º | 0.65% | 0.89% | - |
| XYZ | 44.8 | 40.83 | 12.73 | - |
| YUV | 168.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 78 | 0 | 0.31 | 0.65 | 0.11 | 32.03 | 0.72 | 0.6 |
| Hex | E2 | 9D | 4E | 0 | 1F | 41 | B | 20 | 48 | 3C |
| Octal | 342 | 235 | 116 | 0 | 37 | 101 | 13 | 40 | 110 | 74 |
| Binary | 11100010 | 10011101 | 1001110 | 0 | 11111 | 1000001 | 1011 | 100000 | 1001000 | 111100 |
Color Harmonies of #E29D4E
Complementary color
Monochromatic Colors of #E29D4E
Black with #E29D4E
Text Example
Text Example
White with #E29D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D4E; }
p { color: rgb(226,157,78); }
H1.HeaderClassName
{
color: #E29D4E;
}
.AnyTagClassName
{
color: #E29D4E;
}
</style>
background-color css
<style>
a { background-color: #E29D4E; }
a { background-color: rgb(226,157,78); }
div.DivClassName
{
background-color: #E29D4E;
}
.BgClassName
{
background-color: #E29D4E;
}
</style>
border-color css
<style>
span { border-color: #E29D4E; }
span { border-color: rgb(226,157,78); }
td.TdClassName
{
border-color: #E29D4E;
}
.TagClassName
{
border-color: #E29D4E;
}
</style>