Shades of Fire Bush #E69D3F
Tints of Fire Bush #E69D3F
RGB
CMYK
RGB Variations
Color information
#E69D3F (or 0xE69D3F) is known color: Fire Bush. HEX triplet: E6, 9D and 3F. RGB value is (230,157,63). Sum of RGB (Red+Green+Blue) = 230+157+63=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D3F is #1962C0. Grayscale: #A8A8A8. Windows color (decimal): -1663681 or 4169190. OLE color: 4169190.
HSL color Cylindrical-coordinate representation of color #E69D3F: hue angle of 33.77º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E69D3F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 63 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.10 |
| HSL | 33.77º | 0.77% | 0.57% | - |
| HSV(B) | 33.77º | 0.73% | 0.9% | - |
| XYZ | 45.59 | 41.3 | 10.27 | - |
| YUV | 168.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 63 | 0 | 0.32 | 0.73 | 0.10 | 33.77 | 0.77 | 0.57 |
| Hex | E6 | 9D | 3F | 0 | 20 | 49 | A | 22 | 4D | 39 |
| Octal | 346 | 235 | 77 | 0 | 40 | 111 | 12 | 42 | 115 | 71 |
| Binary | 11100110 | 10011101 | 111111 | 0 | 100000 | 1001001 | 1010 | 100010 | 1001101 | 111001 |
Color Harmonies of #E69D3F
Complementary color
Monochromatic Colors of #E69D3F
Black with #E69D3F
Text Example
Text Example
White with #E69D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D3F; }
p { color: rgb(230,157,63); }
H1.HeaderClassName
{
color: #E69D3F;
}
.AnyTagClassName
{
color: #E69D3F;
}
</style>
background-color css
<style>
a { background-color: #E69D3F; }
a { background-color: rgb(230,157,63); }
div.DivClassName
{
background-color: #E69D3F;
}
.BgClassName
{
background-color: #E69D3F;
}
</style>
border-color css
<style>
span { border-color: #E69D3F; }
span { border-color: rgb(230,157,63); }
td.TdClassName
{
border-color: #E69D3F;
}
.TagClassName
{
border-color: #E69D3F;
}
</style>