Shades of Fire Bush #E6A14C
Tints of Fire Bush #E6A14C
RGB
CMYK
RGB Variations
Color information
#E6A14C (or 0xE6A14C) is known color: Fire Bush. HEX triplet: E6, A1 and 4C. RGB value is (230,161,76). Sum of RGB (Red+Green+Blue) = 230+161+76=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A14C is #195EB3. Grayscale: #ACACAC. Windows color (decimal): -1662644 or 5022182. OLE color: 5022182.
HSL color Cylindrical-coordinate representation of color #E6A14C: hue angle of 33.12º 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 #E6A14C is Cyan = 0, Magento = 0.3, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 76 | - |
| CMYK | 0 | 0.3 | 0.67 | 0.10 |
| HSL | 33.12º | 0.75% | 0.6% | - |
| HSV(B) | 33.12º | 0.67% | 0.9% | - |
| XYZ | 46.68 | 42.83 | 12.64 | - |
| YUV | 171.94 | 73.86 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 76 | 0 | 0.3 | 0.67 | 0.10 | 33.12 | 0.75 | 0.6 |
| Hex | E6 | A1 | 4C | 0 | 1E | 43 | A | 21 | 4B | 3C |
| Octal | 346 | 241 | 114 | 0 | 36 | 103 | 12 | 41 | 113 | 74 |
| Binary | 11100110 | 10100001 | 1001100 | 0 | 11110 | 1000011 | 1010 | 100001 | 1001011 | 111100 |
Color Harmonies of #E6A14C
Complementary color
Monochromatic Colors of #E6A14C
Black with #E6A14C
Text Example
Text Example
White with #E6A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A14C; }
p { color: rgb(230,161,76); }
H1.HeaderClassName
{
color: #E6A14C;
}
.AnyTagClassName
{
color: #E6A14C;
}
</style>
background-color css
<style>
a { background-color: #E6A14C; }
a { background-color: rgb(230,161,76); }
div.DivClassName
{
background-color: #E6A14C;
}
.BgClassName
{
background-color: #E6A14C;
}
</style>
border-color css
<style>
span { border-color: #E6A14C; }
span { border-color: rgb(230,161,76); }
td.TdClassName
{
border-color: #E6A14C;
}
.TagClassName
{
border-color: #E6A14C;
}
</style>