Shades of Orange Red #EF460E
Tints of Orange Red #EF460E
RGB
CMYK
RGB Variations
Color information
#EF460E (or 0xEF460E) is known color: Orange Red. HEX triplet: EF, 46 and 0E. RGB value is (239,70,14). Sum of RGB (Red+Green+Blue) = 239+70+14=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF460E is #10B9F1. Grayscale: #727272. Windows color (decimal): -1096178 or 935663. OLE color: 935663.
HSL color Cylindrical-coordinate representation of color #EF460E: hue angle of 14.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF460E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.06 |
| HSL | 14.93º | 0.89% | 0.5% | - |
| HSV(B) | 14.93º | 0.94% | 0.94% | - |
| XYZ | 37.87 | 22.76 | 2.81 | - |
| YUV | 114.15 | 71.49 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 14 | 0 | 0.71 | 0.94 | 0.06 | 14.93 | 0.89 | 0.5 |
| Hex | EF | 46 | E | 0 | 47 | 5E | 6 | F | 59 | 32 |
| Octal | 357 | 106 | 16 | 0 | 107 | 136 | 6 | 17 | 131 | 62 |
| Binary | 11101111 | 1000110 | 1110 | 0 | 1000111 | 1011110 | 110 | 1111 | 1011001 | 110010 |
Color Harmonies of #EF460E
Complementary color
Monochromatic Colors of #EF460E
Black with #EF460E
Text Example
Text Example
White with #EF460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF460E; }
p { color: rgb(239,70,14); }
H1.HeaderClassName
{
color: #EF460E;
}
.AnyTagClassName
{
color: #EF460E;
}
</style>
background-color css
<style>
a { background-color: #EF460E; }
a { background-color: rgb(239,70,14); }
div.DivClassName
{
background-color: #EF460E;
}
.BgClassName
{
background-color: #EF460E;
}
</style>
border-color css
<style>
span { border-color: #EF460E; }
span { border-color: rgb(239,70,14); }
td.TdClassName
{
border-color: #EF460E;
}
.TagClassName
{
border-color: #EF460E;
}
</style>