Shades of Fire Bush #EA973C
Tints of Fire Bush #EA973C
RGB
CMYK
RGB Variations
Color information
#EA973C (or 0xEA973C) is known color: Fire Bush. HEX triplet: EA, 97 and 3C. RGB value is (234,151,60). Sum of RGB (Red+Green+Blue) = 234+151+60=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA973C is #1568C3. Grayscale: #A5A5A5. Windows color (decimal): -1403076 or 3971050. OLE color: 3971050.
HSL color Cylindrical-coordinate representation of color #EA973C: hue angle of 31.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA973C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 60 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.08 |
| HSL | 31.38º | 0.81% | 0.58% | - |
| HSV(B) | 31.38º | 0.74% | 0.92% | - |
| XYZ | 45.81 | 39.95 | 9.57 | - |
| YUV | 165.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 60 | 0 | 0.35 | 0.74 | 0.08 | 31.38 | 0.81 | 0.58 |
| Hex | EA | 97 | 3C | 0 | 23 | 4A | 8 | 1F | 51 | 3A |
| Octal | 352 | 227 | 74 | 0 | 43 | 112 | 10 | 37 | 121 | 72 |
| Binary | 11101010 | 10010111 | 111100 | 0 | 100011 | 1001010 | 1000 | 11111 | 1010001 | 111010 |
Color Harmonies of #EA973C
Complementary color
Monochromatic Colors of #EA973C
Black with #EA973C
Text Example
Text Example
White with #EA973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA973C; }
p { color: rgb(234,151,60); }
H1.HeaderClassName
{
color: #EA973C;
}
.AnyTagClassName
{
color: #EA973C;
}
</style>
background-color css
<style>
a { background-color: #EA973C; }
a { background-color: rgb(234,151,60); }
div.DivClassName
{
background-color: #EA973C;
}
.BgClassName
{
background-color: #EA973C;
}
</style>
border-color css
<style>
span { border-color: #EA973C; }
span { border-color: rgb(234,151,60); }
td.TdClassName
{
border-color: #EA973C;
}
.TagClassName
{
border-color: #EA973C;
}
</style>