Shades of Fire Bush #E09B3F
Tints of Fire Bush #E09B3F
RGB
CMYK
RGB Variations
Color information
#E09B3F (or 0xE09B3F) is known color: Fire Bush. HEX triplet: E0, 9B and 3F. RGB value is (224,155,63). Sum of RGB (Red+Green+Blue) = 224+155+63=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09B3F is #1F64C0. Grayscale: #A5A5A5. Windows color (decimal): -2057409 or 4168672. OLE color: 4168672.
HSL color Cylindrical-coordinate representation of color #E09B3F: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E09B3F is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 63 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.12 |
| HSL | 34.29º | 0.72% | 0.56% | - |
| HSV(B) | 34.29º | 0.72% | 0.88% | - |
| XYZ | 43.36 | 39.65 | 10.07 | - |
| YUV | 165.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 63 | 0 | 0.31 | 0.72 | 0.12 | 34.29 | 0.72 | 0.56 |
| Hex | E0 | 9B | 3F | 0 | 1F | 48 | C | 22 | 48 | 38 |
| Octal | 340 | 233 | 77 | 0 | 37 | 110 | 14 | 42 | 110 | 70 |
| Binary | 11100000 | 10011011 | 111111 | 0 | 11111 | 1001000 | 1100 | 100010 | 1001000 | 111000 |
Color Harmonies of #E09B3F
Complementary color
Monochromatic Colors of #E09B3F
Black with #E09B3F
Text Example
Text Example
White with #E09B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B3F; }
p { color: rgb(224,155,63); }
H1.HeaderClassName
{
color: #E09B3F;
}
.AnyTagClassName
{
color: #E09B3F;
}
</style>
background-color css
<style>
a { background-color: #E09B3F; }
a { background-color: rgb(224,155,63); }
div.DivClassName
{
background-color: #E09B3F;
}
.BgClassName
{
background-color: #E09B3F;
}
</style>
border-color css
<style>
span { border-color: #E09B3F; }
span { border-color: rgb(224,155,63); }
td.TdClassName
{
border-color: #E09B3F;
}
.TagClassName
{
border-color: #E09B3F;
}
</style>