Shades of Orange Red #EA4510
Tints of Orange Red #EA4510
RGB
CMYK
RGB Variations
Color information
#EA4510 (or 0xEA4510) is known color: Orange Red. HEX triplet: EA, 45 and 10. RGB value is (234,69,16). Sum of RGB (Red+Green+Blue) = 234+69+16=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4510 is #15BAEF. Grayscale: #707070. Windows color (decimal): -1424112 or 1066474. OLE color: 1066474.
HSL color Cylindrical-coordinate representation of color #EA4510: hue angle of 14.59º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA4510 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.08 |
| HSL | 14.59º | 0.87% | 0.49% | - |
| HSV(B) | 14.59º | 0.93% | 0.92% | - |
| XYZ | 36.15 | 21.79 | 2.79 | - |
| YUV | 112.29 | 73.66 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 16 | 0 | 0.71 | 0.93 | 0.08 | 14.59 | 0.87 | 0.49 |
| Hex | EA | 45 | 10 | 0 | 47 | 5D | 8 | F | 57 | 31 |
| Octal | 352 | 105 | 20 | 0 | 107 | 135 | 10 | 17 | 127 | 61 |
| Binary | 11101010 | 1000101 | 10000 | 0 | 1000111 | 1011101 | 1000 | 1111 | 1010111 | 110001 |
Color Harmonies of #EA4510
Complementary color
Monochromatic Colors of #EA4510
Black with #EA4510
Text Example
Text Example
White with #EA4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4510; }
p { color: rgb(234,69,16); }
H1.HeaderClassName
{
color: #EA4510;
}
.AnyTagClassName
{
color: #EA4510;
}
</style>
background-color css
<style>
a { background-color: #EA4510; }
a { background-color: rgb(234,69,16); }
div.DivClassName
{
background-color: #EA4510;
}
.BgClassName
{
background-color: #EA4510;
}
</style>
border-color css
<style>
span { border-color: #EA4510; }
span { border-color: rgb(234,69,16); }
td.TdClassName
{
border-color: #EA4510;
}
.TagClassName
{
border-color: #EA4510;
}
</style>