Shades of Orange Red #EE4404
Tints of Orange Red #EE4404
RGB
CMYK
RGB Variations
Color information
#EE4404 (or 0xEE4404) is known color: Orange Red. HEX triplet: EE, 44 and 04. RGB value is (238,68,4). Sum of RGB (Red+Green+Blue) = 238+68+4=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4404 is #11BBFB. Grayscale: #6F6F6F. Windows color (decimal): -1162236 or 279790. OLE color: 279790.
HSL color Cylindrical-coordinate representation of color #EE4404: hue angle of 16.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE4404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.07 |
| HSL | 16.41º | 0.97% | 0.47% | - |
| HSV(B) | 16.41º | 0.98% | 0.93% | - |
| XYZ | 37.35 | 22.32 | 2.45 | - |
| YUV | 111.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 4 | 0 | 0.71 | 0.98 | 0.07 | 16.41 | 0.97 | 0.47 |
| Hex | EE | 44 | 4 | 0 | 47 | 62 | 7 | 10 | 61 | 2F |
| Octal | 356 | 104 | 4 | 0 | 107 | 142 | 7 | 20 | 141 | 57 |
| Binary | 11101110 | 1000100 | 100 | 0 | 1000111 | 1100010 | 111 | 10000 | 1100001 | 101111 |
Color Harmonies of #EE4404
Complementary color
Monochromatic Colors of #EE4404
Black with #EE4404
Text Example
Text Example
White with #EE4404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4404; }
p { color: rgb(238,68,4); }
H1.HeaderClassName
{
color: #EE4404;
}
.AnyTagClassName
{
color: #EE4404;
}
</style>
background-color css
<style>
a { background-color: #EE4404; }
a { background-color: rgb(238,68,4); }
div.DivClassName
{
background-color: #EE4404;
}
.BgClassName
{
background-color: #EE4404;
}
</style>
border-color css
<style>
span { border-color: #EE4404; }
span { border-color: rgb(238,68,4); }
td.TdClassName
{
border-color: #EE4404;
}
.TagClassName
{
border-color: #EE4404;
}
</style>