Shades of Orange Red #EF4204
Tints of Orange Red #EF4204
RGB
CMYK
RGB Variations
Color information
#EF4204 (or 0xEF4204) is known color: Orange Red. HEX triplet: EF, 42 and 04. RGB value is (239,66,4). Sum of RGB (Red+Green+Blue) = 239+66+4=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4204 is #10BDFB. Grayscale: #6F6F6F. Windows color (decimal): -1097212 or 279279. OLE color: 279279.
HSL color Cylindrical-coordinate representation of color #EF4204: hue angle of 15.83º degrees, saturation: 0.97, 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 #EF4204 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.06 |
| HSL | 15.83º | 0.97% | 0.48% | - |
| HSV(B) | 15.83º | 0.98% | 0.94% | - |
| XYZ | 37.57 | 22.26 | 2.43 | - |
| YUV | 110.66 | 67.81 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 4 | 0 | 0.72 | 0.98 | 0.06 | 15.83 | 0.97 | 0.48 |
| Hex | EF | 42 | 4 | 0 | 48 | 62 | 6 | 10 | 61 | 30 |
| Octal | 357 | 102 | 4 | 0 | 110 | 142 | 6 | 20 | 141 | 60 |
| Binary | 11101111 | 1000010 | 100 | 0 | 1001000 | 1100010 | 110 | 10000 | 1100001 | 110000 |
Color Harmonies of #EF4204
Complementary color
Monochromatic Colors of #EF4204
Black with #EF4204
Text Example
Text Example
White with #EF4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4204; }
p { color: rgb(239,66,4); }
H1.HeaderClassName
{
color: #EF4204;
}
.AnyTagClassName
{
color: #EF4204;
}
</style>
background-color css
<style>
a { background-color: #EF4204; }
a { background-color: rgb(239,66,4); }
div.DivClassName
{
background-color: #EF4204;
}
.BgClassName
{
background-color: #EF4204;
}
</style>
border-color css
<style>
span { border-color: #EF4204; }
span { border-color: rgb(239,66,4); }
td.TdClassName
{
border-color: #EF4204;
}
.TagClassName
{
border-color: #EF4204;
}
</style>