Shades of Fire Bush #EBA246
Tints of Fire Bush #EBA246
RGB
CMYK
RGB Variations
Color information
#EBA246 (or 0xEBA246) is known color: Fire Bush. HEX triplet: EB, A2 and 46. RGB value is (235,162,70). Sum of RGB (Red+Green+Blue) = 235+162+70=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA246 is #145DB9. Grayscale: #ADADAD. Windows color (decimal): -1334714 or 4629227. OLE color: 4629227.
HSL color Cylindrical-coordinate representation of color #EBA246: hue angle of 33.45º 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 #EBA246 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 70 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.08 |
| HSL | 33.45º | 0.8% | 0.6% | - |
| HSV(B) | 33.45º | 0.7% | 0.92% | - |
| XYZ | 48.29 | 43.95 | 11.73 | - |
| YUV | 173.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 70 | 0 | 0.31 | 0.70 | 0.08 | 33.45 | 0.8 | 0.6 |
| Hex | EB | A2 | 46 | 0 | 1F | 46 | 8 | 21 | 50 | 3C |
| Octal | 353 | 242 | 106 | 0 | 37 | 106 | 10 | 41 | 120 | 74 |
| Binary | 11101011 | 10100010 | 1000110 | 0 | 11111 | 1000110 | 1000 | 100001 | 1010000 | 111100 |
Color Harmonies of #EBA246
Complementary color
Monochromatic Colors of #EBA246
Black with #EBA246
Text Example
Text Example
White with #EBA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA246; }
p { color: rgb(235,162,70); }
H1.HeaderClassName
{
color: #EBA246;
}
.AnyTagClassName
{
color: #EBA246;
}
</style>
background-color css
<style>
a { background-color: #EBA246; }
a { background-color: rgb(235,162,70); }
div.DivClassName
{
background-color: #EBA246;
}
.BgClassName
{
background-color: #EBA246;
}
</style>
border-color css
<style>
span { border-color: #EBA246; }
span { border-color: rgb(235,162,70); }
td.TdClassName
{
border-color: #EBA246;
}
.TagClassName
{
border-color: #EBA246;
}
</style>