Shades of Fire Bush #E09E3B
Tints of Fire Bush #E09E3B
RGB
CMYK
RGB Variations
Color information
#E09E3B (or 0xE09E3B) is known color: Fire Bush. HEX triplet: E0, 9E and 3B. RGB value is (224,158,59). Sum of RGB (Red+Green+Blue) = 224+158+59=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09E3B is #1F61C4. Grayscale: #A6A6A6. Windows color (decimal): -2056645 or 3907296. OLE color: 3907296.
HSL color Cylindrical-coordinate representation of color #E09E3B: hue angle of 36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E09E3B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 59 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.12 |
| HSL | 36º | 0.73% | 0.55% | - |
| HSV(B) | 36º | 0.74% | 0.88% | - |
| XYZ | 43.76 | 40.62 | 9.67 | - |
| YUV | 166.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 59 | 0 | 0.29 | 0.74 | 0.12 | 36 | 0.73 | 0.55 |
| Hex | E0 | 9E | 3B | 0 | 1D | 4A | C | 24 | 49 | 37 |
| Octal | 340 | 236 | 73 | 0 | 35 | 112 | 14 | 44 | 111 | 67 |
| Binary | 11100000 | 10011110 | 111011 | 0 | 11101 | 1001010 | 1100 | 100100 | 1001001 | 110111 |
Color Harmonies of #E09E3B
Complementary color
Monochromatic Colors of #E09E3B
Black with #E09E3B
Text Example
Text Example
White with #E09E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09E3B; }
p { color: rgb(224,158,59); }
H1.HeaderClassName
{
color: #E09E3B;
}
.AnyTagClassName
{
color: #E09E3B;
}
</style>
background-color css
<style>
a { background-color: #E09E3B; }
a { background-color: rgb(224,158,59); }
div.DivClassName
{
background-color: #E09E3B;
}
.BgClassName
{
background-color: #E09E3B;
}
</style>
border-color css
<style>
span { border-color: #E09E3B; }
span { border-color: rgb(224,158,59); }
td.TdClassName
{
border-color: #E09E3B;
}
.TagClassName
{
border-color: #E09E3B;
}
</style>