Shades of Orange Red #EF4710
Tints of Orange Red #EF4710
RGB
CMYK
RGB Variations
Color information
#EF4710 (or 0xEF4710) is known color: Orange Red. HEX triplet: EF, 47 and 10. RGB value is (239,71,16). Sum of RGB (Red+Green+Blue) = 239+71+16=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4710 is #10B8EF. Grayscale: #737373. Windows color (decimal): -1095920 or 1066991. OLE color: 1066991.
HSL color Cylindrical-coordinate representation of color #EF4710: hue angle of 14.8º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF4710 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.06 |
| HSL | 14.8º | 0.87% | 0.5% | - |
| HSV(B) | 14.8º | 0.93% | 0.94% | - |
| XYZ | 37.94 | 22.89 | 2.91 | - |
| YUV | 114.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 16 | 0 | 0.70 | 0.93 | 0.06 | 14.8 | 0.87 | 0.5 |
| Hex | EF | 47 | 10 | 0 | 46 | 5D | 6 | F | 57 | 32 |
| Octal | 357 | 107 | 20 | 0 | 106 | 135 | 6 | 17 | 127 | 62 |
| Binary | 11101111 | 1000111 | 10000 | 0 | 1000110 | 1011101 | 110 | 1111 | 1010111 | 110010 |
Color Harmonies of #EF4710
Complementary color
Monochromatic Colors of #EF4710
Black with #EF4710
Text Example
Text Example
White with #EF4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4710; }
p { color: rgb(239,71,16); }
H1.HeaderClassName
{
color: #EF4710;
}
.AnyTagClassName
{
color: #EF4710;
}
</style>
background-color css
<style>
a { background-color: #EF4710; }
a { background-color: rgb(239,71,16); }
div.DivClassName
{
background-color: #EF4710;
}
.BgClassName
{
background-color: #EF4710;
}
</style>
border-color css
<style>
span { border-color: #EF4710; }
span { border-color: rgb(239,71,16); }
td.TdClassName
{
border-color: #EF4710;
}
.TagClassName
{
border-color: #EF4710;
}
</style>