Shades of Orange Red #EF4807
Tints of Orange Red #EF4807
RGB
CMYK
RGB Variations
Color information
#EF4807 (or 0xEF4807) is known color: Orange Red. HEX triplet: EF, 48 and 07. RGB value is (239,72,7). Sum of RGB (Red+Green+Blue) = 239+72+7=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4807 is #10B7F8. Grayscale: #727272. Windows color (decimal): -1095673 or 477423. OLE color: 477423.
HSL color Cylindrical-coordinate representation of color #EF4807: hue angle of 16.81º degrees, saturation: 0.94, 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 #EF4807 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.06 |
| HSL | 16.81º | 0.94% | 0.48% | - |
| HSV(B) | 16.81º | 0.97% | 0.94% | - |
| XYZ | 37.95 | 23 | 2.64 | - |
| YUV | 114.52 | 67.33 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 7 | 0 | 0.70 | 0.97 | 0.06 | 16.81 | 0.94 | 0.48 |
| Hex | EF | 48 | 7 | 0 | 46 | 61 | 6 | 11 | 5E | 30 |
| Octal | 357 | 110 | 7 | 0 | 106 | 141 | 6 | 21 | 136 | 60 |
| Binary | 11101111 | 1001000 | 111 | 0 | 1000110 | 1100001 | 110 | 10001 | 1011110 | 110000 |
Color Harmonies of #EF4807
Complementary color
Monochromatic Colors of #EF4807
Black with #EF4807
Text Example
Text Example
White with #EF4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4807; }
p { color: rgb(239,72,7); }
H1.HeaderClassName
{
color: #EF4807;
}
.AnyTagClassName
{
color: #EF4807;
}
</style>
background-color css
<style>
a { background-color: #EF4807; }
a { background-color: rgb(239,72,7); }
div.DivClassName
{
background-color: #EF4807;
}
.BgClassName
{
background-color: #EF4807;
}
</style>
border-color css
<style>
span { border-color: #EF4807; }
span { border-color: rgb(239,72,7); }
td.TdClassName
{
border-color: #EF4807;
}
.TagClassName
{
border-color: #EF4807;
}
</style>