Shades of Orange Red #EE470A
Tints of Orange Red #EE470A
RGB
CMYK
RGB Variations
Color information
#EE470A (or 0xEE470A) is known color: Orange Red. HEX triplet: EE, 47 and 0A. RGB value is (238,71,10). Sum of RGB (Red+Green+Blue) = 238+71+10=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE470A is #11B8F5. Grayscale: #727272. Windows color (decimal): -1161462 or 673774. OLE color: 673774.
HSL color Cylindrical-coordinate representation of color #EE470A: hue angle of 16.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE470A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.07 |
| HSL | 16.05º | 0.92% | 0.49% | - |
| HSV(B) | 16.05º | 0.96% | 0.93% | - |
| XYZ | 37.57 | 22.71 | 2.69 | - |
| YUV | 113.98 | 69.33 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 10 | 0 | 0.70 | 0.96 | 0.07 | 16.05 | 0.92 | 0.49 |
| Hex | EE | 47 | A | 0 | 46 | 60 | 7 | 10 | 5C | 31 |
| Octal | 356 | 107 | 12 | 0 | 106 | 140 | 7 | 20 | 134 | 61 |
| Binary | 11101110 | 1000111 | 1010 | 0 | 1000110 | 1100000 | 111 | 10000 | 1011100 | 110001 |
Color Harmonies of #EE470A
Complementary color
Monochromatic Colors of #EE470A
Black with #EE470A
Text Example
Text Example
White with #EE470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE470A; }
p { color: rgb(238,71,10); }
H1.HeaderClassName
{
color: #EE470A;
}
.AnyTagClassName
{
color: #EE470A;
}
</style>
background-color css
<style>
a { background-color: #EE470A; }
a { background-color: rgb(238,71,10); }
div.DivClassName
{
background-color: #EE470A;
}
.BgClassName
{
background-color: #EE470A;
}
</style>
border-color css
<style>
span { border-color: #EE470A; }
span { border-color: rgb(238,71,10); }
td.TdClassName
{
border-color: #EE470A;
}
.TagClassName
{
border-color: #EE470A;
}
</style>