Shades of Orange Red #EE3808
Tints of Orange Red #EE3808
RGB
CMYK
RGB Variations
Color information
#EE3808 (or 0xEE3808) is known color: Orange Red. HEX triplet: EE, 38 and 08. RGB value is (238,56,8). Sum of RGB (Red+Green+Blue) = 238+56+8=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3808 is #11C7F7. Grayscale: #696969. Windows color (decimal): -1165304 or 538862. OLE color: 538862.
HSL color Cylindrical-coordinate representation of color #EE3808: hue angle of 12.52º 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 #EE3808 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.07 |
| HSL | 12.52º | 0.93% | 0.48% | - |
| HSV(B) | 12.52º | 0.97% | 0.93% | - |
| XYZ | 36.72 | 21.02 | 2.35 | - |
| YUV | 104.95 | 73.3 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 8 | 0 | 0.76 | 0.97 | 0.07 | 12.52 | 0.93 | 0.48 |
| Hex | EE | 38 | 8 | 0 | 4C | 61 | 7 | D | 5D | 30 |
| Octal | 356 | 70 | 10 | 0 | 114 | 141 | 7 | 15 | 135 | 60 |
| Binary | 11101110 | 111000 | 1000 | 0 | 1001100 | 1100001 | 111 | 1101 | 1011101 | 110000 |
Color Harmonies of #EE3808
Complementary color
Monochromatic Colors of #EE3808
Black with #EE3808
Text Example
Text Example
White with #EE3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3808; }
p { color: rgb(238,56,8); }
H1.HeaderClassName
{
color: #EE3808;
}
.AnyTagClassName
{
color: #EE3808;
}
</style>
background-color css
<style>
a { background-color: #EE3808; }
a { background-color: rgb(238,56,8); }
div.DivClassName
{
background-color: #EE3808;
}
.BgClassName
{
background-color: #EE3808;
}
</style>
border-color css
<style>
span { border-color: #EE3808; }
span { border-color: rgb(238,56,8); }
td.TdClassName
{
border-color: #EE3808;
}
.TagClassName
{
border-color: #EE3808;
}
</style>