Shades of Orange Red #EF470A
Tints of Orange Red #EF470A
RGB
CMYK
RGB Variations
Color information
#EF470A (or 0xEF470A) is known color: Orange Red. HEX triplet: EF, 47 and 0A. RGB value is (239,71,10). Sum of RGB (Red+Green+Blue) = 239+71+10=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF470A is #10B8F5. Grayscale: #727272. Windows color (decimal): -1095926 or 673775. OLE color: 673775.
HSL color Cylindrical-coordinate representation of color #EF470A: hue angle of 15.98º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF470A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.06 |
| HSL | 15.98º | 0.92% | 0.49% | - |
| HSV(B) | 15.98º | 0.96% | 0.94% | - |
| XYZ | 37.9 | 22.88 | 2.71 | - |
| YUV | 114.28 | 69.16 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 10 | 0 | 0.70 | 0.96 | 0.06 | 15.98 | 0.92 | 0.49 |
| Hex | EF | 47 | A | 0 | 46 | 60 | 6 | 10 | 5C | 31 |
| Octal | 357 | 107 | 12 | 0 | 106 | 140 | 6 | 20 | 134 | 61 |
| Binary | 11101111 | 1000111 | 1010 | 0 | 1000110 | 1100000 | 110 | 10000 | 1011100 | 110001 |
Color Harmonies of #EF470A
Complementary color
Monochromatic Colors of #EF470A
Black with #EF470A
Text Example
Text Example
White with #EF470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF470A; }
p { color: rgb(239,71,10); }
H1.HeaderClassName
{
color: #EF470A;
}
.AnyTagClassName
{
color: #EF470A;
}
</style>
background-color css
<style>
a { background-color: #EF470A; }
a { background-color: rgb(239,71,10); }
div.DivClassName
{
background-color: #EF470A;
}
.BgClassName
{
background-color: #EF470A;
}
</style>
border-color css
<style>
span { border-color: #EF470A; }
span { border-color: rgb(239,71,10); }
td.TdClassName
{
border-color: #EF470A;
}
.TagClassName
{
border-color: #EF470A;
}
</style>