Shades of Fire Bush #E6A04D
Tints of Fire Bush #E6A04D
RGB
CMYK
RGB Variations
Color information
#E6A04D (or 0xE6A04D) is known color: Fire Bush. HEX triplet: E6, A0 and 4D. RGB value is (230,160,77). Sum of RGB (Red+Green+Blue) = 230+160+77=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A04D is #195FB2. Grayscale: #ABABAB. Windows color (decimal): -1662899 or 5087462. OLE color: 5087462.
HSL color Cylindrical-coordinate representation of color #E6A04D: hue angle of 32.55º 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 #E6A04D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.10 |
| HSL | 32.55º | 0.75% | 0.6% | - |
| HSV(B) | 32.55º | 0.67% | 0.9% | - |
| XYZ | 46.54 | 42.5 | 12.77 | - |
| YUV | 171.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 77 | 0 | 0.30 | 0.67 | 0.10 | 32.55 | 0.75 | 0.6 |
| Hex | E6 | A0 | 4D | 0 | 1E | 43 | A | 21 | 4B | 3C |
| Octal | 346 | 240 | 115 | 0 | 36 | 103 | 12 | 41 | 113 | 74 |
| Binary | 11100110 | 10100000 | 1001101 | 0 | 11110 | 1000011 | 1010 | 100001 | 1001011 | 111100 |
Color Harmonies of #E6A04D
Complementary color
Monochromatic Colors of #E6A04D
Black with #E6A04D
Text Example
Text Example
White with #E6A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A04D; }
p { color: rgb(230,160,77); }
H1.HeaderClassName
{
color: #E6A04D;
}
.AnyTagClassName
{
color: #E6A04D;
}
</style>
background-color css
<style>
a { background-color: #E6A04D; }
a { background-color: rgb(230,160,77); }
div.DivClassName
{
background-color: #E6A04D;
}
.BgClassName
{
background-color: #E6A04D;
}
</style>
border-color css
<style>
span { border-color: #E6A04D; }
span { border-color: rgb(230,160,77); }
td.TdClassName
{
border-color: #E6A04D;
}
.TagClassName
{
border-color: #E6A04D;
}
</style>