Shades of Orange Red #EE4006
Tints of Orange Red #EE4006
RGB
CMYK
RGB Variations
Color information
#EE4006 (or 0xEE4006) is known color: Orange Red. HEX triplet: EE, 40 and 06. RGB value is (238,64,6). Sum of RGB (Red+Green+Blue) = 238+64+6=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4006 is #11BFF9. Grayscale: #6D6D6D. Windows color (decimal): -1163258 or 409838. OLE color: 409838.
HSL color Cylindrical-coordinate representation of color #EE4006: hue angle of 15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE4006 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.07 |
| HSL | 15º | 0.95% | 0.48% | - |
| HSV(B) | 15º | 0.97% | 0.93% | - |
| XYZ | 37.13 | 21.86 | 2.43 | - |
| YUV | 109.41 | 69.65 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 6 | 0 | 0.73 | 0.97 | 0.07 | 15 | 0.95 | 0.48 |
| Hex | EE | 40 | 6 | 0 | 49 | 61 | 7 | F | 5F | 30 |
| Octal | 356 | 100 | 6 | 0 | 111 | 141 | 7 | 17 | 137 | 60 |
| Binary | 11101110 | 1000000 | 110 | 0 | 1001001 | 1100001 | 111 | 1111 | 1011111 | 110000 |
Color Harmonies of #EE4006
Complementary color
Monochromatic Colors of #EE4006
Black with #EE4006
Text Example
Text Example
White with #EE4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4006; }
p { color: rgb(238,64,6); }
H1.HeaderClassName
{
color: #EE4006;
}
.AnyTagClassName
{
color: #EE4006;
}
</style>
background-color css
<style>
a { background-color: #EE4006; }
a { background-color: rgb(238,64,6); }
div.DivClassName
{
background-color: #EE4006;
}
.BgClassName
{
background-color: #EE4006;
}
</style>
border-color css
<style>
span { border-color: #EE4006; }
span { border-color: rgb(238,64,6); }
td.TdClassName
{
border-color: #EE4006;
}
.TagClassName
{
border-color: #EE4006;
}
</style>