Shades of Orange Red #EF4308
Tints of Orange Red #EF4308
RGB
CMYK
RGB Variations
Color information
#EF4308 (or 0xEF4308) is known color: Orange Red. HEX triplet: EF, 43 and 08. RGB value is (239,67,8). Sum of RGB (Red+Green+Blue) = 239+67+8=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4308 is #10BCF7. Grayscale: #707070. Windows color (decimal): -1096952 or 541679. OLE color: 541679.
HSL color Cylindrical-coordinate representation of color #EF4308: hue angle of 15.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4308 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 8 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.06 |
| HSL | 15.32º | 0.94% | 0.48% | - |
| HSV(B) | 15.32º | 0.97% | 0.94% | - |
| XYZ | 37.65 | 22.38 | 2.57 | - |
| YUV | 111.7 | 69.48 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 8 | 0 | 0.72 | 0.97 | 0.06 | 15.32 | 0.94 | 0.48 |
| Hex | EF | 43 | 8 | 0 | 48 | 61 | 6 | F | 5E | 30 |
| Octal | 357 | 103 | 10 | 0 | 110 | 141 | 6 | 17 | 136 | 60 |
| Binary | 11101111 | 1000011 | 1000 | 0 | 1001000 | 1100001 | 110 | 1111 | 1011110 | 110000 |
Color Harmonies of #EF4308
Complementary color
Monochromatic Colors of #EF4308
Black with #EF4308
Text Example
Text Example
White with #EF4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4308; }
p { color: rgb(239,67,8); }
H1.HeaderClassName
{
color: #EF4308;
}
.AnyTagClassName
{
color: #EF4308;
}
</style>
background-color css
<style>
a { background-color: #EF4308; }
a { background-color: rgb(239,67,8); }
div.DivClassName
{
background-color: #EF4308;
}
.BgClassName
{
background-color: #EF4308;
}
</style>
border-color css
<style>
span { border-color: #EF4308; }
span { border-color: rgb(239,67,8); }
td.TdClassName
{
border-color: #EF4308;
}
.TagClassName
{
border-color: #EF4308;
}
</style>