Shades of Fire Bush #E7A140
Tints of Fire Bush #E7A140
RGB
CMYK
RGB Variations
Color information
#E7A140 (or 0xE7A140) is known color: Fire Bush. HEX triplet: E7, A1 and 40. RGB value is (231,161,64). Sum of RGB (Red+Green+Blue) = 231+161+64=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A140 is #185EBF. Grayscale: #ABABAB. Windows color (decimal): -1597120 or 4235751. OLE color: 4235751.
HSL color Cylindrical-coordinate representation of color #E7A140: hue angle of 34.85º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7A140 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 64 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.09 |
| HSL | 34.85º | 0.78% | 0.58% | - |
| HSV(B) | 34.85º | 0.72% | 0.91% | - |
| XYZ | 46.63 | 42.85 | 10.66 | - |
| YUV | 170.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 64 | 0 | 0.30 | 0.72 | 0.09 | 34.85 | 0.78 | 0.58 |
| Hex | E7 | A1 | 40 | 0 | 1E | 48 | 9 | 23 | 4E | 3A |
| Octal | 347 | 241 | 100 | 0 | 36 | 110 | 11 | 43 | 116 | 72 |
| Binary | 11100111 | 10100001 | 1000000 | 0 | 11110 | 1001000 | 1001 | 100011 | 1001110 | 111010 |
Color Harmonies of #E7A140
Complementary color
Monochromatic Colors of #E7A140
Black with #E7A140
Text Example
Text Example
White with #E7A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A140; }
p { color: rgb(231,161,64); }
H1.HeaderClassName
{
color: #E7A140;
}
.AnyTagClassName
{
color: #E7A140;
}
</style>
background-color css
<style>
a { background-color: #E7A140; }
a { background-color: rgb(231,161,64); }
div.DivClassName
{
background-color: #E7A140;
}
.BgClassName
{
background-color: #E7A140;
}
</style>
border-color css
<style>
span { border-color: #E7A140; }
span { border-color: rgb(231,161,64); }
td.TdClassName
{
border-color: #E7A140;
}
.TagClassName
{
border-color: #E7A140;
}
</style>