Shades of Fire Bush #E1983A
Tints of Fire Bush #E1983A
RGB
CMYK
RGB Variations
Color information
#E1983A (or 0xE1983A) is known color: Fire Bush. HEX triplet: E1, 98 and 3A. RGB value is (225,152,58). Sum of RGB (Red+Green+Blue) = 225+152+58=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1983A is #1E67C5. Grayscale: #A3A3A3. Windows color (decimal): -1992646 or 3840225. OLE color: 3840225.
HSL color Cylindrical-coordinate representation of color #E1983A: hue angle of 33.77º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1983A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 58 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.12 |
| HSL | 33.77º | 0.74% | 0.55% | - |
| HSV(B) | 33.77º | 0.74% | 0.88% | - |
| XYZ | 43.04 | 38.77 | 9.22 | - |
| YUV | 163.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 58 | 0 | 0.32 | 0.74 | 0.12 | 33.77 | 0.74 | 0.55 |
| Hex | E1 | 98 | 3A | 0 | 20 | 4A | C | 22 | 4A | 37 |
| Octal | 341 | 230 | 72 | 0 | 40 | 112 | 14 | 42 | 112 | 67 |
| Binary | 11100001 | 10011000 | 111010 | 0 | 100000 | 1001010 | 1100 | 100010 | 1001010 | 110111 |
Color Harmonies of #E1983A
Complementary color
Monochromatic Colors of #E1983A
Black with #E1983A
Text Example
Text Example
White with #E1983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1983A; }
p { color: rgb(225,152,58); }
H1.HeaderClassName
{
color: #E1983A;
}
.AnyTagClassName
{
color: #E1983A;
}
</style>
background-color css
<style>
a { background-color: #E1983A; }
a { background-color: rgb(225,152,58); }
div.DivClassName
{
background-color: #E1983A;
}
.BgClassName
{
background-color: #E1983A;
}
</style>
border-color css
<style>
span { border-color: #E1983A; }
span { border-color: rgb(225,152,58); }
td.TdClassName
{
border-color: #E1983A;
}
.TagClassName
{
border-color: #E1983A;
}
</style>