Shades of Fire Bush #EB9B3E
Tints of Fire Bush #EB9B3E
RGB
CMYK
RGB Variations
Color information
#EB9B3E (or 0xEB9B3E) is known color: Fire Bush. HEX triplet: EB, 9B and 3E. RGB value is (235,155,62). Sum of RGB (Red+Green+Blue) = 235+155+62=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9B3E is #1464C1. Grayscale: #A8A8A8. Windows color (decimal): -1336514 or 4103147. OLE color: 4103147.
HSL color Cylindrical-coordinate representation of color #EB9B3E: hue angle of 32.25º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB9B3E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 62 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.08 |
| HSL | 32.25º | 0.81% | 0.58% | - |
| HSV(B) | 32.25º | 0.74% | 0.92% | - |
| XYZ | 46.85 | 41.45 | 10.09 | - |
| YUV | 168.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 62 | 0 | 0.34 | 0.74 | 0.08 | 32.25 | 0.81 | 0.58 |
| Hex | EB | 9B | 3E | 0 | 22 | 4A | 8 | 20 | 51 | 3A |
| Octal | 353 | 233 | 76 | 0 | 42 | 112 | 10 | 40 | 121 | 72 |
| Binary | 11101011 | 10011011 | 111110 | 0 | 100010 | 1001010 | 1000 | 100000 | 1010001 | 111010 |
Color Harmonies of #EB9B3E
Complementary color
Monochromatic Colors of #EB9B3E
Black with #EB9B3E
Text Example
Text Example
White with #EB9B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9B3E; }
p { color: rgb(235,155,62); }
H1.HeaderClassName
{
color: #EB9B3E;
}
.AnyTagClassName
{
color: #EB9B3E;
}
</style>
background-color css
<style>
a { background-color: #EB9B3E; }
a { background-color: rgb(235,155,62); }
div.DivClassName
{
background-color: #EB9B3E;
}
.BgClassName
{
background-color: #EB9B3E;
}
</style>
border-color css
<style>
span { border-color: #EB9B3E; }
span { border-color: rgb(235,155,62); }
td.TdClassName
{
border-color: #EB9B3E;
}
.TagClassName
{
border-color: #EB9B3E;
}
</style>