Shades of Orange Red #EE490F
Tints of Orange Red #EE490F
RGB
CMYK
RGB Variations
Color information
#EE490F (or 0xEE490F) is known color: Orange Red. HEX triplet: EE, 49 and 0F. RGB value is (238,73,15). Sum of RGB (Red+Green+Blue) = 238+73+15=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE490F is #11B6F0. Grayscale: #747474. Windows color (decimal): -1160945 or 1001966. OLE color: 1001966.
HSL color Cylindrical-coordinate representation of color #EE490F: hue angle of 15.61º 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 #EE490F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.07 |
| HSL | 15.61º | 0.88% | 0.5% | - |
| HSV(B) | 15.61º | 0.94% | 0.93% | - |
| XYZ | 37.73 | 22.98 | 2.9 | - |
| YUV | 115.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 15 | 0 | 0.69 | 0.94 | 0.07 | 15.61 | 0.88 | 0.5 |
| Hex | EE | 49 | F | 0 | 45 | 5E | 7 | 10 | 58 | 32 |
| Octal | 356 | 111 | 17 | 0 | 105 | 136 | 7 | 20 | 130 | 62 |
| Binary | 11101110 | 1001001 | 1111 | 0 | 1000101 | 1011110 | 111 | 10000 | 1011000 | 110010 |
Color Harmonies of #EE490F
Complementary color
Monochromatic Colors of #EE490F
Black with #EE490F
Text Example
Text Example
White with #EE490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE490F; }
p { color: rgb(238,73,15); }
H1.HeaderClassName
{
color: #EE490F;
}
.AnyTagClassName
{
color: #EE490F;
}
</style>
background-color css
<style>
a { background-color: #EE490F; }
a { background-color: rgb(238,73,15); }
div.DivClassName
{
background-color: #EE490F;
}
.BgClassName
{
background-color: #EE490F;
}
</style>
border-color css
<style>
span { border-color: #EE490F; }
span { border-color: rgb(238,73,15); }
td.TdClassName
{
border-color: #EE490F;
}
.TagClassName
{
border-color: #EE490F;
}
</style>