Shades of Orange Red #EE470E
Tints of Orange Red #EE470E
RGB
CMYK
RGB Variations
Color information
#EE470E (or 0xEE470E) is known color: Orange Red. HEX triplet: EE, 47 and 0E. RGB value is (238,71,14). Sum of RGB (Red+Green+Blue) = 238+71+14=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE470E is #11B8F1. Grayscale: #727272. Windows color (decimal): -1161458 or 935918. OLE color: 935918.
HSL color Cylindrical-coordinate representation of color #EE470E: hue angle of 15.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE470E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 15.27º | 0.89% | 0.49% | - |
| HSV(B) | 15.27º | 0.94% | 0.93% | - |
| XYZ | 37.59 | 22.72 | 2.82 | - |
| YUV | 114.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 14 | 0 | 0.70 | 0.94 | 0.07 | 15.27 | 0.89 | 0.49 |
| Hex | EE | 47 | E | 0 | 46 | 5E | 7 | F | 59 | 31 |
| Octal | 356 | 107 | 16 | 0 | 106 | 136 | 7 | 17 | 131 | 61 |
| Binary | 11101110 | 1000111 | 1110 | 0 | 1000110 | 1011110 | 111 | 1111 | 1011001 | 110001 |
Color Harmonies of #EE470E
Complementary color
Monochromatic Colors of #EE470E
Black with #EE470E
Text Example
Text Example
White with #EE470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE470E; }
p { color: rgb(238,71,14); }
H1.HeaderClassName
{
color: #EE470E;
}
.AnyTagClassName
{
color: #EE470E;
}
</style>
background-color css
<style>
a { background-color: #EE470E; }
a { background-color: rgb(238,71,14); }
div.DivClassName
{
background-color: #EE470E;
}
.BgClassName
{
background-color: #EE470E;
}
</style>
border-color css
<style>
span { border-color: #EE470E; }
span { border-color: rgb(238,71,14); }
td.TdClassName
{
border-color: #EE470E;
}
.TagClassName
{
border-color: #EE470E;
}
</style>