Shades of Orange Red #EA400E
Tints of Orange Red #EA400E
RGB
CMYK
RGB Variations
Color information
#EA400E (or 0xEA400E) is known color: Orange Red. HEX triplet: EA, 40 and 0E. RGB value is (234,64,14). Sum of RGB (Red+Green+Blue) = 234+64+14=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA400E is #15BFF1. Grayscale: #6D6D6D. Windows color (decimal): -1425394 or 934122. OLE color: 934122.
HSL color Cylindrical-coordinate representation of color #EA400E: hue angle of 13.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA400E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.08 |
| HSL | 13.64º | 0.89% | 0.49% | - |
| HSV(B) | 13.64º | 0.94% | 0.92% | - |
| XYZ | 35.84 | 21.19 | 2.62 | - |
| YUV | 109.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 14 | 0 | 0.73 | 0.94 | 0.08 | 13.64 | 0.89 | 0.49 |
| Hex | EA | 40 | E | 0 | 49 | 5E | 8 | E | 59 | 31 |
| Octal | 352 | 100 | 16 | 0 | 111 | 136 | 10 | 16 | 131 | 61 |
| Binary | 11101010 | 1000000 | 1110 | 0 | 1001001 | 1011110 | 1000 | 1110 | 1011001 | 110001 |
Color Harmonies of #EA400E
Complementary color
Monochromatic Colors of #EA400E
Black with #EA400E
Text Example
Text Example
White with #EA400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA400E; }
p { color: rgb(234,64,14); }
H1.HeaderClassName
{
color: #EA400E;
}
.AnyTagClassName
{
color: #EA400E;
}
</style>
background-color css
<style>
a { background-color: #EA400E; }
a { background-color: rgb(234,64,14); }
div.DivClassName
{
background-color: #EA400E;
}
.BgClassName
{
background-color: #EA400E;
}
</style>
border-color css
<style>
span { border-color: #EA400E; }
span { border-color: rgb(234,64,14); }
td.TdClassName
{
border-color: #EA400E;
}
.TagClassName
{
border-color: #EA400E;
}
</style>