Shades of Orange Red #EF4800
Tints of Orange Red #EF4800
RGB
CMYK
RGB Variations
Color information
#EF4800 (or 0xEF4800) is known color: Orange Red. HEX triplet: EF, 48 and 00. RGB value is (239,72,0). Sum of RGB (Red+Green+Blue) = 239+72+0=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4800 is #10B7FF. Grayscale: #727272. Windows color (decimal): -1095680 or 18671. OLE color: 18671.
HSL color Cylindrical-coordinate representation of color #EF4800: hue angle of 18.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF4800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.06 |
| HSL | 18.08º | 1% | 0.47% | - |
| HSV(B) | 18.08º | 1% | 0.94% | - |
| XYZ | 37.91 | 22.99 | 2.44 | - |
| YUV | 113.73 | 63.83 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 0 | 0 | 0.70 | 1 | 0.06 | 18.08 | 1 | 0.47 |
| Hex | EF | 48 | 0 | 0 | 46 | 64 | 6 | 12 | 64 | 2F |
| Octal | 357 | 110 | 0 | 0 | 106 | 144 | 6 | 22 | 144 | 57 |
| Binary | 11101111 | 1001000 | 0 | 0 | 1000110 | 1100100 | 110 | 10010 | 1100100 | 101111 |
Color Harmonies of #EF4800
Complementary color
Monochromatic Colors of #EF4800
Black with #EF4800
Text Example
Text Example
White with #EF4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4800; }
p { color: rgb(239,72,0); }
H1.HeaderClassName
{
color: #EF4800;
}
.AnyTagClassName
{
color: #EF4800;
}
</style>
background-color css
<style>
a { background-color: #EF4800; }
a { background-color: rgb(239,72,0); }
div.DivClassName
{
background-color: #EF4800;
}
.BgClassName
{
background-color: #EF4800;
}
</style>
border-color css
<style>
span { border-color: #EF4800; }
span { border-color: rgb(239,72,0); }
td.TdClassName
{
border-color: #EF4800;
}
.TagClassName
{
border-color: #EF4800;
}
</style>