Shades of Orange Red #EE4718
Tints of Orange Red #EE4718
RGB
CMYK
RGB Variations
Color information
#EE4718 (or 0xEE4718) is known color: Orange Red. HEX triplet: EE, 47 and 18. RGB value is (238,71,24). Sum of RGB (Red+Green+Blue) = 238+71+24=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4718 is #11B8E7. Grayscale: #737373. Windows color (decimal): -1161448 or 1591278. OLE color: 1591278.
HSL color Cylindrical-coordinate representation of color #EE4718: hue angle of 13.18º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE4718 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.07 |
| HSL | 13.18º | 0.86% | 0.51% | - |
| HSV(B) | 13.18º | 0.9% | 0.93% | - |
| XYZ | 37.68 | 22.75 | 3.27 | - |
| YUV | 115.58 | 76.33 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 24 | 0 | 0.70 | 0.90 | 0.07 | 13.18 | 0.86 | 0.51 |
| Hex | EE | 47 | 18 | 0 | 46 | 5A | 7 | D | 56 | 33 |
| Octal | 356 | 107 | 30 | 0 | 106 | 132 | 7 | 15 | 126 | 63 |
| Binary | 11101110 | 1000111 | 11000 | 0 | 1000110 | 1011010 | 111 | 1101 | 1010110 | 110011 |
Color Harmonies of #EE4718
Complementary color
Monochromatic Colors of #EE4718
Black with #EE4718
Text Example
Text Example
White with #EE4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4718; }
p { color: rgb(238,71,24); }
H1.HeaderClassName
{
color: #EE4718;
}
.AnyTagClassName
{
color: #EE4718;
}
</style>
background-color css
<style>
a { background-color: #EE4718; }
a { background-color: rgb(238,71,24); }
div.DivClassName
{
background-color: #EE4718;
}
.BgClassName
{
background-color: #EE4718;
}
</style>
border-color css
<style>
span { border-color: #EE4718; }
span { border-color: rgb(238,71,24); }
td.TdClassName
{
border-color: #EE4718;
}
.TagClassName
{
border-color: #EE4718;
}
</style>