Shades of Orange Red #EF4705
Tints of Orange Red #EF4705
RGB
CMYK
RGB Variations
Color information
#EF4705 (or 0xEF4705) is known color: Orange Red. HEX triplet: EF, 47 and 05. RGB value is (239,71,5). Sum of RGB (Red+Green+Blue) = 239+71+5=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4705 is #10B8FA. Grayscale: #727272. Windows color (decimal): -1095931 or 346095. OLE color: 346095.
HSL color Cylindrical-coordinate representation of color #EF4705: hue angle of 16.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF4705 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.06 |
| HSL | 16.92º | 0.96% | 0.48% | - |
| HSV(B) | 16.92º | 0.98% | 0.94% | - |
| XYZ | 37.88 | 22.87 | 2.56 | - |
| YUV | 113.71 | 66.66 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 5 | 0 | 0.70 | 0.98 | 0.06 | 16.92 | 0.96 | 0.48 |
| Hex | EF | 47 | 5 | 0 | 46 | 62 | 6 | 11 | 60 | 30 |
| Octal | 357 | 107 | 5 | 0 | 106 | 142 | 6 | 21 | 140 | 60 |
| Binary | 11101111 | 1000111 | 101 | 0 | 1000110 | 1100010 | 110 | 10001 | 1100000 | 110000 |
Color Harmonies of #EF4705
Complementary color
Monochromatic Colors of #EF4705
Black with #EF4705
Text Example
Text Example
White with #EF4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4705; }
p { color: rgb(239,71,5); }
H1.HeaderClassName
{
color: #EF4705;
}
.AnyTagClassName
{
color: #EF4705;
}
</style>
background-color css
<style>
a { background-color: #EF4705; }
a { background-color: rgb(239,71,5); }
div.DivClassName
{
background-color: #EF4705;
}
.BgClassName
{
background-color: #EF4705;
}
</style>
border-color css
<style>
span { border-color: #EF4705; }
span { border-color: rgb(239,71,5); }
td.TdClassName
{
border-color: #EF4705;
}
.TagClassName
{
border-color: #EF4705;
}
</style>