Shades of Fire Bush #EBA344
Tints of Fire Bush #EBA344
RGB
CMYK
RGB Variations
Color information
#EBA344 (or 0xEBA344) is known color: Fire Bush. HEX triplet: EB, A3 and 44. RGB value is (235,163,68). Sum of RGB (Red+Green+Blue) = 235+163+68=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA344 is #145CBB. Grayscale: #AEAEAE. Windows color (decimal): -1334460 or 4498411. OLE color: 4498411.
HSL color Cylindrical-coordinate representation of color #EBA344: hue angle of 34.13º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA344 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 68 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.08 |
| HSL | 34.13º | 0.81% | 0.59% | - |
| HSV(B) | 34.13º | 0.71% | 0.92% | - |
| XYZ | 48.4 | 44.27 | 11.46 | - |
| YUV | 173.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 68 | 0 | 0.31 | 0.71 | 0.08 | 34.13 | 0.81 | 0.59 |
| Hex | EB | A3 | 44 | 0 | 1F | 47 | 8 | 22 | 51 | 3B |
| Octal | 353 | 243 | 104 | 0 | 37 | 107 | 10 | 42 | 121 | 73 |
| Binary | 11101011 | 10100011 | 1000100 | 0 | 11111 | 1000111 | 1000 | 100010 | 1010001 | 111011 |
Color Harmonies of #EBA344
Complementary color
Monochromatic Colors of #EBA344
Black with #EBA344
Text Example
Text Example
White with #EBA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA344; }
p { color: rgb(235,163,68); }
H1.HeaderClassName
{
color: #EBA344;
}
.AnyTagClassName
{
color: #EBA344;
}
</style>
background-color css
<style>
a { background-color: #EBA344; }
a { background-color: rgb(235,163,68); }
div.DivClassName
{
background-color: #EBA344;
}
.BgClassName
{
background-color: #EBA344;
}
</style>
border-color css
<style>
span { border-color: #EBA344; }
span { border-color: rgb(235,163,68); }
td.TdClassName
{
border-color: #EBA344;
}
.TagClassName
{
border-color: #EBA344;
}
</style>