Shades of Orange Red #E94016
Tints of Orange Red #E94016
RGB
CMYK
RGB Variations
Color information
#E94016 (or 0xE94016) is known color: Orange Red. HEX triplet: E9, 40 and 16. RGB value is (233,64,22). Sum of RGB (Red+Green+Blue) = 233+64+22=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94016 is #16BFE9. Grayscale: #6E6E6E. Windows color (decimal): -1490922 or 1458409. OLE color: 1458409.
HSL color Cylindrical-coordinate representation of color #E94016: hue angle of 11.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E94016 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.09 |
| HSL | 11.94º | 0.83% | 0.5% | - |
| HSV(B) | 11.94º | 0.91% | 0.91% | - |
| XYZ | 35.58 | 21.05 | 2.95 | - |
| YUV | 109.74 | 78.49 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 22 | 0 | 0.73 | 0.91 | 0.09 | 11.94 | 0.83 | 0.5 |
| Hex | E9 | 40 | 16 | 0 | 49 | 5B | 9 | C | 53 | 32 |
| Octal | 351 | 100 | 26 | 0 | 111 | 133 | 11 | 14 | 123 | 62 |
| Binary | 11101001 | 1000000 | 10110 | 0 | 1001001 | 1011011 | 1001 | 1100 | 1010011 | 110010 |
Color Harmonies of #E94016
Complementary color
Monochromatic Colors of #E94016
Black with #E94016
Text Example
Text Example
White with #E94016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94016; }
p { color: rgb(233,64,22); }
H1.HeaderClassName
{
color: #E94016;
}
.AnyTagClassName
{
color: #E94016;
}
</style>
background-color css
<style>
a { background-color: #E94016; }
a { background-color: rgb(233,64,22); }
div.DivClassName
{
background-color: #E94016;
}
.BgClassName
{
background-color: #E94016;
}
</style>
border-color css
<style>
span { border-color: #E94016; }
span { border-color: rgb(233,64,22); }
td.TdClassName
{
border-color: #E94016;
}
.TagClassName
{
border-color: #E94016;
}
</style>