Shades of Fire Bush #E8A34D
Tints of Fire Bush #E8A34D
RGB
CMYK
RGB Variations
Color information
#E8A34D (or 0xE8A34D) is known color: Fire Bush. HEX triplet: E8, A3 and 4D. RGB value is (232,163,77). Sum of RGB (Red+Green+Blue) = 232+163+77=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A34D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A34D is #175CB2. Grayscale: #AEAEAE. Windows color (decimal): -1531059 or 5088232. OLE color: 5088232.
HSL color Cylindrical-coordinate representation of color #E8A34D: hue angle of 33.29º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8A34D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.09 |
| HSL | 33.29º | 0.77% | 0.61% | - |
| HSV(B) | 33.29º | 0.67% | 0.91% | - |
| XYZ | 47.72 | 43.89 | 12.98 | - |
| YUV | 173.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 77 | 0 | 0.30 | 0.67 | 0.09 | 33.29 | 0.77 | 0.61 |
| Hex | E8 | A3 | 4D | 0 | 1E | 43 | 9 | 21 | 4D | 3D |
| Octal | 350 | 243 | 115 | 0 | 36 | 103 | 11 | 41 | 115 | 75 |
| Binary | 11101000 | 10100011 | 1001101 | 0 | 11110 | 1000011 | 1001 | 100001 | 1001101 | 111101 |
Color Harmonies of #E8A34D
Complementary color
Monochromatic Colors of #E8A34D
Black with #E8A34D
Text Example
Text Example
White with #E8A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A34D; }
p { color: rgb(232,163,77); }
H1.HeaderClassName
{
color: #E8A34D;
}
.AnyTagClassName
{
color: #E8A34D;
}
</style>
background-color css
<style>
a { background-color: #E8A34D; }
a { background-color: rgb(232,163,77); }
div.DivClassName
{
background-color: #E8A34D;
}
.BgClassName
{
background-color: #E8A34D;
}
</style>
border-color css
<style>
span { border-color: #E8A34D; }
span { border-color: rgb(232,163,77); }
td.TdClassName
{
border-color: #E8A34D;
}
.TagClassName
{
border-color: #E8A34D;
}
</style>