Shades of Orange Red #EF4706
Tints of Orange Red #EF4706
RGB
CMYK
RGB Variations
Color information
#EF4706 (or 0xEF4706) is known color: Orange Red. HEX triplet: EF, 47 and 06. RGB value is (239,71,6). Sum of RGB (Red+Green+Blue) = 239+71+6=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4706 is #10B8F9. Grayscale: #727272. Windows color (decimal): -1095930 or 411631. OLE color: 411631.
HSL color Cylindrical-coordinate representation of color #EF4706: hue angle of 16.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4706 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.06 |
| HSL | 16.74º | 0.95% | 0.48% | - |
| HSV(B) | 16.74º | 0.97% | 0.94% | - |
| XYZ | 37.88 | 22.87 | 2.59 | - |
| YUV | 113.82 | 67.16 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 6 | 0 | 0.70 | 0.97 | 0.06 | 16.74 | 0.95 | 0.48 |
| Hex | EF | 47 | 6 | 0 | 46 | 61 | 6 | 11 | 5F | 30 |
| Octal | 357 | 107 | 6 | 0 | 106 | 141 | 6 | 21 | 137 | 60 |
| Binary | 11101111 | 1000111 | 110 | 0 | 1000110 | 1100001 | 110 | 10001 | 1011111 | 110000 |
Color Harmonies of #EF4706
Complementary color
Monochromatic Colors of #EF4706
Black with #EF4706
Text Example
Text Example
White with #EF4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4706; }
p { color: rgb(239,71,6); }
H1.HeaderClassName
{
color: #EF4706;
}
.AnyTagClassName
{
color: #EF4706;
}
</style>
background-color css
<style>
a { background-color: #EF4706; }
a { background-color: rgb(239,71,6); }
div.DivClassName
{
background-color: #EF4706;
}
.BgClassName
{
background-color: #EF4706;
}
</style>
border-color css
<style>
span { border-color: #EF4706; }
span { border-color: rgb(239,71,6); }
td.TdClassName
{
border-color: #EF4706;
}
.TagClassName
{
border-color: #EF4706;
}
</style>