Shades of Fire Bush #E69E4D
Tints of Fire Bush #E69E4D
RGB
CMYK
RGB Variations
Color information
#E69E4D (or 0xE69E4D) is known color: Fire Bush. HEX triplet: E6, 9E and 4D. RGB value is (230,158,77). Sum of RGB (Red+Green+Blue) = 230+158+77=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E4D is #1961B2. Grayscale: #AAAAAA. Windows color (decimal): -1663411 or 5086950. OLE color: 5086950.
HSL color Cylindrical-coordinate representation of color #E69E4D: hue angle of 31.76º 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 #E69E4D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 77 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.10 |
| HSL | 31.76º | 0.75% | 0.6% | - |
| HSV(B) | 31.76º | 0.67% | 0.9% | - |
| XYZ | 46.2 | 41.81 | 12.66 | - |
| YUV | 170.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 77 | 0 | 0.31 | 0.67 | 0.10 | 31.76 | 0.75 | 0.6 |
| Hex | E6 | 9E | 4D | 0 | 1F | 43 | A | 20 | 4B | 3C |
| Octal | 346 | 236 | 115 | 0 | 37 | 103 | 12 | 40 | 113 | 74 |
| Binary | 11100110 | 10011110 | 1001101 | 0 | 11111 | 1000011 | 1010 | 100000 | 1001011 | 111100 |
Color Harmonies of #E69E4D
Complementary color
Monochromatic Colors of #E69E4D
Black with #E69E4D
Text Example
Text Example
White with #E69E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E4D; }
p { color: rgb(230,158,77); }
H1.HeaderClassName
{
color: #E69E4D;
}
.AnyTagClassName
{
color: #E69E4D;
}
</style>
background-color css
<style>
a { background-color: #E69E4D; }
a { background-color: rgb(230,158,77); }
div.DivClassName
{
background-color: #E69E4D;
}
.BgClassName
{
background-color: #E69E4D;
}
</style>
border-color css
<style>
span { border-color: #E69E4D; }
span { border-color: rgb(230,158,77); }
td.TdClassName
{
border-color: #E69E4D;
}
.TagClassName
{
border-color: #E69E4D;
}
</style>