Shades of Orange Red #EE4A16
Tints of Orange Red #EE4A16
RGB
CMYK
RGB Variations
Color information
#EE4A16 (or 0xEE4A16) is known color: Orange Red. HEX triplet: EE, 4A and 16. RGB value is (238,74,22). Sum of RGB (Red+Green+Blue) = 238+74+22=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A16 is #11B5E9. Grayscale: #757575. Windows color (decimal): -1160682 or 1460974. OLE color: 1460974.
HSL color Cylindrical-coordinate representation of color #EE4A16: hue angle of 14.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE4A16 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.07 |
| HSL | 14.44º | 0.86% | 0.51% | - |
| HSV(B) | 14.44º | 0.91% | 0.93% | - |
| XYZ | 37.85 | 23.13 | 3.23 | - |
| YUV | 117.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 22 | 0 | 0.69 | 0.91 | 0.07 | 14.44 | 0.86 | 0.51 |
| Hex | EE | 4A | 16 | 0 | 45 | 5B | 7 | E | 56 | 33 |
| Octal | 356 | 112 | 26 | 0 | 105 | 133 | 7 | 16 | 126 | 63 |
| Binary | 11101110 | 1001010 | 10110 | 0 | 1000101 | 1011011 | 111 | 1110 | 1010110 | 110011 |
Color Harmonies of #EE4A16
Complementary color
Monochromatic Colors of #EE4A16
Black with #EE4A16
Text Example
Text Example
White with #EE4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A16; }
p { color: rgb(238,74,22); }
H1.HeaderClassName
{
color: #EE4A16;
}
.AnyTagClassName
{
color: #EE4A16;
}
</style>
background-color css
<style>
a { background-color: #EE4A16; }
a { background-color: rgb(238,74,22); }
div.DivClassName
{
background-color: #EE4A16;
}
.BgClassName
{
background-color: #EE4A16;
}
</style>
border-color css
<style>
span { border-color: #EE4A16; }
span { border-color: rgb(238,74,22); }
td.TdClassName
{
border-color: #EE4A16;
}
.TagClassName
{
border-color: #EE4A16;
}
</style>