Shades of Fire Bush #E5993A
Tints of Fire Bush #E5993A
RGB
CMYK
RGB Variations
Color information
#E5993A (or 0xE5993A) is known color: Fire Bush. HEX triplet: E5, 99 and 3A. RGB value is (229,153,58). Sum of RGB (Red+Green+Blue) = 229+153+58=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5993A is #1A66C5. Grayscale: #A5A5A5. Windows color (decimal): -1730246 or 3840485. OLE color: 3840485.
HSL color Cylindrical-coordinate representation of color #E5993A: hue angle of 33.33º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5993A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 58 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.10 |
| HSL | 33.33º | 0.77% | 0.56% | - |
| HSV(B) | 33.33º | 0.75% | 0.9% | - |
| XYZ | 44.47 | 39.75 | 9.33 | - |
| YUV | 164.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 58 | 0 | 0.33 | 0.75 | 0.10 | 33.33 | 0.77 | 0.56 |
| Hex | E5 | 99 | 3A | 0 | 21 | 4B | A | 21 | 4D | 38 |
| Octal | 345 | 231 | 72 | 0 | 41 | 113 | 12 | 41 | 115 | 70 |
| Binary | 11100101 | 10011001 | 111010 | 0 | 100001 | 1001011 | 1010 | 100001 | 1001101 | 111000 |
Color Harmonies of #E5993A
Complementary color
Monochromatic Colors of #E5993A
Black with #E5993A
Text Example
Text Example
White with #E5993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5993A; }
p { color: rgb(229,153,58); }
H1.HeaderClassName
{
color: #E5993A;
}
.AnyTagClassName
{
color: #E5993A;
}
</style>
background-color css
<style>
a { background-color: #E5993A; }
a { background-color: rgb(229,153,58); }
div.DivClassName
{
background-color: #E5993A;
}
.BgClassName
{
background-color: #E5993A;
}
</style>
border-color css
<style>
span { border-color: #E5993A; }
span { border-color: rgb(229,153,58); }
td.TdClassName
{
border-color: #E5993A;
}
.TagClassName
{
border-color: #E5993A;
}
</style>