Shades of Orange Red #EE4805
Tints of Orange Red #EE4805
RGB
CMYK
RGB Variations
Color information
#EE4805 (or 0xEE4805) is known color: Orange Red. HEX triplet: EE, 48 and 05. RGB value is (238,72,5). Sum of RGB (Red+Green+Blue) = 238+72+5=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4805 is #11B7FA. Grayscale: #727272. Windows color (decimal): -1161211 or 346350. OLE color: 346350.
HSL color Cylindrical-coordinate representation of color #EE4805: hue angle of 17.25º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE4805 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.07 |
| HSL | 17.25º | 0.96% | 0.48% | - |
| HSV(B) | 17.25º | 0.98% | 0.93% | - |
| XYZ | 37.6 | 22.82 | 2.57 | - |
| YUV | 114 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 5 | 0 | 0.70 | 0.98 | 0.07 | 17.25 | 0.96 | 0.48 |
| Hex | EE | 48 | 5 | 0 | 46 | 62 | 7 | 11 | 60 | 30 |
| Octal | 356 | 110 | 5 | 0 | 106 | 142 | 7 | 21 | 140 | 60 |
| Binary | 11101110 | 1001000 | 101 | 0 | 1000110 | 1100010 | 111 | 10001 | 1100000 | 110000 |
Color Harmonies of #EE4805
Complementary color
Monochromatic Colors of #EE4805
Black with #EE4805
Text Example
Text Example
White with #EE4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4805; }
p { color: rgb(238,72,5); }
H1.HeaderClassName
{
color: #EE4805;
}
.AnyTagClassName
{
color: #EE4805;
}
</style>
background-color css
<style>
a { background-color: #EE4805; }
a { background-color: rgb(238,72,5); }
div.DivClassName
{
background-color: #EE4805;
}
.BgClassName
{
background-color: #EE4805;
}
</style>
border-color css
<style>
span { border-color: #EE4805; }
span { border-color: rgb(238,72,5); }
td.TdClassName
{
border-color: #EE4805;
}
.TagClassName
{
border-color: #EE4805;
}
</style>