Shades of Fire Bush #E2983D
Tints of Fire Bush #E2983D
RGB
CMYK
RGB Variations
Color information
#E2983D (or 0xE2983D) is known color: Fire Bush. HEX triplet: E2, 98 and 3D. RGB value is (226,152,61). Sum of RGB (Red+Green+Blue) = 226+152+61=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2983D is #1D67C2. Grayscale: #A4A4A4. Windows color (decimal): -1927107 or 4036834. OLE color: 4036834.
HSL color Cylindrical-coordinate representation of color #E2983D: hue angle of 33.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2983D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 61 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.11 |
| HSL | 33.09º | 0.74% | 0.56% | - |
| HSV(B) | 33.09º | 0.73% | 0.89% | - |
| XYZ | 43.43 | 38.96 | 9.65 | - |
| YUV | 163.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 61 | 0 | 0.33 | 0.73 | 0.11 | 33.09 | 0.74 | 0.56 |
| Hex | E2 | 98 | 3D | 0 | 21 | 49 | B | 21 | 4A | 38 |
| Octal | 342 | 230 | 75 | 0 | 41 | 111 | 13 | 41 | 112 | 70 |
| Binary | 11100010 | 10011000 | 111101 | 0 | 100001 | 1001001 | 1011 | 100001 | 1001010 | 111000 |
Color Harmonies of #E2983D
Complementary color
Monochromatic Colors of #E2983D
Black with #E2983D
Text Example
Text Example
White with #E2983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2983D; }
p { color: rgb(226,152,61); }
H1.HeaderClassName
{
color: #E2983D;
}
.AnyTagClassName
{
color: #E2983D;
}
</style>
background-color css
<style>
a { background-color: #E2983D; }
a { background-color: rgb(226,152,61); }
div.DivClassName
{
background-color: #E2983D;
}
.BgClassName
{
background-color: #E2983D;
}
</style>
border-color css
<style>
span { border-color: #E2983D; }
span { border-color: rgb(226,152,61); }
td.TdClassName
{
border-color: #E2983D;
}
.TagClassName
{
border-color: #E2983D;
}
</style>