Shades of Fire Bush #E69C3C
Tints of Fire Bush #E69C3C
RGB
CMYK
RGB Variations
Color information
#E69C3C (or 0xE69C3C) is known color: Fire Bush. HEX triplet: E6, 9C and 3C. RGB value is (230,156,60). Sum of RGB (Red+Green+Blue) = 230+156+60=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C3C is #1963C3. Grayscale: #A7A7A7. Windows color (decimal): -1663940 or 3972326. OLE color: 3972326.
HSL color Cylindrical-coordinate representation of color #E69C3C: hue angle of 33.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E69C3C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 60 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.10 |
| HSL | 33.88º | 0.77% | 0.57% | - |
| HSV(B) | 33.88º | 0.74% | 0.9% | - |
| XYZ | 45.34 | 40.93 | 9.78 | - |
| YUV | 167.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 60 | 0 | 0.32 | 0.74 | 0.10 | 33.88 | 0.77 | 0.57 |
| Hex | E6 | 9C | 3C | 0 | 20 | 4A | A | 22 | 4D | 39 |
| Octal | 346 | 234 | 74 | 0 | 40 | 112 | 12 | 42 | 115 | 71 |
| Binary | 11100110 | 10011100 | 111100 | 0 | 100000 | 1001010 | 1010 | 100010 | 1001101 | 111001 |
Color Harmonies of #E69C3C
Complementary color
Monochromatic Colors of #E69C3C
Black with #E69C3C
Text Example
Text Example
White with #E69C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C3C; }
p { color: rgb(230,156,60); }
H1.HeaderClassName
{
color: #E69C3C;
}
.AnyTagClassName
{
color: #E69C3C;
}
</style>
background-color css
<style>
a { background-color: #E69C3C; }
a { background-color: rgb(230,156,60); }
div.DivClassName
{
background-color: #E69C3C;
}
.BgClassName
{
background-color: #E69C3C;
}
</style>
border-color css
<style>
span { border-color: #E69C3C; }
span { border-color: rgb(230,156,60); }
td.TdClassName
{
border-color: #E69C3C;
}
.TagClassName
{
border-color: #E69C3C;
}
</style>