Shades of Fire Bush #E99B3E
Tints of Fire Bush #E99B3E
RGB
CMYK
RGB Variations
Color information
#E99B3E (or 0xE99B3E) is known color: Fire Bush. HEX triplet: E9, 9B and 3E. RGB value is (233,155,62). Sum of RGB (Red+Green+Blue) = 233+155+62=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99B3E is #1664C1. Grayscale: #A8A8A8. Windows color (decimal): -1467586 or 4103145. OLE color: 4103145.
HSL color Cylindrical-coordinate representation of color #E99B3E: hue angle of 32.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E99B3E is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 62 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.09 |
| HSL | 32.63º | 0.8% | 0.58% | - |
| HSV(B) | 32.63º | 0.73% | 0.91% | - |
| XYZ | 46.2 | 41.11 | 10.06 | - |
| YUV | 167.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 62 | 0 | 0.33 | 0.73 | 0.09 | 32.63 | 0.8 | 0.58 |
| Hex | E9 | 9B | 3E | 0 | 21 | 49 | 9 | 21 | 50 | 3A |
| Octal | 351 | 233 | 76 | 0 | 41 | 111 | 11 | 41 | 120 | 72 |
| Binary | 11101001 | 10011011 | 111110 | 0 | 100001 | 1001001 | 1001 | 100001 | 1010000 | 111010 |
Color Harmonies of #E99B3E
Complementary color
Monochromatic Colors of #E99B3E
Black with #E99B3E
Text Example
Text Example
White with #E99B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B3E; }
p { color: rgb(233,155,62); }
H1.HeaderClassName
{
color: #E99B3E;
}
.AnyTagClassName
{
color: #E99B3E;
}
</style>
background-color css
<style>
a { background-color: #E99B3E; }
a { background-color: rgb(233,155,62); }
div.DivClassName
{
background-color: #E99B3E;
}
.BgClassName
{
background-color: #E99B3E;
}
</style>
border-color css
<style>
span { border-color: #E99B3E; }
span { border-color: rgb(233,155,62); }
td.TdClassName
{
border-color: #E99B3E;
}
.TagClassName
{
border-color: #E99B3E;
}
</style>