Shades of Fire Bush #EA9F43
Tints of Fire Bush #EA9F43
RGB
CMYK
RGB Variations
Color information
#EA9F43 (or 0xEA9F43) is known color: Fire Bush. HEX triplet: EA, 9F and 43. RGB value is (234,159,67). Sum of RGB (Red+Green+Blue) = 234+159+67=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F43 is #1560BC. Grayscale: #ABABAB. Windows color (decimal): -1401021 or 4431850. OLE color: 4431850.
HSL color Cylindrical-coordinate representation of color #EA9F43: hue angle of 33.05º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA9F43 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 67 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.08 |
| HSL | 33.05º | 0.8% | 0.59% | - |
| HSV(B) | 33.05º | 0.71% | 0.92% | - |
| XYZ | 47.34 | 42.69 | 11.06 | - |
| YUV | 170.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 67 | 0 | 0.32 | 0.71 | 0.08 | 33.05 | 0.8 | 0.59 |
| Hex | EA | 9F | 43 | 0 | 20 | 47 | 8 | 21 | 50 | 3B |
| Octal | 352 | 237 | 103 | 0 | 40 | 107 | 10 | 41 | 120 | 73 |
| Binary | 11101010 | 10011111 | 1000011 | 0 | 100000 | 1000111 | 1000 | 100001 | 1010000 | 111011 |
Color Harmonies of #EA9F43
Complementary color
Monochromatic Colors of #EA9F43
Black with #EA9F43
Text Example
Text Example
White with #EA9F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F43; }
p { color: rgb(234,159,67); }
H1.HeaderClassName
{
color: #EA9F43;
}
.AnyTagClassName
{
color: #EA9F43;
}
</style>
background-color css
<style>
a { background-color: #EA9F43; }
a { background-color: rgb(234,159,67); }
div.DivClassName
{
background-color: #EA9F43;
}
.BgClassName
{
background-color: #EA9F43;
}
</style>
border-color css
<style>
span { border-color: #EA9F43; }
span { border-color: rgb(234,159,67); }
td.TdClassName
{
border-color: #EA9F43;
}
.TagClassName
{
border-color: #EA9F43;
}
</style>