Shades of Orange Red #EF4917
Tints of Orange Red #EF4917
RGB
CMYK
RGB Variations
Color information
#EF4917 (or 0xEF4917) is known color: Orange Red. HEX triplet: EF, 49 and 17. RGB value is (239,73,23). Sum of RGB (Red+Green+Blue) = 239+73+23=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4917 is #10B6E8. Grayscale: #757575. Windows color (decimal): -1095401 or 1526255. OLE color: 1526255.
HSL color Cylindrical-coordinate representation of color #EF4917: hue angle of 13.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4917 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.06 |
| HSL | 13.89º | 0.87% | 0.51% | - |
| HSV(B) | 13.89º | 0.9% | 0.94% | - |
| XYZ | 38.13 | 23.18 | 3.27 | - |
| YUV | 116.93 | 75 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 23 | 0 | 0.69 | 0.90 | 0.06 | 13.89 | 0.87 | 0.51 |
| Hex | EF | 49 | 17 | 0 | 45 | 5A | 6 | E | 57 | 33 |
| Octal | 357 | 111 | 27 | 0 | 105 | 132 | 6 | 16 | 127 | 63 |
| Binary | 11101111 | 1001001 | 10111 | 0 | 1000101 | 1011010 | 110 | 1110 | 1010111 | 110011 |
Color Harmonies of #EF4917
Complementary color
Monochromatic Colors of #EF4917
Black with #EF4917
Text Example
Text Example
White with #EF4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4917; }
p { color: rgb(239,73,23); }
H1.HeaderClassName
{
color: #EF4917;
}
.AnyTagClassName
{
color: #EF4917;
}
</style>
background-color css
<style>
a { background-color: #EF4917; }
a { background-color: rgb(239,73,23); }
div.DivClassName
{
background-color: #EF4917;
}
.BgClassName
{
background-color: #EF4917;
}
</style>
border-color css
<style>
span { border-color: #EF4917; }
span { border-color: rgb(239,73,23); }
td.TdClassName
{
border-color: #EF4917;
}
.TagClassName
{
border-color: #EF4917;
}
</style>