Shades of Orange Red #EF4505
Tints of Orange Red #EF4505
RGB
CMYK
RGB Variations
Color information
#EF4505 (or 0xEF4505) is known color: Orange Red. HEX triplet: EF, 45 and 05. RGB value is (239,69,5). Sum of RGB (Red+Green+Blue) = 239+69+5=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4505 is #10BAFA. Grayscale: #707070. Windows color (decimal): -1096443 or 345583. OLE color: 345583.
HSL color Cylindrical-coordinate representation of color #EF4505: hue angle of 16.41º 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 #EF4505 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.06 |
| HSL | 16.41º | 0.96% | 0.48% | - |
| HSV(B) | 16.41º | 0.98% | 0.94% | - |
| XYZ | 37.75 | 22.62 | 2.52 | - |
| YUV | 112.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 5 | 0 | 0.71 | 0.98 | 0.06 | 16.41 | 0.96 | 0.48 |
| Hex | EF | 45 | 5 | 0 | 47 | 62 | 6 | 10 | 60 | 30 |
| Octal | 357 | 105 | 5 | 0 | 107 | 142 | 6 | 20 | 140 | 60 |
| Binary | 11101111 | 1000101 | 101 | 0 | 1000111 | 1100010 | 110 | 10000 | 1100000 | 110000 |
Color Harmonies of #EF4505
Complementary color
Monochromatic Colors of #EF4505
Black with #EF4505
Text Example
Text Example
White with #EF4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4505; }
p { color: rgb(239,69,5); }
H1.HeaderClassName
{
color: #EF4505;
}
.AnyTagClassName
{
color: #EF4505;
}
</style>
background-color css
<style>
a { background-color: #EF4505; }
a { background-color: rgb(239,69,5); }
div.DivClassName
{
background-color: #EF4505;
}
.BgClassName
{
background-color: #EF4505;
}
</style>
border-color css
<style>
span { border-color: #EF4505; }
span { border-color: rgb(239,69,5); }
td.TdClassName
{
border-color: #EF4505;
}
.TagClassName
{
border-color: #EF4505;
}
</style>