Shades of Orange Red #EF430E
Tints of Orange Red #EF430E
RGB
CMYK
RGB Variations
Color information
#EF430E (or 0xEF430E) is known color: Orange Red. HEX triplet: EF, 43 and 0E. RGB value is (239,67,14). Sum of RGB (Red+Green+Blue) = 239+67+14=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF430E is #10BCF1. Grayscale: #707070. Windows color (decimal): -1096946 or 934895. OLE color: 934895.
HSL color Cylindrical-coordinate representation of color #EF430E: hue angle of 14.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF430E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.06 |
| HSL | 14.13º | 0.89% | 0.5% | - |
| HSV(B) | 14.13º | 0.94% | 0.94% | - |
| XYZ | 37.68 | 22.4 | 2.75 | - |
| YUV | 112.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 14 | 0 | 0.72 | 0.94 | 0.06 | 14.13 | 0.89 | 0.5 |
| Hex | EF | 43 | E | 0 | 48 | 5E | 6 | E | 59 | 32 |
| Octal | 357 | 103 | 16 | 0 | 110 | 136 | 6 | 16 | 131 | 62 |
| Binary | 11101111 | 1000011 | 1110 | 0 | 1001000 | 1011110 | 110 | 1110 | 1011001 | 110010 |
Color Harmonies of #EF430E
Complementary color
Monochromatic Colors of #EF430E
Black with #EF430E
Text Example
Text Example
White with #EF430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF430E; }
p { color: rgb(239,67,14); }
H1.HeaderClassName
{
color: #EF430E;
}
.AnyTagClassName
{
color: #EF430E;
}
</style>
background-color css
<style>
a { background-color: #EF430E; }
a { background-color: rgb(239,67,14); }
div.DivClassName
{
background-color: #EF430E;
}
.BgClassName
{
background-color: #EF430E;
}
</style>
border-color css
<style>
span { border-color: #EF430E; }
span { border-color: rgb(239,67,14); }
td.TdClassName
{
border-color: #EF430E;
}
.TagClassName
{
border-color: #EF430E;
}
</style>