Shades of Fire Bush #E8A44B
Tints of Fire Bush #E8A44B
RGB
CMYK
RGB Variations
Color information
#E8A44B (or 0xE8A44B) is known color: Fire Bush. HEX triplet: E8, A4 and 4B. RGB value is (232,164,75). Sum of RGB (Red+Green+Blue) = 232+164+75=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A44B is #175BB4. Grayscale: #AEAEAE. Windows color (decimal): -1530805 or 4957416. OLE color: 4957416.
HSL color Cylindrical-coordinate representation of color #E8A44B: hue angle of 34.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8A44B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 75 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.09 |
| HSL | 34.01º | 0.77% | 0.6% | - |
| HSV(B) | 34.01º | 0.68% | 0.91% | - |
| XYZ | 47.82 | 44.21 | 12.67 | - |
| YUV | 174.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 75 | 0 | 0.29 | 0.68 | 0.09 | 34.01 | 0.77 | 0.6 |
| Hex | E8 | A4 | 4B | 0 | 1D | 44 | 9 | 22 | 4D | 3C |
| Octal | 350 | 244 | 113 | 0 | 35 | 104 | 11 | 42 | 115 | 74 |
| Binary | 11101000 | 10100100 | 1001011 | 0 | 11101 | 1000100 | 1001 | 100010 | 1001101 | 111100 |
Color Harmonies of #E8A44B
Complementary color
Monochromatic Colors of #E8A44B
Black with #E8A44B
Text Example
Text Example
White with #E8A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A44B; }
p { color: rgb(232,164,75); }
H1.HeaderClassName
{
color: #E8A44B;
}
.AnyTagClassName
{
color: #E8A44B;
}
</style>
background-color css
<style>
a { background-color: #E8A44B; }
a { background-color: rgb(232,164,75); }
div.DivClassName
{
background-color: #E8A44B;
}
.BgClassName
{
background-color: #E8A44B;
}
</style>
border-color css
<style>
span { border-color: #E8A44B; }
span { border-color: rgb(232,164,75); }
td.TdClassName
{
border-color: #E8A44B;
}
.TagClassName
{
border-color: #E8A44B;
}
</style>