Shades of Fire Bush #E6A04A
Tints of Fire Bush #E6A04A
RGB
CMYK
RGB Variations
Color information
#E6A04A (or 0xE6A04A) is known color: Fire Bush. HEX triplet: E6, A0 and 4A. RGB value is (230,160,74). Sum of RGB (Red+Green+Blue) = 230+160+74=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A04A is #195FB5. Grayscale: #ABABAB. Windows color (decimal): -1662902 or 4890854. OLE color: 4890854.
HSL color Cylindrical-coordinate representation of color #E6A04A: hue angle of 33.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6A04A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 74 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.10 |
| HSL | 33.08º | 0.76% | 0.6% | - |
| HSV(B) | 33.08º | 0.68% | 0.9% | - |
| XYZ | 46.44 | 42.46 | 12.23 | - |
| YUV | 171.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 74 | 0 | 0.30 | 0.68 | 0.10 | 33.08 | 0.76 | 0.6 |
| Hex | E6 | A0 | 4A | 0 | 1E | 44 | A | 21 | 4C | 3C |
| Octal | 346 | 240 | 112 | 0 | 36 | 104 | 12 | 41 | 114 | 74 |
| Binary | 11100110 | 10100000 | 1001010 | 0 | 11110 | 1000100 | 1010 | 100001 | 1001100 | 111100 |
Color Harmonies of #E6A04A
Complementary color
Monochromatic Colors of #E6A04A
Black with #E6A04A
Text Example
Text Example
White with #E6A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A04A; }
p { color: rgb(230,160,74); }
H1.HeaderClassName
{
color: #E6A04A;
}
.AnyTagClassName
{
color: #E6A04A;
}
</style>
background-color css
<style>
a { background-color: #E6A04A; }
a { background-color: rgb(230,160,74); }
div.DivClassName
{
background-color: #E6A04A;
}
.BgClassName
{
background-color: #E6A04A;
}
</style>
border-color css
<style>
span { border-color: #E6A04A; }
span { border-color: rgb(230,160,74); }
td.TdClassName
{
border-color: #E6A04A;
}
.TagClassName
{
border-color: #E6A04A;
}
</style>