Shades of Orange Red #EA440E
Tints of Orange Red #EA440E
RGB
CMYK
RGB Variations
Color information
#EA440E (or 0xEA440E) is known color: Orange Red. HEX triplet: EA, 44 and 0E. RGB value is (234,68,14). Sum of RGB (Red+Green+Blue) = 234+68+14=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA440E is #15BBF1. Grayscale: #6F6F6F. Windows color (decimal): -1424370 or 935146. OLE color: 935146.
HSL color Cylindrical-coordinate representation of color #EA440E: hue angle of 14.73º 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 #EA440E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.08 |
| HSL | 14.73º | 0.89% | 0.49% | - |
| HSV(B) | 14.73º | 0.94% | 0.92% | - |
| XYZ | 36.08 | 21.66 | 2.69 | - |
| YUV | 111.48 | 73 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 14 | 0 | 0.71 | 0.94 | 0.08 | 14.73 | 0.89 | 0.49 |
| Hex | EA | 44 | E | 0 | 47 | 5E | 8 | F | 59 | 31 |
| Octal | 352 | 104 | 16 | 0 | 107 | 136 | 10 | 17 | 131 | 61 |
| Binary | 11101010 | 1000100 | 1110 | 0 | 1000111 | 1011110 | 1000 | 1111 | 1011001 | 110001 |
Color Harmonies of #EA440E
Complementary color
Monochromatic Colors of #EA440E
Black with #EA440E
Text Example
Text Example
White with #EA440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA440E; }
p { color: rgb(234,68,14); }
H1.HeaderClassName
{
color: #EA440E;
}
.AnyTagClassName
{
color: #EA440E;
}
</style>
background-color css
<style>
a { background-color: #EA440E; }
a { background-color: rgb(234,68,14); }
div.DivClassName
{
background-color: #EA440E;
}
.BgClassName
{
background-color: #EA440E;
}
</style>
border-color css
<style>
span { border-color: #EA440E; }
span { border-color: rgb(234,68,14); }
td.TdClassName
{
border-color: #EA440E;
}
.TagClassName
{
border-color: #EA440E;
}
</style>