Shades of Fire Bush #E89F3E
Tints of Fire Bush #E89F3E
RGB
CMYK
RGB Variations
Color information
#E89F3E (or 0xE89F3E) is known color: Fire Bush. HEX triplet: E8, 9F and 3E. RGB value is (232,159,62). Sum of RGB (Red+Green+Blue) = 232+159+62=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89F3E is #1760C1. Grayscale: #AAAAAA. Windows color (decimal): -1532098 or 4104168. OLE color: 4104168.
HSL color Cylindrical-coordinate representation of color #E89F3E: hue angle of 34.24º degrees, saturation: 0.79, 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 #E89F3E is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 62 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.09 |
| HSL | 34.24º | 0.79% | 0.58% | - |
| HSV(B) | 34.24º | 0.73% | 0.91% | - |
| XYZ | 46.55 | 42.3 | 10.27 | - |
| YUV | 169.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 62 | 0 | 0.31 | 0.73 | 0.09 | 34.24 | 0.79 | 0.58 |
| Hex | E8 | 9F | 3E | 0 | 1F | 49 | 9 | 22 | 4F | 3A |
| Octal | 350 | 237 | 76 | 0 | 37 | 111 | 11 | 42 | 117 | 72 |
| Binary | 11101000 | 10011111 | 111110 | 0 | 11111 | 1001001 | 1001 | 100010 | 1001111 | 111010 |
Color Harmonies of #E89F3E
Complementary color
Monochromatic Colors of #E89F3E
Black with #E89F3E
Text Example
Text Example
White with #E89F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F3E; }
p { color: rgb(232,159,62); }
H1.HeaderClassName
{
color: #E89F3E;
}
.AnyTagClassName
{
color: #E89F3E;
}
</style>
background-color css
<style>
a { background-color: #E89F3E; }
a { background-color: rgb(232,159,62); }
div.DivClassName
{
background-color: #E89F3E;
}
.BgClassName
{
background-color: #E89F3E;
}
</style>
border-color css
<style>
span { border-color: #E89F3E; }
span { border-color: rgb(232,159,62); }
td.TdClassName
{
border-color: #E89F3E;
}
.TagClassName
{
border-color: #E89F3E;
}
</style>