Shades of Fire Bush #EAA148
Tints of Fire Bush #EAA148
RGB
CMYK
RGB Variations
Color information
#EAA148 (or 0xEAA148) is known color: Fire Bush. HEX triplet: EA, A1 and 48. RGB value is (234,161,72). Sum of RGB (Red+Green+Blue) = 234+161+72=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA148 is #155EB7. Grayscale: #ADADAD. Windows color (decimal): -1400504 or 4760042. OLE color: 4760042.
HSL color Cylindrical-coordinate representation of color #EAA148: hue angle of 32.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAA148 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 72 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.08 |
| HSL | 32.96º | 0.79% | 0.6% | - |
| HSV(B) | 32.96º | 0.69% | 0.92% | - |
| XYZ | 47.85 | 43.45 | 12 | - |
| YUV | 172.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 72 | 0 | 0.31 | 0.69 | 0.08 | 32.96 | 0.79 | 0.6 |
| Hex | EA | A1 | 48 | 0 | 1F | 45 | 8 | 21 | 4F | 3C |
| Octal | 352 | 241 | 110 | 0 | 37 | 105 | 10 | 41 | 117 | 74 |
| Binary | 11101010 | 10100001 | 1001000 | 0 | 11111 | 1000101 | 1000 | 100001 | 1001111 | 111100 |
Color Harmonies of #EAA148
Complementary color
Monochromatic Colors of #EAA148
Black with #EAA148
Text Example
Text Example
White with #EAA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA148; }
p { color: rgb(234,161,72); }
H1.HeaderClassName
{
color: #EAA148;
}
.AnyTagClassName
{
color: #EAA148;
}
</style>
background-color css
<style>
a { background-color: #EAA148; }
a { background-color: rgb(234,161,72); }
div.DivClassName
{
background-color: #EAA148;
}
.BgClassName
{
background-color: #EAA148;
}
</style>
border-color css
<style>
span { border-color: #EAA148; }
span { border-color: rgb(234,161,72); }
td.TdClassName
{
border-color: #EAA148;
}
.TagClassName
{
border-color: #EAA148;
}
</style>