Shades of Fire Bush #E69C42
Tints of Fire Bush #E69C42
RGB
CMYK
RGB Variations
Color information
#E69C42 (or 0xE69C42) is known color: Fire Bush. HEX triplet: E6, 9C and 42. RGB value is (230,156,66). Sum of RGB (Red+Green+Blue) = 230+156+66=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C42 is #1963BD. Grayscale: #A8A8A8. Windows color (decimal): -1663934 or 4365542. OLE color: 4365542.
HSL color Cylindrical-coordinate representation of color #E69C42: hue angle of 32.93º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E69C42 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 66 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.10 |
| HSL | 32.93º | 0.77% | 0.58% | - |
| HSV(B) | 32.93º | 0.71% | 0.9% | - |
| XYZ | 45.5 | 40.99 | 10.67 | - |
| YUV | 167.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 66 | 0 | 0.32 | 0.71 | 0.10 | 32.93 | 0.77 | 0.58 |
| Hex | E6 | 9C | 42 | 0 | 20 | 47 | A | 21 | 4D | 3A |
| Octal | 346 | 234 | 102 | 0 | 40 | 107 | 12 | 41 | 115 | 72 |
| Binary | 11100110 | 10011100 | 1000010 | 0 | 100000 | 1000111 | 1010 | 100001 | 1001101 | 111010 |
Color Harmonies of #E69C42
Complementary color
Monochromatic Colors of #E69C42
Black with #E69C42
Text Example
Text Example
White with #E69C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C42; }
p { color: rgb(230,156,66); }
H1.HeaderClassName
{
color: #E69C42;
}
.AnyTagClassName
{
color: #E69C42;
}
</style>
background-color css
<style>
a { background-color: #E69C42; }
a { background-color: rgb(230,156,66); }
div.DivClassName
{
background-color: #E69C42;
}
.BgClassName
{
background-color: #E69C42;
}
</style>
border-color css
<style>
span { border-color: #E69C42; }
span { border-color: rgb(230,156,66); }
td.TdClassName
{
border-color: #E69C42;
}
.TagClassName
{
border-color: #E69C42;
}
</style>