Shades of Orange Red #EE4206
Tints of Orange Red #EE4206
RGB
CMYK
RGB Variations
Color information
#EE4206 (or 0xEE4206) is known color: Orange Red. HEX triplet: EE, 42 and 06. RGB value is (238,66,6). Sum of RGB (Red+Green+Blue) = 238+66+6=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4206 is #11BDF9. Grayscale: #6E6E6E. Windows color (decimal): -1162746 or 410350. OLE color: 410350.
HSL color Cylindrical-coordinate representation of color #EE4206: hue angle of 15.52º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE4206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.07 |
| HSL | 15.52º | 0.95% | 0.48% | - |
| HSV(B) | 15.52º | 0.97% | 0.93% | - |
| XYZ | 37.24 | 22.09 | 2.47 | - |
| YUV | 110.59 | 68.98 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 6 | 0 | 0.72 | 0.97 | 0.07 | 15.52 | 0.95 | 0.48 |
| Hex | EE | 42 | 6 | 0 | 48 | 61 | 7 | 10 | 5F | 30 |
| Octal | 356 | 102 | 6 | 0 | 110 | 141 | 7 | 20 | 137 | 60 |
| Binary | 11101110 | 1000010 | 110 | 0 | 1001000 | 1100001 | 111 | 10000 | 1011111 | 110000 |
Color Harmonies of #EE4206
Complementary color
Monochromatic Colors of #EE4206
Black with #EE4206
Text Example
Text Example
White with #EE4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4206; }
p { color: rgb(238,66,6); }
H1.HeaderClassName
{
color: #EE4206;
}
.AnyTagClassName
{
color: #EE4206;
}
</style>
background-color css
<style>
a { background-color: #EE4206; }
a { background-color: rgb(238,66,6); }
div.DivClassName
{
background-color: #EE4206;
}
.BgClassName
{
background-color: #EE4206;
}
</style>
border-color css
<style>
span { border-color: #EE4206; }
span { border-color: rgb(238,66,6); }
td.TdClassName
{
border-color: #EE4206;
}
.TagClassName
{
border-color: #EE4206;
}
</style>