Shades of Fire Bush #E6994A
Tints of Fire Bush #E6994A
RGB
CMYK
RGB Variations
Color information
#E6994A (or 0xE6994A) is known color: Fire Bush. HEX triplet: E6, 99 and 4A. RGB value is (230,153,74). Sum of RGB (Red+Green+Blue) = 230+153+74=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6994A is #1966B5. Grayscale: #A7A7A7. Windows color (decimal): -1664694 or 4889062. OLE color: 4889062.
HSL color Cylindrical-coordinate representation of color #E6994A: hue angle of 30.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6994A is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 74 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.10 |
| HSL | 30.38º | 0.76% | 0.6% | - |
| HSV(B) | 30.38º | 0.68% | 0.9% | - |
| XYZ | 45.26 | 40.1 | 11.83 | - |
| YUV | 167.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 74 | 0 | 0.33 | 0.68 | 0.10 | 30.38 | 0.76 | 0.6 |
| Hex | E6 | 99 | 4A | 0 | 21 | 44 | A | 1E | 4C | 3C |
| Octal | 346 | 231 | 112 | 0 | 41 | 104 | 12 | 36 | 114 | 74 |
| Binary | 11100110 | 10011001 | 1001010 | 0 | 100001 | 1000100 | 1010 | 11110 | 1001100 | 111100 |
Color Harmonies of #E6994A
Complementary color
Monochromatic Colors of #E6994A
Black with #E6994A
Text Example
Text Example
White with #E6994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6994A; }
p { color: rgb(230,153,74); }
H1.HeaderClassName
{
color: #E6994A;
}
.AnyTagClassName
{
color: #E6994A;
}
</style>
background-color css
<style>
a { background-color: #E6994A; }
a { background-color: rgb(230,153,74); }
div.DivClassName
{
background-color: #E6994A;
}
.BgClassName
{
background-color: #E6994A;
}
</style>
border-color css
<style>
span { border-color: #E6994A; }
span { border-color: rgb(230,153,74); }
td.TdClassName
{
border-color: #E6994A;
}
.TagClassName
{
border-color: #E6994A;
}
</style>