Shades of Orange Red #E94100
Tints of Orange Red #E94100
RGB
CMYK
RGB Variations
Color information
#E94100 (or 0xE94100) is known color: Orange Red. HEX triplet: E9, 41 and 00. RGB value is (233,65,0). Sum of RGB (Red+Green+Blue) = 233+65+0=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E94100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94100 is #16BEFF. Grayscale: #6C6C6C. Windows color (decimal): -1490688 or 16873. OLE color: 16873.
HSL color Cylindrical-coordinate representation of color #E94100: hue angle of 16.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.09 |
| HSL | 16.74º | 1% | 0.46% | - |
| HSV(B) | 16.74º | 1% | 0.91% | - |
| XYZ | 35.49 | 21.1 | 2.2 | - |
| YUV | 107.82 | 67.16 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 0 | 0 | 0.72 | 1 | 0.09 | 16.74 | 1 | 0.46 |
| Hex | E9 | 41 | 0 | 0 | 48 | 64 | 9 | 11 | 64 | 2E |
| Octal | 351 | 101 | 0 | 0 | 110 | 144 | 11 | 21 | 144 | 56 |
| Binary | 11101001 | 1000001 | 0 | 0 | 1001000 | 1100100 | 1001 | 10001 | 1100100 | 101110 |
Color Harmonies of #E94100
Complementary color
Monochromatic Colors of #E94100
Black with #E94100
Text Example
Text Example
White with #E94100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94100; }
p { color: rgb(233,65,0); }
H1.HeaderClassName
{
color: #E94100;
}
.AnyTagClassName
{
color: #E94100;
}
</style>
background-color css
<style>
a { background-color: #E94100; }
a { background-color: rgb(233,65,0); }
div.DivClassName
{
background-color: #E94100;
}
.BgClassName
{
background-color: #E94100;
}
</style>
border-color css
<style>
span { border-color: #E94100; }
span { border-color: rgb(233,65,0); }
td.TdClassName
{
border-color: #E94100;
}
.TagClassName
{
border-color: #E94100;
}
</style>