Shades of Fire Bush #E7A24D
Tints of Fire Bush #E7A24D
RGB
CMYK
RGB Variations
Color information
#E7A24D (or 0xE7A24D) is known color: Fire Bush. HEX triplet: E7, A2 and 4D. RGB value is (231,162,77). Sum of RGB (Red+Green+Blue) = 231+162+77=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A24D is #185DB2. Grayscale: #ADADAD. Windows color (decimal): -1596851 or 5087975. OLE color: 5087975.
HSL color Cylindrical-coordinate representation of color #E7A24D: hue angle of 33.12º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A24D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.09 |
| HSL | 33.12º | 0.76% | 0.6% | - |
| HSV(B) | 33.12º | 0.67% | 0.91% | - |
| XYZ | 47.21 | 43.37 | 12.9 | - |
| YUV | 172.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 77 | 0 | 0.30 | 0.67 | 0.09 | 33.12 | 0.76 | 0.6 |
| Hex | E7 | A2 | 4D | 0 | 1E | 43 | 9 | 21 | 4C | 3C |
| Octal | 347 | 242 | 115 | 0 | 36 | 103 | 11 | 41 | 114 | 74 |
| Binary | 11100111 | 10100010 | 1001101 | 0 | 11110 | 1000011 | 1001 | 100001 | 1001100 | 111100 |
Color Harmonies of #E7A24D
Complementary color
Monochromatic Colors of #E7A24D
Black with #E7A24D
Text Example
Text Example
White with #E7A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A24D; }
p { color: rgb(231,162,77); }
H1.HeaderClassName
{
color: #E7A24D;
}
.AnyTagClassName
{
color: #E7A24D;
}
</style>
background-color css
<style>
a { background-color: #E7A24D; }
a { background-color: rgb(231,162,77); }
div.DivClassName
{
background-color: #E7A24D;
}
.BgClassName
{
background-color: #E7A24D;
}
</style>
border-color css
<style>
span { border-color: #E7A24D; }
span { border-color: rgb(231,162,77); }
td.TdClassName
{
border-color: #E7A24D;
}
.TagClassName
{
border-color: #E7A24D;
}
</style>