Shades of Orange Red #EE3F0E
Tints of Orange Red #EE3F0E
RGB
CMYK
RGB Variations
Color information
#EE3F0E (or 0xEE3F0E) is known color: Orange Red. HEX triplet: EE, 3F and 0E. RGB value is (238,63,14). Sum of RGB (Red+Green+Blue) = 238+63+14=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F0E is #11C0F1. Grayscale: #6E6E6E. Windows color (decimal): -1163506 or 933870. OLE color: 933870.
HSL color Cylindrical-coordinate representation of color #EE3F0E: hue angle of 13.12º 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 #EE3F0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.07 |
| HSL | 13.13º | 0.89% | 0.49% | - |
| HSV(B) | 13.13º | 0.94% | 0.93% | - |
| XYZ | 37.12 | 21.76 | 2.66 | - |
| YUV | 109.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 14 | 0 | 0.74 | 0.94 | 0.07 | 13.13 | 0.89 | 0.49 |
| Hex | EE | 3F | E | 0 | 4A | 5E | 7 | D | 59 | 31 |
| Octal | 356 | 77 | 16 | 0 | 112 | 136 | 7 | 15 | 131 | 61 |
| Binary | 11101110 | 111111 | 1110 | 0 | 1001010 | 1011110 | 111 | 1101 | 1011001 | 110001 |
Color Harmonies of #EE3F0E
Complementary color
Monochromatic Colors of #EE3F0E
Black with #EE3F0E
Text Example
Text Example
White with #EE3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F0E; }
p { color: rgb(238,63,14); }
H1.HeaderClassName
{
color: #EE3F0E;
}
.AnyTagClassName
{
color: #EE3F0E;
}
</style>
background-color css
<style>
a { background-color: #EE3F0E; }
a { background-color: rgb(238,63,14); }
div.DivClassName
{
background-color: #EE3F0E;
}
.BgClassName
{
background-color: #EE3F0E;
}
</style>
border-color css
<style>
span { border-color: #EE3F0E; }
span { border-color: rgb(238,63,14); }
td.TdClassName
{
border-color: #EE3F0E;
}
.TagClassName
{
border-color: #EE3F0E;
}
</style>