Shades of Orange Red #EE420C
Tints of Orange Red #EE420C
RGB
CMYK
RGB Variations
Color information
#EE420C (or 0xEE420C) is known color: Orange Red. HEX triplet: EE, 42 and 0C. RGB value is (238,66,12). Sum of RGB (Red+Green+Blue) = 238+66+12=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE420C is #11BDF3. Grayscale: #6F6F6F. Windows color (decimal): -1162740 or 803566. OLE color: 803566.
HSL color Cylindrical-coordinate representation of color #EE420C: hue angle of 14.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE420C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.07 |
| HSL | 14.34º | 0.9% | 0.49% | - |
| HSV(B) | 14.34º | 0.95% | 0.93% | - |
| XYZ | 37.27 | 22.1 | 2.65 | - |
| YUV | 111.27 | 71.98 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 12 | 0 | 0.72 | 0.95 | 0.07 | 14.34 | 0.9 | 0.49 |
| Hex | EE | 42 | C | 0 | 48 | 5F | 7 | E | 5A | 31 |
| Octal | 356 | 102 | 14 | 0 | 110 | 137 | 7 | 16 | 132 | 61 |
| Binary | 11101110 | 1000010 | 1100 | 0 | 1001000 | 1011111 | 111 | 1110 | 1011010 | 110001 |
Color Harmonies of #EE420C
Complementary color
Monochromatic Colors of #EE420C
Black with #EE420C
Text Example
Text Example
White with #EE420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE420C; }
p { color: rgb(238,66,12); }
H1.HeaderClassName
{
color: #EE420C;
}
.AnyTagClassName
{
color: #EE420C;
}
</style>
background-color css
<style>
a { background-color: #EE420C; }
a { background-color: rgb(238,66,12); }
div.DivClassName
{
background-color: #EE420C;
}
.BgClassName
{
background-color: #EE420C;
}
</style>
border-color css
<style>
span { border-color: #EE420C; }
span { border-color: rgb(238,66,12); }
td.TdClassName
{
border-color: #EE420C;
}
.TagClassName
{
border-color: #EE420C;
}
</style>