Shades of Orange Red #EF3E04
Tints of Orange Red #EF3E04
RGB
CMYK
RGB Variations
Color information
#EF3E04 (or 0xEF3E04) is known color: Orange Red. HEX triplet: EF, 3E and 04. RGB value is (239,62,4). Sum of RGB (Red+Green+Blue) = 239+62+4=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3E04 is #10C1FB. Grayscale: #6C6C6C. Windows color (decimal): -1098236 or 278255. OLE color: 278255.
HSL color Cylindrical-coordinate representation of color #EF3E04: hue angle of 14.81º 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 #EF3E04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.06 |
| HSL | 14.81º | 0.97% | 0.48% | - |
| HSV(B) | 14.81º | 0.98% | 0.94% | - |
| XYZ | 37.34 | 21.8 | 2.36 | - |
| YUV | 108.31 | 69.14 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 4 | 0 | 0.74 | 0.98 | 0.06 | 14.81 | 0.97 | 0.48 |
| Hex | EF | 3E | 4 | 0 | 4A | 62 | 6 | F | 61 | 30 |
| Octal | 357 | 76 | 4 | 0 | 112 | 142 | 6 | 17 | 141 | 60 |
| Binary | 11101111 | 111110 | 100 | 0 | 1001010 | 1100010 | 110 | 1111 | 1100001 | 110000 |
Color Harmonies of #EF3E04
Complementary color
Monochromatic Colors of #EF3E04
Black with #EF3E04
Text Example
Text Example
White with #EF3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3E04; }
p { color: rgb(239,62,4); }
H1.HeaderClassName
{
color: #EF3E04;
}
.AnyTagClassName
{
color: #EF3E04;
}
</style>
background-color css
<style>
a { background-color: #EF3E04; }
a { background-color: rgb(239,62,4); }
div.DivClassName
{
background-color: #EF3E04;
}
.BgClassName
{
background-color: #EF3E04;
}
</style>
border-color css
<style>
span { border-color: #EF3E04; }
span { border-color: rgb(239,62,4); }
td.TdClassName
{
border-color: #EF3E04;
}
.TagClassName
{
border-color: #EF3E04;
}
</style>