Shades of Orange Red #EE450C
Tints of Orange Red #EE450C
RGB
CMYK
RGB Variations
Color information
#EE450C (or 0xEE450C) is known color: Orange Red. HEX triplet: EE, 45 and 0C. RGB value is (238,69,12). Sum of RGB (Red+Green+Blue) = 238+69+12=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE450C is #11BAF3. Grayscale: #717171. Windows color (decimal): -1161972 or 804334. OLE color: 804334.
HSL color Cylindrical-coordinate representation of color #EE450C: hue angle of 15.13º degrees, saturation: 0.9, 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 #EE450C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 15.13º | 0.9% | 0.49% | - |
| HSV(B) | 15.13º | 0.95% | 0.93% | - |
| XYZ | 37.45 | 22.46 | 2.71 | - |
| YUV | 113.03 | 70.99 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 12 | 0 | 0.71 | 0.95 | 0.07 | 15.13 | 0.9 | 0.49 |
| Hex | EE | 45 | C | 0 | 47 | 5F | 7 | F | 5A | 31 |
| Octal | 356 | 105 | 14 | 0 | 107 | 137 | 7 | 17 | 132 | 61 |
| Binary | 11101110 | 1000101 | 1100 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EE450C
Complementary color
Monochromatic Colors of #EE450C
Black with #EE450C
Text Example
Text Example
White with #EE450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE450C; }
p { color: rgb(238,69,12); }
H1.HeaderClassName
{
color: #EE450C;
}
.AnyTagClassName
{
color: #EE450C;
}
</style>
background-color css
<style>
a { background-color: #EE450C; }
a { background-color: rgb(238,69,12); }
div.DivClassName
{
background-color: #EE450C;
}
.BgClassName
{
background-color: #EE450C;
}
</style>
border-color css
<style>
span { border-color: #EE450C; }
span { border-color: rgb(238,69,12); }
td.TdClassName
{
border-color: #EE450C;
}
.TagClassName
{
border-color: #EE450C;
}
</style>