Shades of Orange Red #EF4802
Tints of Orange Red #EF4802
RGB
CMYK
RGB Variations
Color information
#EF4802 (or 0xEF4802) is known color: Orange Red. HEX triplet: EF, 48 and 02. RGB value is (239,72,2). Sum of RGB (Red+Green+Blue) = 239+72+2=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4802 is #10B7FD. Grayscale: #727272. Windows color (decimal): -1095678 or 149743. OLE color: 149743.
HSL color Cylindrical-coordinate representation of color #EF4802: hue angle of 17.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF4802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.06 |
| HSL | 17.72º | 0.98% | 0.47% | - |
| HSV(B) | 17.72º | 0.99% | 0.94% | - |
| XYZ | 37.92 | 22.99 | 2.5 | - |
| YUV | 113.95 | 64.83 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 2 | 0 | 0.70 | 0.99 | 0.06 | 17.72 | 0.98 | 0.47 |
| Hex | EF | 48 | 2 | 0 | 46 | 63 | 6 | 12 | 62 | 2F |
| Octal | 357 | 110 | 2 | 0 | 106 | 143 | 6 | 22 | 142 | 57 |
| Binary | 11101111 | 1001000 | 10 | 0 | 1000110 | 1100011 | 110 | 10010 | 1100010 | 101111 |
Color Harmonies of #EF4802
Complementary color
Monochromatic Colors of #EF4802
Black with #EF4802
Text Example
Text Example
White with #EF4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4802; }
p { color: rgb(239,72,2); }
H1.HeaderClassName
{
color: #EF4802;
}
.AnyTagClassName
{
color: #EF4802;
}
</style>
background-color css
<style>
a { background-color: #EF4802; }
a { background-color: rgb(239,72,2); }
div.DivClassName
{
background-color: #EF4802;
}
.BgClassName
{
background-color: #EF4802;
}
</style>
border-color css
<style>
span { border-color: #EF4802; }
span { border-color: rgb(239,72,2); }
td.TdClassName
{
border-color: #EF4802;
}
.TagClassName
{
border-color: #EF4802;
}
</style>