Shades of Orange Red #EF4016
Tints of Orange Red #EF4016
RGB
CMYK
RGB Variations
Color information
#EF4016 (or 0xEF4016) is known color: Orange Red. HEX triplet: EF, 40 and 16. RGB value is (239,64,22). Sum of RGB (Red+Green+Blue) = 239+64+22=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4016 is #10BFE9. Grayscale: #6F6F6F. Windows color (decimal): -1097706 or 1458415. OLE color: 1458415.
HSL color Cylindrical-coordinate representation of color #EF4016: hue angle of 11.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF4016 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.06 |
| HSL | 11.61º | 0.87% | 0.51% | - |
| HSV(B) | 11.61º | 0.91% | 0.94% | - |
| XYZ | 37.57 | 22.08 | 3.04 | - |
| YUV | 111.54 | 77.48 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 22 | 0 | 0.73 | 0.91 | 0.06 | 11.61 | 0.87 | 0.51 |
| Hex | EF | 40 | 16 | 0 | 49 | 5B | 6 | C | 57 | 33 |
| Octal | 357 | 100 | 26 | 0 | 111 | 133 | 6 | 14 | 127 | 63 |
| Binary | 11101111 | 1000000 | 10110 | 0 | 1001001 | 1011011 | 110 | 1100 | 1010111 | 110011 |
Color Harmonies of #EF4016
Complementary color
Monochromatic Colors of #EF4016
Black with #EF4016
Text Example
Text Example
White with #EF4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4016; }
p { color: rgb(239,64,22); }
H1.HeaderClassName
{
color: #EF4016;
}
.AnyTagClassName
{
color: #EF4016;
}
</style>
background-color css
<style>
a { background-color: #EF4016; }
a { background-color: rgb(239,64,22); }
div.DivClassName
{
background-color: #EF4016;
}
.BgClassName
{
background-color: #EF4016;
}
</style>
border-color css
<style>
span { border-color: #EF4016; }
span { border-color: rgb(239,64,22); }
td.TdClassName
{
border-color: #EF4016;
}
.TagClassName
{
border-color: #EF4016;
}
</style>