Shades of Fire Bush #E6943D
Tints of Fire Bush #E6943D
RGB
CMYK
RGB Variations
Color information
#E6943D (or 0xE6943D) is known color: Fire Bush. HEX triplet: E6, 94 and 3D. RGB value is (230,148,61). Sum of RGB (Red+Green+Blue) = 230+148+61=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6943D is #196BC2. Grayscale: #A3A3A3. Windows color (decimal): -1665987 or 4035814. OLE color: 4035814.
HSL color Cylindrical-coordinate representation of color #E6943D: hue angle of 30.89º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6943D is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 61 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.10 |
| HSL | 30.89º | 0.77% | 0.57% | - |
| HSV(B) | 30.89º | 0.73% | 0.9% | - |
| XYZ | 44.07 | 38.34 | 9.49 | - |
| YUV | 162.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 61 | 0 | 0.36 | 0.73 | 0.10 | 30.89 | 0.77 | 0.57 |
| Hex | E6 | 94 | 3D | 0 | 24 | 49 | A | 1F | 4D | 39 |
| Octal | 346 | 224 | 75 | 0 | 44 | 111 | 12 | 37 | 115 | 71 |
| Binary | 11100110 | 10010100 | 111101 | 0 | 100100 | 1001001 | 1010 | 11111 | 1001101 | 111001 |
Color Harmonies of #E6943D
Complementary color
Monochromatic Colors of #E6943D
Black with #E6943D
Text Example
Text Example
White with #E6943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6943D; }
p { color: rgb(230,148,61); }
H1.HeaderClassName
{
color: #E6943D;
}
.AnyTagClassName
{
color: #E6943D;
}
</style>
background-color css
<style>
a { background-color: #E6943D; }
a { background-color: rgb(230,148,61); }
div.DivClassName
{
background-color: #E6943D;
}
.BgClassName
{
background-color: #E6943D;
}
</style>
border-color css
<style>
span { border-color: #E6943D; }
span { border-color: rgb(230,148,61); }
td.TdClassName
{
border-color: #E6943D;
}
.TagClassName
{
border-color: #E6943D;
}
</style>