Shades of Fire Bush #EAA347
Tints of Fire Bush #EAA347
RGB
CMYK
RGB Variations
Color information
#EAA347 (or 0xEAA347) is known color: Fire Bush. HEX triplet: EA, A3 and 47. RGB value is (234,163,71). Sum of RGB (Red+Green+Blue) = 234+163+71=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA347 is #155CB8. Grayscale: #AEAEAE. Windows color (decimal): -1399993 or 4695018. OLE color: 4695018.
HSL color Cylindrical-coordinate representation of color #EAA347: hue angle of 33.87º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAA347 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.08 |
| HSL | 33.87º | 0.8% | 0.6% | - |
| HSV(B) | 33.87º | 0.7% | 0.92% | - |
| XYZ | 48.17 | 44.14 | 11.94 | - |
| YUV | 173.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 71 | 0 | 0.30 | 0.70 | 0.08 | 33.87 | 0.8 | 0.6 |
| Hex | EA | A3 | 47 | 0 | 1E | 46 | 8 | 22 | 50 | 3C |
| Octal | 352 | 243 | 107 | 0 | 36 | 106 | 10 | 42 | 120 | 74 |
| Binary | 11101010 | 10100011 | 1000111 | 0 | 11110 | 1000110 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EAA347
Complementary color
Monochromatic Colors of #EAA347
Black with #EAA347
Text Example
Text Example
White with #EAA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA347; }
p { color: rgb(234,163,71); }
H1.HeaderClassName
{
color: #EAA347;
}
.AnyTagClassName
{
color: #EAA347;
}
</style>
background-color css
<style>
a { background-color: #EAA347; }
a { background-color: rgb(234,163,71); }
div.DivClassName
{
background-color: #EAA347;
}
.BgClassName
{
background-color: #EAA347;
}
</style>
border-color css
<style>
span { border-color: #EAA347; }
span { border-color: rgb(234,163,71); }
td.TdClassName
{
border-color: #EAA347;
}
.TagClassName
{
border-color: #EAA347;
}
</style>