Shades of Fire Bush #E6993A
Tints of Fire Bush #E6993A
RGB
CMYK
RGB Variations
Color information
#E6993A (or 0xE6993A) is known color: Fire Bush. HEX triplet: E6, 99 and 3A. RGB value is (230,153,58). Sum of RGB (Red+Green+Blue) = 230+153+58=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6993A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6993A is #1966C5. Grayscale: #A5A5A5. Windows color (decimal): -1664710 or 3840486. OLE color: 3840486.
HSL color Cylindrical-coordinate representation of color #E6993A: hue angle of 33.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6993A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 58 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.10 |
| HSL | 33.14º | 0.77% | 0.56% | - |
| HSV(B) | 33.14º | 0.75% | 0.9% | - |
| XYZ | 44.79 | 39.91 | 9.35 | - |
| YUV | 165.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 58 | 0 | 0.33 | 0.75 | 0.10 | 33.14 | 0.77 | 0.56 |
| Hex | E6 | 99 | 3A | 0 | 21 | 4B | A | 21 | 4D | 38 |
| Octal | 346 | 231 | 72 | 0 | 41 | 113 | 12 | 41 | 115 | 70 |
| Binary | 11100110 | 10011001 | 111010 | 0 | 100001 | 1001011 | 1010 | 100001 | 1001101 | 111000 |
Color Harmonies of #E6993A
Complementary color
Monochromatic Colors of #E6993A
Black with #E6993A
Text Example
Text Example
White with #E6993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6993A; }
p { color: rgb(230,153,58); }
H1.HeaderClassName
{
color: #E6993A;
}
.AnyTagClassName
{
color: #E6993A;
}
</style>
background-color css
<style>
a { background-color: #E6993A; }
a { background-color: rgb(230,153,58); }
div.DivClassName
{
background-color: #E6993A;
}
.BgClassName
{
background-color: #E6993A;
}
</style>
border-color css
<style>
span { border-color: #E6993A; }
span { border-color: rgb(230,153,58); }
td.TdClassName
{
border-color: #E6993A;
}
.TagClassName
{
border-color: #E6993A;
}
</style>