Shades of Orange Red #EF4502
Tints of Orange Red #EF4502
RGB
CMYK
RGB Variations
Color information
#EF4502 (or 0xEF4502) is known color: Orange Red. HEX triplet: EF, 45 and 02. RGB value is (239,69,2). Sum of RGB (Red+Green+Blue) = 239+69+2=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4502 is #10BAFD. Grayscale: #707070. Windows color (decimal): -1096446 or 148975. OLE color: 148975.
HSL color Cylindrical-coordinate representation of color #EF4502: hue angle of 16.96º 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 #EF4502 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.06 |
| HSL | 16.96º | 0.98% | 0.47% | - |
| HSV(B) | 16.96º | 0.99% | 0.94% | - |
| XYZ | 37.74 | 22.61 | 2.43 | - |
| YUV | 112.19 | 65.82 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 2 | 0 | 0.71 | 0.99 | 0.06 | 16.96 | 0.98 | 0.47 |
| Hex | EF | 45 | 2 | 0 | 47 | 63 | 6 | 11 | 62 | 2F |
| Octal | 357 | 105 | 2 | 0 | 107 | 143 | 6 | 21 | 142 | 57 |
| Binary | 11101111 | 1000101 | 10 | 0 | 1000111 | 1100011 | 110 | 10001 | 1100010 | 101111 |
Color Harmonies of #EF4502
Complementary color
Monochromatic Colors of #EF4502
Black with #EF4502
Text Example
Text Example
White with #EF4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4502; }
p { color: rgb(239,69,2); }
H1.HeaderClassName
{
color: #EF4502;
}
.AnyTagClassName
{
color: #EF4502;
}
</style>
background-color css
<style>
a { background-color: #EF4502; }
a { background-color: rgb(239,69,2); }
div.DivClassName
{
background-color: #EF4502;
}
.BgClassName
{
background-color: #EF4502;
}
</style>
border-color css
<style>
span { border-color: #EF4502; }
span { border-color: rgb(239,69,2); }
td.TdClassName
{
border-color: #EF4502;
}
.TagClassName
{
border-color: #EF4502;
}
</style>