Shades of Fire Bush #E09A3D
Tints of Fire Bush #E09A3D
RGB
CMYK
RGB Variations
Color information
#E09A3D (or 0xE09A3D) is known color: Fire Bush. HEX triplet: E0, 9A and 3D. RGB value is (224,154,61). Sum of RGB (Red+Green+Blue) = 224+154+61=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09A3D is #1F65C2. Grayscale: #A4A4A4. Windows color (decimal): -2057667 or 4037344. OLE color: 4037344.
HSL color Cylindrical-coordinate representation of color #E09A3D: hue angle of 34.23º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E09A3D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 61 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.12 |
| HSL | 34.23º | 0.72% | 0.56% | - |
| HSV(B) | 34.23º | 0.73% | 0.88% | - |
| XYZ | 43.14 | 39.3 | 9.73 | - |
| YUV | 164.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 61 | 0 | 0.31 | 0.73 | 0.12 | 34.23 | 0.72 | 0.56 |
| Hex | E0 | 9A | 3D | 0 | 1F | 49 | C | 22 | 48 | 38 |
| Octal | 340 | 232 | 75 | 0 | 37 | 111 | 14 | 42 | 110 | 70 |
| Binary | 11100000 | 10011010 | 111101 | 0 | 11111 | 1001001 | 1100 | 100010 | 1001000 | 111000 |
Color Harmonies of #E09A3D
Complementary color
Monochromatic Colors of #E09A3D
Black with #E09A3D
Text Example
Text Example
White with #E09A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A3D; }
p { color: rgb(224,154,61); }
H1.HeaderClassName
{
color: #E09A3D;
}
.AnyTagClassName
{
color: #E09A3D;
}
</style>
background-color css
<style>
a { background-color: #E09A3D; }
a { background-color: rgb(224,154,61); }
div.DivClassName
{
background-color: #E09A3D;
}
.BgClassName
{
background-color: #E09A3D;
}
</style>
border-color css
<style>
span { border-color: #E09A3D; }
span { border-color: rgb(224,154,61); }
td.TdClassName
{
border-color: #E09A3D;
}
.TagClassName
{
border-color: #E09A3D;
}
</style>