Shades of Fire Bush #E99C3D
Tints of Fire Bush #E99C3D
RGB
CMYK
RGB Variations
Color information
#E99C3D (or 0xE99C3D) is known color: Fire Bush. HEX triplet: E9, 9C and 3D. RGB value is (233,156,61). Sum of RGB (Red+Green+Blue) = 233+156+61=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99C3D is #1663C2. Grayscale: #A8A8A8. Windows color (decimal): -1467331 or 4037865. OLE color: 4037865.
HSL color Cylindrical-coordinate representation of color #E99C3D: hue angle of 33.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E99C3D is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 61 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.09 |
| HSL | 33.14º | 0.8% | 0.58% | - |
| HSV(B) | 33.14º | 0.74% | 0.91% | - |
| XYZ | 46.34 | 41.44 | 9.97 | - |
| YUV | 168.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 61 | 0 | 0.33 | 0.74 | 0.09 | 33.14 | 0.8 | 0.58 |
| Hex | E9 | 9C | 3D | 0 | 21 | 4A | 9 | 21 | 50 | 3A |
| Octal | 351 | 234 | 75 | 0 | 41 | 112 | 11 | 41 | 120 | 72 |
| Binary | 11101001 | 10011100 | 111101 | 0 | 100001 | 1001010 | 1001 | 100001 | 1010000 | 111010 |
Color Harmonies of #E99C3D
Complementary color
Monochromatic Colors of #E99C3D
Black with #E99C3D
Text Example
Text Example
White with #E99C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C3D; }
p { color: rgb(233,156,61); }
H1.HeaderClassName
{
color: #E99C3D;
}
.AnyTagClassName
{
color: #E99C3D;
}
</style>
background-color css
<style>
a { background-color: #E99C3D; }
a { background-color: rgb(233,156,61); }
div.DivClassName
{
background-color: #E99C3D;
}
.BgClassName
{
background-color: #E99C3D;
}
</style>
border-color css
<style>
span { border-color: #E99C3D; }
span { border-color: rgb(233,156,61); }
td.TdClassName
{
border-color: #E99C3D;
}
.TagClassName
{
border-color: #E99C3D;
}
</style>