Shades of Orange Red #EF4714
Tints of Orange Red #EF4714
RGB
CMYK
RGB Variations
Color information
#EF4714 (or 0xEF4714) is known color: Orange Red. HEX triplet: EF, 47 and 14. RGB value is (239,71,20). Sum of RGB (Red+Green+Blue) = 239+71+20=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4714 is #10B8EB. Grayscale: #737373. Windows color (decimal): -1095916 or 1329135. OLE color: 1329135.
HSL color Cylindrical-coordinate representation of color #EF4714: hue angle of 13.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4714 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 20 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.06 |
| HSL | 13.97º | 0.87% | 0.51% | - |
| HSV(B) | 13.97º | 0.92% | 0.94% | - |
| XYZ | 37.98 | 22.91 | 3.08 | - |
| YUV | 115.42 | 74.16 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 20 | 0 | 0.70 | 0.92 | 0.06 | 13.97 | 0.87 | 0.51 |
| Hex | EF | 47 | 14 | 0 | 46 | 5C | 6 | E | 57 | 33 |
| Octal | 357 | 107 | 24 | 0 | 106 | 134 | 6 | 16 | 127 | 63 |
| Binary | 11101111 | 1000111 | 10100 | 0 | 1000110 | 1011100 | 110 | 1110 | 1010111 | 110011 |
Color Harmonies of #EF4714
Complementary color
Monochromatic Colors of #EF4714
Black with #EF4714
Text Example
Text Example
White with #EF4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4714; }
p { color: rgb(239,71,20); }
H1.HeaderClassName
{
color: #EF4714;
}
.AnyTagClassName
{
color: #EF4714;
}
</style>
background-color css
<style>
a { background-color: #EF4714; }
a { background-color: rgb(239,71,20); }
div.DivClassName
{
background-color: #EF4714;
}
.BgClassName
{
background-color: #EF4714;
}
</style>
border-color css
<style>
span { border-color: #EF4714; }
span { border-color: rgb(239,71,20); }
td.TdClassName
{
border-color: #EF4714;
}
.TagClassName
{
border-color: #EF4714;
}
</style>