Shades of Orange Red #EE460D
Tints of Orange Red #EE460D
RGB
CMYK
RGB Variations
Color information
#EE460D (or 0xEE460D) is known color: Orange Red. HEX triplet: EE, 46 and 0D. RGB value is (238,70,13). Sum of RGB (Red+Green+Blue) = 238+70+13=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE460D is #11B9F2. Grayscale: #727272. Windows color (decimal): -1161715 or 870126. OLE color: 870126.
HSL color Cylindrical-coordinate representation of color #EE460D: hue angle of 15.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE460D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 15.2º | 0.9% | 0.49% | - |
| HSV(B) | 15.2º | 0.95% | 0.93% | - |
| XYZ | 37.52 | 22.59 | 2.76 | - |
| YUV | 113.73 | 71.16 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 13 | 0 | 0.71 | 0.95 | 0.07 | 15.2 | 0.9 | 0.49 |
| Hex | EE | 46 | D | 0 | 47 | 5F | 7 | F | 5A | 31 |
| Octal | 356 | 106 | 15 | 0 | 107 | 137 | 7 | 17 | 132 | 61 |
| Binary | 11101110 | 1000110 | 1101 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EE460D
Complementary color
Monochromatic Colors of #EE460D
Black with #EE460D
Text Example
Text Example
White with #EE460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE460D; }
p { color: rgb(238,70,13); }
H1.HeaderClassName
{
color: #EE460D;
}
.AnyTagClassName
{
color: #EE460D;
}
</style>
background-color css
<style>
a { background-color: #EE460D; }
a { background-color: rgb(238,70,13); }
div.DivClassName
{
background-color: #EE460D;
}
.BgClassName
{
background-color: #EE460D;
}
</style>
border-color css
<style>
span { border-color: #EE460D; }
span { border-color: rgb(238,70,13); }
td.TdClassName
{
border-color: #EE460D;
}
.TagClassName
{
border-color: #EE460D;
}
</style>