Shades of Orange Red #EE3608
Tints of Orange Red #EE3608
RGB
CMYK
RGB Variations
Color information
#EE3608 (or 0xEE3608) is known color: Orange Red. HEX triplet: EE, 36 and 08. RGB value is (238,54,8). Sum of RGB (Red+Green+Blue) = 238+54+8=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3608 is #11C9F7. Grayscale: #686868. Windows color (decimal): -1165816 or 538350. OLE color: 538350.
HSL color Cylindrical-coordinate representation of color #EE3608: hue angle of 12º degrees, saturation: 0.93, 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 #EE3608 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 8 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.07 |
| HSL | 12º | 0.93% | 0.48% | - |
| HSV(B) | 12º | 0.97% | 0.93% | - |
| XYZ | 36.62 | 20.83 | 2.32 | - |
| YUV | 103.77 | 73.96 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 8 | 0 | 0.77 | 0.97 | 0.07 | 12 | 0.93 | 0.48 |
| Hex | EE | 36 | 8 | 0 | 4D | 61 | 7 | C | 5D | 30 |
| Octal | 356 | 66 | 10 | 0 | 115 | 141 | 7 | 14 | 135 | 60 |
| Binary | 11101110 | 110110 | 1000 | 0 | 1001101 | 1100001 | 111 | 1100 | 1011101 | 110000 |
Color Harmonies of #EE3608
Complementary color
Monochromatic Colors of #EE3608
Black with #EE3608
Text Example
Text Example
White with #EE3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3608; }
p { color: rgb(238,54,8); }
H1.HeaderClassName
{
color: #EE3608;
}
.AnyTagClassName
{
color: #EE3608;
}
</style>
background-color css
<style>
a { background-color: #EE3608; }
a { background-color: rgb(238,54,8); }
div.DivClassName
{
background-color: #EE3608;
}
.BgClassName
{
background-color: #EE3608;
}
</style>
border-color css
<style>
span { border-color: #EE3608; }
span { border-color: rgb(238,54,8); }
td.TdClassName
{
border-color: #EE3608;
}
.TagClassName
{
border-color: #EE3608;
}
</style>