Shades of Orange Red #EE4812
Tints of Orange Red #EE4812
RGB
CMYK
RGB Variations
Color information
#EE4812 (or 0xEE4812) is known color: Orange Red. HEX triplet: EE, 48 and 12. RGB value is (238,72,18). Sum of RGB (Red+Green+Blue) = 238+72+18=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4812 is #11B7ED. Grayscale: #737373. Windows color (decimal): -1161198 or 1198318. OLE color: 1198318.
HSL color Cylindrical-coordinate representation of color #EE4812: hue angle of 14.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE4812 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.07 |
| HSL | 14.73º | 0.87% | 0.5% | - |
| HSV(B) | 14.73º | 0.92% | 0.93% | - |
| XYZ | 37.69 | 22.86 | 3 | - |
| YUV | 115.48 | 73 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 18 | 0 | 0.70 | 0.92 | 0.07 | 14.73 | 0.87 | 0.5 |
| Hex | EE | 48 | 12 | 0 | 46 | 5C | 7 | F | 57 | 32 |
| Octal | 356 | 110 | 22 | 0 | 106 | 134 | 7 | 17 | 127 | 62 |
| Binary | 11101110 | 1001000 | 10010 | 0 | 1000110 | 1011100 | 111 | 1111 | 1010111 | 110010 |
Color Harmonies of #EE4812
Complementary color
Monochromatic Colors of #EE4812
Black with #EE4812
Text Example
Text Example
White with #EE4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4812; }
p { color: rgb(238,72,18); }
H1.HeaderClassName
{
color: #EE4812;
}
.AnyTagClassName
{
color: #EE4812;
}
</style>
background-color css
<style>
a { background-color: #EE4812; }
a { background-color: rgb(238,72,18); }
div.DivClassName
{
background-color: #EE4812;
}
.BgClassName
{
background-color: #EE4812;
}
</style>
border-color css
<style>
span { border-color: #EE4812; }
span { border-color: rgb(238,72,18); }
td.TdClassName
{
border-color: #EE4812;
}
.TagClassName
{
border-color: #EE4812;
}
</style>