Shades of Orange Red #EA420A
Tints of Orange Red #EA420A
RGB
CMYK
RGB Variations
Color information
#EA420A (or 0xEA420A) is known color: Orange Red. HEX triplet: EA, 42 and 0A. RGB value is (234,66,10). Sum of RGB (Red+Green+Blue) = 234+66+10=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA420A is #15BDF5. Grayscale: #6E6E6E. Windows color (decimal): -1424886 or 672490. OLE color: 672490.
HSL color Cylindrical-coordinate representation of color #EA420A: hue angle of 15º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA420A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.08 |
| HSL | 15º | 0.92% | 0.48% | - |
| HSV(B) | 15º | 0.96% | 0.92% | - |
| XYZ | 35.93 | 21.41 | 2.53 | - |
| YUV | 109.85 | 71.66 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 10 | 0 | 0.72 | 0.96 | 0.08 | 15 | 0.92 | 0.48 |
| Hex | EA | 42 | A | 0 | 48 | 60 | 8 | F | 5C | 30 |
| Octal | 352 | 102 | 12 | 0 | 110 | 140 | 10 | 17 | 134 | 60 |
| Binary | 11101010 | 1000010 | 1010 | 0 | 1001000 | 1100000 | 1000 | 1111 | 1011100 | 110000 |
Color Harmonies of #EA420A
Complementary color
Monochromatic Colors of #EA420A
Black with #EA420A
Text Example
Text Example
White with #EA420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA420A; }
p { color: rgb(234,66,10); }
H1.HeaderClassName
{
color: #EA420A;
}
.AnyTagClassName
{
color: #EA420A;
}
</style>
background-color css
<style>
a { background-color: #EA420A; }
a { background-color: rgb(234,66,10); }
div.DivClassName
{
background-color: #EA420A;
}
.BgClassName
{
background-color: #EA420A;
}
</style>
border-color css
<style>
span { border-color: #EA420A; }
span { border-color: rgb(234,66,10); }
td.TdClassName
{
border-color: #EA420A;
}
.TagClassName
{
border-color: #EA420A;
}
</style>