Shades of Orange Red #EE360B
Tints of Orange Red #EE360B
RGB
CMYK
RGB Variations
Color information
#EE360B (or 0xEE360B) is known color: Orange Red. HEX triplet: EE, 36 and 0B. RGB value is (238,54,11). Sum of RGB (Red+Green+Blue) = 238+54+11=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE360B is #11C9F4. Grayscale: #686868. Windows color (decimal): -1165813 or 734958. OLE color: 734958.
HSL color Cylindrical-coordinate representation of color #EE360B: hue angle of 11.37º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE360B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 11.37º | 0.91% | 0.49% | - |
| HSV(B) | 11.37º | 0.95% | 0.93% | - |
| XYZ | 36.64 | 20.84 | 2.41 | - |
| YUV | 104.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 11 | 0 | 0.77 | 0.95 | 0.07 | 11.37 | 0.91 | 0.49 |
| Hex | EE | 36 | B | 0 | 4D | 5F | 7 | B | 5B | 31 |
| Octal | 356 | 66 | 13 | 0 | 115 | 137 | 7 | 13 | 133 | 61 |
| Binary | 11101110 | 110110 | 1011 | 0 | 1001101 | 1011111 | 111 | 1011 | 1011011 | 110001 |
Color Harmonies of #EE360B
Complementary color
Monochromatic Colors of #EE360B
Black with #EE360B
Text Example
Text Example
White with #EE360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE360B; }
p { color: rgb(238,54,11); }
H1.HeaderClassName
{
color: #EE360B;
}
.AnyTagClassName
{
color: #EE360B;
}
</style>
background-color css
<style>
a { background-color: #EE360B; }
a { background-color: rgb(238,54,11); }
div.DivClassName
{
background-color: #EE360B;
}
.BgClassName
{
background-color: #EE360B;
}
</style>
border-color css
<style>
span { border-color: #EE360B; }
span { border-color: rgb(238,54,11); }
td.TdClassName
{
border-color: #EE360B;
}
.TagClassName
{
border-color: #EE360B;
}
</style>