Shades of Fire Bush #EA963E
Tints of Fire Bush #EA963E
RGB
CMYK
RGB Variations
Color information
#EA963E (or 0xEA963E) is known color: Fire Bush. HEX triplet: EA, 96 and 3E. RGB value is (234,150,62). Sum of RGB (Red+Green+Blue) = 234+150+62=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA963E is #1569C1. Grayscale: #A5A5A5. Windows color (decimal): -1403330 or 4101866. OLE color: 4101866.
HSL color Cylindrical-coordinate representation of color #EA963E: hue angle of 30.7º degrees, saturation: 0.8, 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 #EA963E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 62 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.08 |
| HSL | 30.7º | 0.8% | 0.58% | - |
| HSV(B) | 30.7º | 0.74% | 0.92% | - |
| XYZ | 45.71 | 39.65 | 9.8 | - |
| YUV | 165.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 62 | 0 | 0.36 | 0.74 | 0.08 | 30.7 | 0.8 | 0.58 |
| Hex | EA | 96 | 3E | 0 | 24 | 4A | 8 | 1F | 50 | 3A |
| Octal | 352 | 226 | 76 | 0 | 44 | 112 | 10 | 37 | 120 | 72 |
| Binary | 11101010 | 10010110 | 111110 | 0 | 100100 | 1001010 | 1000 | 11111 | 1010000 | 111010 |
Color Harmonies of #EA963E
Complementary color
Monochromatic Colors of #EA963E
Black with #EA963E
Text Example
Text Example
White with #EA963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA963E; }
p { color: rgb(234,150,62); }
H1.HeaderClassName
{
color: #EA963E;
}
.AnyTagClassName
{
color: #EA963E;
}
</style>
background-color css
<style>
a { background-color: #EA963E; }
a { background-color: rgb(234,150,62); }
div.DivClassName
{
background-color: #EA963E;
}
.BgClassName
{
background-color: #EA963E;
}
</style>
border-color css
<style>
span { border-color: #EA963E; }
span { border-color: rgb(234,150,62); }
td.TdClassName
{
border-color: #EA963E;
}
.TagClassName
{
border-color: #EA963E;
}
</style>