Shades of Orange Red #EE4000
Tints of Orange Red #EE4000
RGB
CMYK
RGB Variations
Color information
#EE4000 (or 0xEE4000) is known color: Orange Red. HEX triplet: EE, 40 and 00. RGB value is (238,64,0). Sum of RGB (Red+Green+Blue) = 238+64+0=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4000 is #11BFFF. Grayscale: #6D6D6D. Windows color (decimal): -1163264 or 16622. OLE color: 16622.
HSL color Cylindrical-coordinate representation of color #EE4000: hue angle of 16.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.07 |
| HSL | 16.13º | 1% | 0.47% | - |
| HSV(B) | 16.13º | 1% | 0.93% | - |
| XYZ | 37.09 | 21.84 | 2.26 | - |
| YUV | 108.73 | 66.65 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 0 | 0 | 0.73 | 1 | 0.07 | 16.13 | 1 | 0.47 |
| Hex | EE | 40 | 0 | 0 | 49 | 64 | 7 | 10 | 64 | 2F |
| Octal | 356 | 100 | 0 | 0 | 111 | 144 | 7 | 20 | 144 | 57 |
| Binary | 11101110 | 1000000 | 0 | 0 | 1001001 | 1100100 | 111 | 10000 | 1100100 | 101111 |
Color Harmonies of #EE4000
Complementary color
Monochromatic Colors of #EE4000
Black with #EE4000
Text Example
Text Example
White with #EE4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4000; }
p { color: rgb(238,64,0); }
H1.HeaderClassName
{
color: #EE4000;
}
.AnyTagClassName
{
color: #EE4000;
}
</style>
background-color css
<style>
a { background-color: #EE4000; }
a { background-color: rgb(238,64,0); }
div.DivClassName
{
background-color: #EE4000;
}
.BgClassName
{
background-color: #EE4000;
}
</style>
border-color css
<style>
span { border-color: #EE4000; }
span { border-color: rgb(238,64,0); }
td.TdClassName
{
border-color: #EE4000;
}
.TagClassName
{
border-color: #EE4000;
}
</style>