Shades of Fire Bush #E69F4D
Tints of Fire Bush #E69F4D
RGB
CMYK
RGB Variations
Color information
#E69F4D (or 0xE69F4D) is known color: Fire Bush. HEX triplet: E6, 9F and 4D. RGB value is (230,159,77). Sum of RGB (Red+Green+Blue) = 230+159+77=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F4D is #1960B2. Grayscale: #ABABAB. Windows color (decimal): -1663155 or 5087206. OLE color: 5087206.
HSL color Cylindrical-coordinate representation of color #E69F4D: hue angle of 32.16º 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 #E69F4D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 77 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.10 |
| HSL | 32.16º | 0.75% | 0.6% | - |
| HSV(B) | 32.16º | 0.67% | 0.9% | - |
| XYZ | 46.37 | 42.16 | 12.71 | - |
| YUV | 170.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 77 | 0 | 0.31 | 0.67 | 0.10 | 32.16 | 0.75 | 0.6 |
| Hex | E6 | 9F | 4D | 0 | 1F | 43 | A | 20 | 4B | 3C |
| Octal | 346 | 237 | 115 | 0 | 37 | 103 | 12 | 40 | 113 | 74 |
| Binary | 11100110 | 10011111 | 1001101 | 0 | 11111 | 1000011 | 1010 | 100000 | 1001011 | 111100 |
Color Harmonies of #E69F4D
Complementary color
Monochromatic Colors of #E69F4D
Black with #E69F4D
Text Example
Text Example
White with #E69F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F4D; }
p { color: rgb(230,159,77); }
H1.HeaderClassName
{
color: #E69F4D;
}
.AnyTagClassName
{
color: #E69F4D;
}
</style>
background-color css
<style>
a { background-color: #E69F4D; }
a { background-color: rgb(230,159,77); }
div.DivClassName
{
background-color: #E69F4D;
}
.BgClassName
{
background-color: #E69F4D;
}
</style>
border-color css
<style>
span { border-color: #E69F4D; }
span { border-color: rgb(230,159,77); }
td.TdClassName
{
border-color: #E69F4D;
}
.TagClassName
{
border-color: #E69F4D;
}
</style>