Shades of Orange Red #EE420A
Tints of Orange Red #EE420A
RGB
CMYK
RGB Variations
Color information
#EE420A (or 0xEE420A) is known color: Orange Red. HEX triplet: EE, 42 and 0A. RGB value is (238,66,10). Sum of RGB (Red+Green+Blue) = 238+66+10=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE420A is #11BDF5. Grayscale: #6F6F6F. Windows color (decimal): -1162742 or 672494. OLE color: 672494.
HSL color Cylindrical-coordinate representation of color #EE420A: hue angle of 14.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE420A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.07 |
| HSL | 14.74º | 0.92% | 0.49% | - |
| HSV(B) | 14.74º | 0.96% | 0.93% | - |
| XYZ | 37.26 | 22.1 | 2.59 | - |
| YUV | 111.04 | 70.98 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 10 | 0 | 0.72 | 0.96 | 0.07 | 14.74 | 0.92 | 0.49 |
| Hex | EE | 42 | A | 0 | 48 | 60 | 7 | F | 5C | 31 |
| Octal | 356 | 102 | 12 | 0 | 110 | 140 | 7 | 17 | 134 | 61 |
| Binary | 11101110 | 1000010 | 1010 | 0 | 1001000 | 1100000 | 111 | 1111 | 1011100 | 110001 |
Color Harmonies of #EE420A
Complementary color
Monochromatic Colors of #EE420A
Black with #EE420A
Text Example
Text Example
White with #EE420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE420A; }
p { color: rgb(238,66,10); }
H1.HeaderClassName
{
color: #EE420A;
}
.AnyTagClassName
{
color: #EE420A;
}
</style>
background-color css
<style>
a { background-color: #EE420A; }
a { background-color: rgb(238,66,10); }
div.DivClassName
{
background-color: #EE420A;
}
.BgClassName
{
background-color: #EE420A;
}
</style>
border-color css
<style>
span { border-color: #EE420A; }
span { border-color: rgb(238,66,10); }
td.TdClassName
{
border-color: #EE420A;
}
.TagClassName
{
border-color: #EE420A;
}
</style>