Shades of Fire Bush #EBA040
Tints of Fire Bush #EBA040
RGB
CMYK
RGB Variations
Color information
#EBA040 (or 0xEBA040) is known color: Fire Bush. HEX triplet: EB, A0 and 40. RGB value is (235,160,64). Sum of RGB (Red+Green+Blue) = 235+160+64=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA040 is #145FBF. Grayscale: #ABABAB. Windows color (decimal): -1335232 or 4235499. OLE color: 4235499.
HSL color Cylindrical-coordinate representation of color #EBA040: hue angle of 33.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBA040 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.08 |
| HSL | 33.68º | 0.81% | 0.59% | - |
| HSV(B) | 33.68º | 0.73% | 0.92% | - |
| XYZ | 47.76 | 43.17 | 10.67 | - |
| YUV | 171.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 64 | 0 | 0.32 | 0.73 | 0.08 | 33.68 | 0.81 | 0.59 |
| Hex | EB | A0 | 40 | 0 | 20 | 49 | 8 | 22 | 51 | 3B |
| Octal | 353 | 240 | 100 | 0 | 40 | 111 | 10 | 42 | 121 | 73 |
| Binary | 11101011 | 10100000 | 1000000 | 0 | 100000 | 1001001 | 1000 | 100010 | 1010001 | 111011 |
Color Harmonies of #EBA040
Complementary color
Monochromatic Colors of #EBA040
Black with #EBA040
Text Example
Text Example
White with #EBA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA040; }
p { color: rgb(235,160,64); }
H1.HeaderClassName
{
color: #EBA040;
}
.AnyTagClassName
{
color: #EBA040;
}
</style>
background-color css
<style>
a { background-color: #EBA040; }
a { background-color: rgb(235,160,64); }
div.DivClassName
{
background-color: #EBA040;
}
.BgClassName
{
background-color: #EBA040;
}
</style>
border-color css
<style>
span { border-color: #EBA040; }
span { border-color: rgb(235,160,64); }
td.TdClassName
{
border-color: #EBA040;
}
.TagClassName
{
border-color: #EBA040;
}
</style>