Shades of Fire Bush #E69E4C
Tints of Fire Bush #E69E4C
RGB
CMYK
RGB Variations
Color information
#E69E4C (or 0xE69E4C) is known color: Fire Bush. HEX triplet: E6, 9E and 4C. RGB value is (230,158,76). Sum of RGB (Red+Green+Blue) = 230+158+76=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69E4C is #1961B3. Grayscale: #AAAAAA. Windows color (decimal): -1663412 or 5021414. OLE color: 5021414.
HSL color Cylindrical-coordinate representation of color #E69E4C: hue angle of 31.95º 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 #E69E4C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 76 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.10 |
| HSL | 31.95º | 0.75% | 0.6% | - |
| HSV(B) | 31.95º | 0.67% | 0.9% | - |
| XYZ | 46.16 | 41.8 | 12.47 | - |
| YUV | 170.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 76 | 0 | 0.31 | 0.67 | 0.10 | 31.95 | 0.75 | 0.6 |
| Hex | E6 | 9E | 4C | 0 | 1F | 43 | A | 20 | 4B | 3C |
| Octal | 346 | 236 | 114 | 0 | 37 | 103 | 12 | 40 | 113 | 74 |
| Binary | 11100110 | 10011110 | 1001100 | 0 | 11111 | 1000011 | 1010 | 100000 | 1001011 | 111100 |
Color Harmonies of #E69E4C
Complementary color
Monochromatic Colors of #E69E4C
Black with #E69E4C
Text Example
Text Example
White with #E69E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E4C; }
p { color: rgb(230,158,76); }
H1.HeaderClassName
{
color: #E69E4C;
}
.AnyTagClassName
{
color: #E69E4C;
}
</style>
background-color css
<style>
a { background-color: #E69E4C; }
a { background-color: rgb(230,158,76); }
div.DivClassName
{
background-color: #E69E4C;
}
.BgClassName
{
background-color: #E69E4C;
}
</style>
border-color css
<style>
span { border-color: #E69E4C; }
span { border-color: rgb(230,158,76); }
td.TdClassName
{
border-color: #E69E4C;
}
.TagClassName
{
border-color: #E69E4C;
}
</style>