Shades of Fire Bush #E6A24D
Tints of Fire Bush #E6A24D
RGB
CMYK
RGB Variations
Color information
#E6A24D (or 0xE6A24D) is known color: Fire Bush. HEX triplet: E6, A2 and 4D. RGB value is (230,162,77). Sum of RGB (Red+Green+Blue) = 230+162+77=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A24D is #195DB2. Grayscale: #ADADAD. Windows color (decimal): -1662387 or 5087974. OLE color: 5087974.
HSL color Cylindrical-coordinate representation of color #E6A24D: hue angle of 33.33º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6A24D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.10 |
| HSL | 33.33º | 0.75% | 0.6% | - |
| HSV(B) | 33.33º | 0.67% | 0.9% | - |
| XYZ | 46.89 | 43.2 | 12.89 | - |
| YUV | 172.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 77 | 0 | 0.30 | 0.67 | 0.10 | 33.33 | 0.75 | 0.6 |
| Hex | E6 | A2 | 4D | 0 | 1E | 43 | A | 21 | 4B | 3C |
| Octal | 346 | 242 | 115 | 0 | 36 | 103 | 12 | 41 | 113 | 74 |
| Binary | 11100110 | 10100010 | 1001101 | 0 | 11110 | 1000011 | 1010 | 100001 | 1001011 | 111100 |
Color Harmonies of #E6A24D
Complementary color
Monochromatic Colors of #E6A24D
Black with #E6A24D
Text Example
Text Example
White with #E6A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A24D; }
p { color: rgb(230,162,77); }
H1.HeaderClassName
{
color: #E6A24D;
}
.AnyTagClassName
{
color: #E6A24D;
}
</style>
background-color css
<style>
a { background-color: #E6A24D; }
a { background-color: rgb(230,162,77); }
div.DivClassName
{
background-color: #E6A24D;
}
.BgClassName
{
background-color: #E6A24D;
}
</style>
border-color css
<style>
span { border-color: #E6A24D; }
span { border-color: rgb(230,162,77); }
td.TdClassName
{
border-color: #E6A24D;
}
.TagClassName
{
border-color: #E6A24D;
}
</style>