Shades of Orange Red #EE4204
Tints of Orange Red #EE4204
RGB
CMYK
RGB Variations
Color information
#EE4204 (or 0xEE4204) is known color: Orange Red. HEX triplet: EE, 42 and 04. RGB value is (238,66,4). Sum of RGB (Red+Green+Blue) = 238+66+4=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4204 is #11BDFB. Grayscale: #6E6E6E. Windows color (decimal): -1162748 or 279278. OLE color: 279278.
HSL color Cylindrical-coordinate representation of color #EE4204: hue angle of 15.9º 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 #EE4204 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.07 |
| HSL | 15.9º | 0.97% | 0.47% | - |
| HSV(B) | 15.9º | 0.98% | 0.93% | - |
| XYZ | 37.23 | 22.08 | 2.41 | - |
| YUV | 110.36 | 67.98 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 4 | 0 | 0.72 | 0.98 | 0.07 | 15.9 | 0.97 | 0.47 |
| Hex | EE | 42 | 4 | 0 | 48 | 62 | 7 | 10 | 61 | 2F |
| Octal | 356 | 102 | 4 | 0 | 110 | 142 | 7 | 20 | 141 | 57 |
| Binary | 11101110 | 1000010 | 100 | 0 | 1001000 | 1100010 | 111 | 10000 | 1100001 | 101111 |
Color Harmonies of #EE4204
Complementary color
Monochromatic Colors of #EE4204
Black with #EE4204
Text Example
Text Example
White with #EE4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4204; }
p { color: rgb(238,66,4); }
H1.HeaderClassName
{
color: #EE4204;
}
.AnyTagClassName
{
color: #EE4204;
}
</style>
background-color css
<style>
a { background-color: #EE4204; }
a { background-color: rgb(238,66,4); }
div.DivClassName
{
background-color: #EE4204;
}
.BgClassName
{
background-color: #EE4204;
}
</style>
border-color css
<style>
span { border-color: #EE4204; }
span { border-color: rgb(238,66,4); }
td.TdClassName
{
border-color: #EE4204;
}
.TagClassName
{
border-color: #EE4204;
}
</style>