Shades of Orange Red #EE3C00
Tints of Orange Red #EE3C00
RGB
CMYK
RGB Variations
Color information
#EE3C00 (or 0xEE3C00) is known color: Orange Red. HEX triplet: EE, 3C and 00. RGB value is (238,60,0). Sum of RGB (Red+Green+Blue) = 238+60+0=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3C00 is #11C3FF. Grayscale: #6A6A6A. Windows color (decimal): -1164288 or 15598. OLE color: 15598.
HSL color Cylindrical-coordinate representation of color #EE3C00: hue angle of 15.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 #EE3C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.07 |
| HSL | 15.13º | 1% | 0.47% | - |
| HSV(B) | 15.13º | 1% | 0.93% | - |
| XYZ | 36.88 | 21.41 | 2.19 | - |
| YUV | 106.38 | 67.97 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 0 | 0 | 0.75 | 1 | 0.07 | 15.13 | 1 | 0.47 |
| Hex | EE | 3C | 0 | 0 | 4B | 64 | 7 | F | 64 | 2F |
| Octal | 356 | 74 | 0 | 0 | 113 | 144 | 7 | 17 | 144 | 57 |
| Binary | 11101110 | 111100 | 0 | 0 | 1001011 | 1100100 | 111 | 1111 | 1100100 | 101111 |
Color Harmonies of #EE3C00
Complementary color
Monochromatic Colors of #EE3C00
Black with #EE3C00
Text Example
Text Example
White with #EE3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C00; }
p { color: rgb(238,60,0); }
H1.HeaderClassName
{
color: #EE3C00;
}
.AnyTagClassName
{
color: #EE3C00;
}
</style>
background-color css
<style>
a { background-color: #EE3C00; }
a { background-color: rgb(238,60,0); }
div.DivClassName
{
background-color: #EE3C00;
}
.BgClassName
{
background-color: #EE3C00;
}
</style>
border-color css
<style>
span { border-color: #EE3C00; }
span { border-color: rgb(238,60,0); }
td.TdClassName
{
border-color: #EE3C00;
}
.TagClassName
{
border-color: #EE3C00;
}
</style>