Shades of Fire Bush #E5A34A
Tints of Fire Bush #E5A34A
RGB
CMYK
RGB Variations
Color information
#E5A34A (or 0xE5A34A) is known color: Fire Bush. HEX triplet: E5, A3 and 4A. RGB value is (229,163,74). Sum of RGB (Red+Green+Blue) = 229+163+74=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A34A is #1A5CB5. Grayscale: #ADADAD. Windows color (decimal): -1727670 or 4891621. OLE color: 4891621.
HSL color Cylindrical-coordinate representation of color #E5A34A: hue angle of 34.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5A34A is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 74 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.10 |
| HSL | 34.45º | 0.75% | 0.59% | - |
| HSV(B) | 34.45º | 0.68% | 0.9% | - |
| XYZ | 46.65 | 43.35 | 12.39 | - |
| YUV | 172.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 74 | 0 | 0.29 | 0.68 | 0.10 | 34.45 | 0.75 | 0.59 |
| Hex | E5 | A3 | 4A | 0 | 1D | 44 | A | 22 | 4B | 3B |
| Octal | 345 | 243 | 112 | 0 | 35 | 104 | 12 | 42 | 113 | 73 |
| Binary | 11100101 | 10100011 | 1001010 | 0 | 11101 | 1000100 | 1010 | 100010 | 1001011 | 111011 |
Color Harmonies of #E5A34A
Complementary color
Monochromatic Colors of #E5A34A
Black with #E5A34A
Text Example
Text Example
White with #E5A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A34A; }
p { color: rgb(229,163,74); }
H1.HeaderClassName
{
color: #E5A34A;
}
.AnyTagClassName
{
color: #E5A34A;
}
</style>
background-color css
<style>
a { background-color: #E5A34A; }
a { background-color: rgb(229,163,74); }
div.DivClassName
{
background-color: #E5A34A;
}
.BgClassName
{
background-color: #E5A34A;
}
</style>
border-color css
<style>
span { border-color: #E5A34A; }
span { border-color: rgb(229,163,74); }
td.TdClassName
{
border-color: #E5A34A;
}
.TagClassName
{
border-color: #E5A34A;
}
</style>