Shades of Fire Bush #E69E3A
Tints of Fire Bush #E69E3A
RGB
CMYK
RGB Variations
Color information
#E69E3A (or 0xE69E3A) is known color: Fire Bush. HEX triplet: E6, 9E and 3A. RGB value is (230,158,58). Sum of RGB (Red+Green+Blue) = 230+158+58=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69E3A is #1961C5. Grayscale: #A8A8A8. Windows color (decimal): -1663430 or 3841766. OLE color: 3841766.
HSL color Cylindrical-coordinate representation of color #E69E3A: hue angle of 34.88º 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 #E69E3A is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 58 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.10 |
| HSL | 34.88º | 0.77% | 0.56% | - |
| HSV(B) | 34.88º | 0.75% | 0.9% | - |
| XYZ | 45.62 | 41.58 | 9.62 | - |
| YUV | 168.13 | 65.85 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 58 | 0 | 0.31 | 0.75 | 0.10 | 34.88 | 0.77 | 0.56 |
| Hex | E6 | 9E | 3A | 0 | 1F | 4B | A | 23 | 4D | 38 |
| Octal | 346 | 236 | 72 | 0 | 37 | 113 | 12 | 43 | 115 | 70 |
| Binary | 11100110 | 10011110 | 111010 | 0 | 11111 | 1001011 | 1010 | 100011 | 1001101 | 111000 |
Color Harmonies of #E69E3A
Complementary color
Monochromatic Colors of #E69E3A
Black with #E69E3A
Text Example
Text Example
White with #E69E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E3A; }
p { color: rgb(230,158,58); }
H1.HeaderClassName
{
color: #E69E3A;
}
.AnyTagClassName
{
color: #E69E3A;
}
</style>
background-color css
<style>
a { background-color: #E69E3A; }
a { background-color: rgb(230,158,58); }
div.DivClassName
{
background-color: #E69E3A;
}
.BgClassName
{
background-color: #E69E3A;
}
</style>
border-color css
<style>
span { border-color: #E69E3A; }
span { border-color: rgb(230,158,58); }
td.TdClassName
{
border-color: #E69E3A;
}
.TagClassName
{
border-color: #E69E3A;
}
</style>