Shades of Orange Red #EE4009
Tints of Orange Red #EE4009
RGB
CMYK
RGB Variations
Color information
#EE4009 (or 0xEE4009) is known color: Orange Red. HEX triplet: EE, 40 and 09. RGB value is (238,64,9). Sum of RGB (Red+Green+Blue) = 238+64+9=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4009 is #11BFF6. Grayscale: #6E6E6E. Windows color (decimal): -1163255 or 606446. OLE color: 606446.
HSL color Cylindrical-coordinate representation of color #EE4009: hue angle of 14.41º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE4009 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 9 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.07 |
| HSL | 14.41º | 0.93% | 0.48% | - |
| HSV(B) | 14.41º | 0.96% | 0.93% | - |
| XYZ | 37.14 | 21.86 | 2.52 | - |
| YUV | 109.76 | 71.15 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 9 | 0 | 0.73 | 0.96 | 0.07 | 14.41 | 0.93 | 0.48 |
| Hex | EE | 40 | 9 | 0 | 49 | 60 | 7 | E | 5D | 30 |
| Octal | 356 | 100 | 11 | 0 | 111 | 140 | 7 | 16 | 135 | 60 |
| Binary | 11101110 | 1000000 | 1001 | 0 | 1001001 | 1100000 | 111 | 1110 | 1011101 | 110000 |
Color Harmonies of #EE4009
Complementary color
Monochromatic Colors of #EE4009
Black with #EE4009
Text Example
Text Example
White with #EE4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4009; }
p { color: rgb(238,64,9); }
H1.HeaderClassName
{
color: #EE4009;
}
.AnyTagClassName
{
color: #EE4009;
}
</style>
background-color css
<style>
a { background-color: #EE4009; }
a { background-color: rgb(238,64,9); }
div.DivClassName
{
background-color: #EE4009;
}
.BgClassName
{
background-color: #EE4009;
}
</style>
border-color css
<style>
span { border-color: #EE4009; }
span { border-color: rgb(238,64,9); }
td.TdClassName
{
border-color: #EE4009;
}
.TagClassName
{
border-color: #EE4009;
}
</style>