Shades of Orange Red #EE470F
Tints of Orange Red #EE470F
RGB
CMYK
RGB Variations
Color information
#EE470F (or 0xEE470F) is known color: Orange Red. HEX triplet: EE, 47 and 0F. RGB value is (238,71,15). Sum of RGB (Red+Green+Blue) = 238+71+15=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE470F is #11B8F0. Grayscale: #727272. Windows color (decimal): -1161457 or 1001454. OLE color: 1001454.
HSL color Cylindrical-coordinate representation of color #EE470F: hue angle of 15.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE470F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 15.07º | 0.88% | 0.5% | - |
| HSV(B) | 15.07º | 0.94% | 0.93% | - |
| XYZ | 37.6 | 22.72 | 2.86 | - |
| YUV | 114.55 | 71.83 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 15 | 0 | 0.70 | 0.94 | 0.07 | 15.07 | 0.88 | 0.5 |
| Hex | EE | 47 | F | 0 | 46 | 5E | 7 | F | 58 | 32 |
| Octal | 356 | 107 | 17 | 0 | 106 | 136 | 7 | 17 | 130 | 62 |
| Binary | 11101110 | 1000111 | 1111 | 0 | 1000110 | 1011110 | 111 | 1111 | 1011000 | 110010 |
Color Harmonies of #EE470F
Complementary color
Monochromatic Colors of #EE470F
Black with #EE470F
Text Example
Text Example
White with #EE470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE470F; }
p { color: rgb(238,71,15); }
H1.HeaderClassName
{
color: #EE470F;
}
.AnyTagClassName
{
color: #EE470F;
}
</style>
background-color css
<style>
a { background-color: #EE470F; }
a { background-color: rgb(238,71,15); }
div.DivClassName
{
background-color: #EE470F;
}
.BgClassName
{
background-color: #EE470F;
}
</style>
border-color css
<style>
span { border-color: #EE470F; }
span { border-color: rgb(238,71,15); }
td.TdClassName
{
border-color: #EE470F;
}
.TagClassName
{
border-color: #EE470F;
}
</style>