Shades of Fire Bush #E6A34A
Tints of Fire Bush #E6A34A
RGB
CMYK
RGB Variations
Color information
#E6A34A (or 0xE6A34A) is known color: Fire Bush. HEX triplet: E6, A3 and 4A. RGB value is (230,163,74). Sum of RGB (Red+Green+Blue) = 230+163+74=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A34A is #195CB5. Grayscale: #ADADAD. Windows color (decimal): -1662134 or 4891622. OLE color: 4891622.
HSL color Cylindrical-coordinate representation of color #E6A34A: hue angle of 34.23º 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 #E6A34A is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 74 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.10 |
| HSL | 34.23º | 0.76% | 0.6% | - |
| HSV(B) | 34.23º | 0.68% | 0.9% | - |
| XYZ | 46.97 | 43.51 | 12.4 | - |
| YUV | 172.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 74 | 0 | 0.29 | 0.68 | 0.10 | 34.23 | 0.76 | 0.6 |
| Hex | E6 | A3 | 4A | 0 | 1D | 44 | A | 22 | 4C | 3C |
| Octal | 346 | 243 | 112 | 0 | 35 | 104 | 12 | 42 | 114 | 74 |
| Binary | 11100110 | 10100011 | 1001010 | 0 | 11101 | 1000100 | 1010 | 100010 | 1001100 | 111100 |
Color Harmonies of #E6A34A
Complementary color
Monochromatic Colors of #E6A34A
Black with #E6A34A
Text Example
Text Example
White with #E6A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A34A; }
p { color: rgb(230,163,74); }
H1.HeaderClassName
{
color: #E6A34A;
}
.AnyTagClassName
{
color: #E6A34A;
}
</style>
background-color css
<style>
a { background-color: #E6A34A; }
a { background-color: rgb(230,163,74); }
div.DivClassName
{
background-color: #E6A34A;
}
.BgClassName
{
background-color: #E6A34A;
}
</style>
border-color css
<style>
span { border-color: #E6A34A; }
span { border-color: rgb(230,163,74); }
td.TdClassName
{
border-color: #E6A34A;
}
.TagClassName
{
border-color: #E6A34A;
}
</style>