Shades of Orange Red #EE3C0E
Tints of Orange Red #EE3C0E
RGB
CMYK
RGB Variations
Color information
#EE3C0E (or 0xEE3C0E) is known color: Orange Red. HEX triplet: EE, 3C and 0E. RGB value is (238,60,14). Sum of RGB (Red+Green+Blue) = 238+60+14=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3C0E is #11C3F1. Grayscale: #6C6C6C. Windows color (decimal): -1164274 or 933102. OLE color: 933102.
HSL color Cylindrical-coordinate representation of color #EE3C0E: hue angle of 12.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE3C0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.07 |
| HSL | 12.32º | 0.89% | 0.49% | - |
| HSV(B) | 12.32º | 0.94% | 0.93% | - |
| XYZ | 36.96 | 21.44 | 2.61 | - |
| YUV | 107.98 | 74.97 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 14 | 0 | 0.75 | 0.94 | 0.07 | 12.32 | 0.89 | 0.49 |
| Hex | EE | 3C | E | 0 | 4B | 5E | 7 | C | 59 | 31 |
| Octal | 356 | 74 | 16 | 0 | 113 | 136 | 7 | 14 | 131 | 61 |
| Binary | 11101110 | 111100 | 1110 | 0 | 1001011 | 1011110 | 111 | 1100 | 1011001 | 110001 |
Color Harmonies of #EE3C0E
Complementary color
Monochromatic Colors of #EE3C0E
Black with #EE3C0E
Text Example
Text Example
White with #EE3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C0E; }
p { color: rgb(238,60,14); }
H1.HeaderClassName
{
color: #EE3C0E;
}
.AnyTagClassName
{
color: #EE3C0E;
}
</style>
background-color css
<style>
a { background-color: #EE3C0E; }
a { background-color: rgb(238,60,14); }
div.DivClassName
{
background-color: #EE3C0E;
}
.BgClassName
{
background-color: #EE3C0E;
}
</style>
border-color css
<style>
span { border-color: #EE3C0E; }
span { border-color: rgb(238,60,14); }
td.TdClassName
{
border-color: #EE3C0E;
}
.TagClassName
{
border-color: #EE3C0E;
}
</style>