Shades of Fire Bush #E6A14D
Tints of Fire Bush #E6A14D
RGB
CMYK
RGB Variations
Color information
#E6A14D (or 0xE6A14D) is known color: Fire Bush. HEX triplet: E6, A1 and 4D. RGB value is (230,161,77). Sum of RGB (Red+Green+Blue) = 230+161+77=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A14D is #195EB2. Grayscale: #ACACAC. Windows color (decimal): -1662643 or 5087718. OLE color: 5087718.
HSL color Cylindrical-coordinate representation of color #E6A14D: hue angle of 32.94º 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 #E6A14D is Cyan = 0, Magento = 0.3, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 77 | - |
| CMYK | 0 | 0.3 | 0.67 | 0.10 |
| HSL | 32.94º | 0.75% | 0.6% | - |
| HSV(B) | 32.94º | 0.67% | 0.9% | - |
| XYZ | 46.72 | 42.85 | 12.83 | - |
| YUV | 172.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 77 | 0 | 0.3 | 0.67 | 0.10 | 32.94 | 0.75 | 0.6 |
| Hex | E6 | A1 | 4D | 0 | 1E | 43 | A | 21 | 4B | 3C |
| Octal | 346 | 241 | 115 | 0 | 36 | 103 | 12 | 41 | 113 | 74 |
| Binary | 11100110 | 10100001 | 1001101 | 0 | 11110 | 1000011 | 1010 | 100001 | 1001011 | 111100 |
Color Harmonies of #E6A14D
Complementary color
Monochromatic Colors of #E6A14D
Black with #E6A14D
Text Example
Text Example
White with #E6A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A14D; }
p { color: rgb(230,161,77); }
H1.HeaderClassName
{
color: #E6A14D;
}
.AnyTagClassName
{
color: #E6A14D;
}
</style>
background-color css
<style>
a { background-color: #E6A14D; }
a { background-color: rgb(230,161,77); }
div.DivClassName
{
background-color: #E6A14D;
}
.BgClassName
{
background-color: #E6A14D;
}
</style>
border-color css
<style>
span { border-color: #E6A14D; }
span { border-color: rgb(230,161,77); }
td.TdClassName
{
border-color: #E6A14D;
}
.TagClassName
{
border-color: #E6A14D;
}
</style>