Shades of Fire Bush #E7A142
Tints of Fire Bush #E7A142
RGB
CMYK
RGB Variations
Color information
#E7A142 (or 0xE7A142) is known color: Fire Bush. HEX triplet: E7, A1 and 42. RGB value is (231,161,66). Sum of RGB (Red+Green+Blue) = 231+161+66=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A142 is #185EBD. Grayscale: #ABABAB. Windows color (decimal): -1597118 or 4366823. OLE color: 4366823.
HSL color Cylindrical-coordinate representation of color #E7A142: hue angle of 34.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7A142 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 66 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.09 |
| HSL | 34.55º | 0.77% | 0.58% | - |
| HSV(B) | 34.55º | 0.71% | 0.91% | - |
| XYZ | 46.68 | 42.87 | 10.97 | - |
| YUV | 171.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 66 | 0 | 0.30 | 0.71 | 0.09 | 34.55 | 0.77 | 0.58 |
| Hex | E7 | A1 | 42 | 0 | 1E | 47 | 9 | 23 | 4D | 3A |
| Octal | 347 | 241 | 102 | 0 | 36 | 107 | 11 | 43 | 115 | 72 |
| Binary | 11100111 | 10100001 | 1000010 | 0 | 11110 | 1000111 | 1001 | 100011 | 1001101 | 111010 |
Color Harmonies of #E7A142
Complementary color
Monochromatic Colors of #E7A142
Black with #E7A142
Text Example
Text Example
White with #E7A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A142; }
p { color: rgb(231,161,66); }
H1.HeaderClassName
{
color: #E7A142;
}
.AnyTagClassName
{
color: #E7A142;
}
</style>
background-color css
<style>
a { background-color: #E7A142; }
a { background-color: rgb(231,161,66); }
div.DivClassName
{
background-color: #E7A142;
}
.BgClassName
{
background-color: #E7A142;
}
</style>
border-color css
<style>
span { border-color: #E7A142; }
span { border-color: rgb(231,161,66); }
td.TdClassName
{
border-color: #E7A142;
}
.TagClassName
{
border-color: #E7A142;
}
</style>