Shades of Orange Red #EE3A09
Tints of Orange Red #EE3A09
RGB
CMYK
RGB Variations
Color information
#EE3A09 (or 0xEE3A09) is known color: Orange Red. HEX triplet: EE, 3A and 09. RGB value is (238,58,9). Sum of RGB (Red+Green+Blue) = 238+58+9=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3A09 is #11C5F6. Grayscale: #6A6A6A. Windows color (decimal): -1164791 or 604910. OLE color: 604910.
HSL color Cylindrical-coordinate representation of color #EE3A09: hue angle of 12.84º 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 #EE3A09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.84º | 0.93% | 0.48% | - |
| HSV(B) | 12.84º | 0.96% | 0.93% | - |
| XYZ | 36.82 | 21.22 | 2.41 | - |
| YUV | 106.23 | 73.13 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 9 | 0 | 0.76 | 0.96 | 0.07 | 12.84 | 0.93 | 0.48 |
| Hex | EE | 3A | 9 | 0 | 4C | 60 | 7 | D | 5D | 30 |
| Octal | 356 | 72 | 11 | 0 | 114 | 140 | 7 | 15 | 135 | 60 |
| Binary | 11101110 | 111010 | 1001 | 0 | 1001100 | 1100000 | 111 | 1101 | 1011101 | 110000 |
Color Harmonies of #EE3A09
Complementary color
Monochromatic Colors of #EE3A09
Black with #EE3A09
Text Example
Text Example
White with #EE3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A09; }
p { color: rgb(238,58,9); }
H1.HeaderClassName
{
color: #EE3A09;
}
.AnyTagClassName
{
color: #EE3A09;
}
</style>
background-color css
<style>
a { background-color: #EE3A09; }
a { background-color: rgb(238,58,9); }
div.DivClassName
{
background-color: #EE3A09;
}
.BgClassName
{
background-color: #EE3A09;
}
</style>
border-color css
<style>
span { border-color: #EE3A09; }
span { border-color: rgb(238,58,9); }
td.TdClassName
{
border-color: #EE3A09;
}
.TagClassName
{
border-color: #EE3A09;
}
</style>