Shades of Orange Red #EE400E
Tints of Orange Red #EE400E
RGB
CMYK
RGB Variations
Color information
#EE400E (or 0xEE400E) is known color: Orange Red. HEX triplet: EE, 40 and 0E. RGB value is (238,64,14). Sum of RGB (Red+Green+Blue) = 238+64+14=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE400E is #11BFF1. Grayscale: #6E6E6E. Windows color (decimal): -1163250 or 934126. OLE color: 934126.
HSL color Cylindrical-coordinate representation of color #EE400E: hue angle of 13.39º 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 #EE400E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.07 |
| HSL | 13.39º | 0.89% | 0.49% | - |
| HSV(B) | 13.39º | 0.94% | 0.93% | - |
| XYZ | 37.17 | 21.88 | 2.68 | - |
| YUV | 110.33 | 73.65 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 14 | 0 | 0.73 | 0.94 | 0.07 | 13.39 | 0.89 | 0.49 |
| Hex | EE | 40 | E | 0 | 49 | 5E | 7 | D | 59 | 31 |
| Octal | 356 | 100 | 16 | 0 | 111 | 136 | 7 | 15 | 131 | 61 |
| Binary | 11101110 | 1000000 | 1110 | 0 | 1001001 | 1011110 | 111 | 1101 | 1011001 | 110001 |
Color Harmonies of #EE400E
Complementary color
Monochromatic Colors of #EE400E
Black with #EE400E
Text Example
Text Example
White with #EE400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE400E; }
p { color: rgb(238,64,14); }
H1.HeaderClassName
{
color: #EE400E;
}
.AnyTagClassName
{
color: #EE400E;
}
</style>
background-color css
<style>
a { background-color: #EE400E; }
a { background-color: rgb(238,64,14); }
div.DivClassName
{
background-color: #EE400E;
}
.BgClassName
{
background-color: #EE400E;
}
</style>
border-color css
<style>
span { border-color: #EE400E; }
span { border-color: rgb(238,64,14); }
td.TdClassName
{
border-color: #EE400E;
}
.TagClassName
{
border-color: #EE400E;
}
</style>