Shades of Orange Red #EA4514
Tints of Orange Red #EA4514
RGB
CMYK
RGB Variations
Color information
#EA4514 (or 0xEA4514) is known color: Orange Red. HEX triplet: EA, 45 and 14. RGB value is (234,69,20). Sum of RGB (Red+Green+Blue) = 234+69+20=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4514 is #15BAEB. Grayscale: #717171. Windows color (decimal): -1424108 or 1328618. OLE color: 1328618.
HSL color Cylindrical-coordinate representation of color #EA4514: hue angle of 13.74º degrees, saturation: 0.84, 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 #EA4514 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.08 |
| HSL | 13.74º | 0.84% | 0.5% | - |
| HSV(B) | 13.74º | 0.91% | 0.92% | - |
| XYZ | 36.19 | 21.8 | 2.96 | - |
| YUV | 112.75 | 75.66 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 20 | 0 | 0.71 | 0.91 | 0.08 | 13.74 | 0.84 | 0.5 |
| Hex | EA | 45 | 14 | 0 | 47 | 5B | 8 | E | 54 | 32 |
| Octal | 352 | 105 | 24 | 0 | 107 | 133 | 10 | 16 | 124 | 62 |
| Binary | 11101010 | 1000101 | 10100 | 0 | 1000111 | 1011011 | 1000 | 1110 | 1010100 | 110010 |
Color Harmonies of #EA4514
Complementary color
Monochromatic Colors of #EA4514
Black with #EA4514
Text Example
Text Example
White with #EA4514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4514; }
p { color: rgb(234,69,20); }
H1.HeaderClassName
{
color: #EA4514;
}
.AnyTagClassName
{
color: #EA4514;
}
</style>
background-color css
<style>
a { background-color: #EA4514; }
a { background-color: rgb(234,69,20); }
div.DivClassName
{
background-color: #EA4514;
}
.BgClassName
{
background-color: #EA4514;
}
</style>
border-color css
<style>
span { border-color: #EA4514; }
span { border-color: rgb(234,69,20); }
td.TdClassName
{
border-color: #EA4514;
}
.TagClassName
{
border-color: #EA4514;
}
</style>