Shades of Orange Red #EA4516
Tints of Orange Red #EA4516
RGB
CMYK
RGB Variations
Color information
#EA4516 (or 0xEA4516) is known color: Orange Red. HEX triplet: EA, 45 and 16. RGB value is (234,69,22). Sum of RGB (Red+Green+Blue) = 234+69+22=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4516 is #15BAE9. Grayscale: #717171. Windows color (decimal): -1424106 or 1459690. OLE color: 1459690.
HSL color Cylindrical-coordinate representation of color #EA4516: hue angle of 13.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4516 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.08 |
| HSL | 13.3º | 0.83% | 0.5% | - |
| HSV(B) | 13.3º | 0.91% | 0.92% | - |
| XYZ | 36.2 | 21.81 | 3.06 | - |
| YUV | 112.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 22 | 0 | 0.71 | 0.91 | 0.08 | 13.3 | 0.83 | 0.5 |
| Hex | EA | 45 | 16 | 0 | 47 | 5B | 8 | D | 53 | 32 |
| Octal | 352 | 105 | 26 | 0 | 107 | 133 | 10 | 15 | 123 | 62 |
| Binary | 11101010 | 1000101 | 10110 | 0 | 1000111 | 1011011 | 1000 | 1101 | 1010011 | 110010 |
Color Harmonies of #EA4516
Complementary color
Monochromatic Colors of #EA4516
Black with #EA4516
Text Example
Text Example
White with #EA4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4516; }
p { color: rgb(234,69,22); }
H1.HeaderClassName
{
color: #EA4516;
}
.AnyTagClassName
{
color: #EA4516;
}
</style>
background-color css
<style>
a { background-color: #EA4516; }
a { background-color: rgb(234,69,22); }
div.DivClassName
{
background-color: #EA4516;
}
.BgClassName
{
background-color: #EA4516;
}
</style>
border-color css
<style>
span { border-color: #EA4516; }
span { border-color: rgb(234,69,22); }
td.TdClassName
{
border-color: #EA4516;
}
.TagClassName
{
border-color: #EA4516;
}
</style>