Shades of Fire Bush #E6A44C
Tints of Fire Bush #E6A44C
RGB
CMYK
RGB Variations
Color information
#E6A44C (or 0xE6A44C) is known color: Fire Bush. HEX triplet: E6, A4 and 4C. RGB value is (230,164,76). Sum of RGB (Red+Green+Blue) = 230+164+76=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A44C is #195BB3. Grayscale: #AEAEAE. Windows color (decimal): -1661876 or 5022950. OLE color: 5022950.
HSL color Cylindrical-coordinate representation of color #E6A44C: hue angle of 34.29º 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 #E6A44C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 76 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.10 |
| HSL | 34.29º | 0.75% | 0.6% | - |
| HSV(B) | 34.29º | 0.67% | 0.9% | - |
| XYZ | 47.21 | 43.9 | 12.82 | - |
| YUV | 173.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 76 | 0 | 0.29 | 0.67 | 0.10 | 34.29 | 0.75 | 0.6 |
| Hex | E6 | A4 | 4C | 0 | 1D | 43 | A | 22 | 4B | 3C |
| Octal | 346 | 244 | 114 | 0 | 35 | 103 | 12 | 42 | 113 | 74 |
| Binary | 11100110 | 10100100 | 1001100 | 0 | 11101 | 1000011 | 1010 | 100010 | 1001011 | 111100 |
Color Harmonies of #E6A44C
Complementary color
Monochromatic Colors of #E6A44C
Black with #E6A44C
Text Example
Text Example
White with #E6A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A44C; }
p { color: rgb(230,164,76); }
H1.HeaderClassName
{
color: #E6A44C;
}
.AnyTagClassName
{
color: #E6A44C;
}
</style>
background-color css
<style>
a { background-color: #E6A44C; }
a { background-color: rgb(230,164,76); }
div.DivClassName
{
background-color: #E6A44C;
}
.BgClassName
{
background-color: #E6A44C;
}
</style>
border-color css
<style>
span { border-color: #E6A44C; }
span { border-color: rgb(230,164,76); }
td.TdClassName
{
border-color: #E6A44C;
}
.TagClassName
{
border-color: #E6A44C;
}
</style>