Shades of Orange Red #ED460A
Tints of Orange Red #ED460A
RGB
CMYK
RGB Variations
Color information
#ED460A (or 0xED460A) is known color: Orange Red. HEX triplet: ED, 46 and 0A. RGB value is (237,70,10). Sum of RGB (Red+Green+Blue) = 237+70+10=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED460A is #12B9F5. Grayscale: #717171. Windows color (decimal): -1227254 or 673517. OLE color: 673517.
HSL color Cylindrical-coordinate representation of color #ED460A: hue angle of 15.86º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED460A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.07 |
| HSL | 15.86º | 0.92% | 0.48% | - |
| HSV(B) | 15.86º | 0.96% | 0.93% | - |
| XYZ | 37.17 | 22.41 | 2.65 | - |
| YUV | 113.09 | 69.83 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 10 | 0 | 0.70 | 0.96 | 0.07 | 15.86 | 0.92 | 0.48 |
| Hex | ED | 46 | A | 0 | 46 | 60 | 7 | 10 | 5C | 30 |
| Octal | 355 | 106 | 12 | 0 | 106 | 140 | 7 | 20 | 134 | 60 |
| Binary | 11101101 | 1000110 | 1010 | 0 | 1000110 | 1100000 | 111 | 10000 | 1011100 | 110000 |
Color Harmonies of #ED460A
Complementary color
Monochromatic Colors of #ED460A
Black with #ED460A
Text Example
Text Example
White with #ED460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED460A; }
p { color: rgb(237,70,10); }
H1.HeaderClassName
{
color: #ED460A;
}
.AnyTagClassName
{
color: #ED460A;
}
</style>
background-color css
<style>
a { background-color: #ED460A; }
a { background-color: rgb(237,70,10); }
div.DivClassName
{
background-color: #ED460A;
}
.BgClassName
{
background-color: #ED460A;
}
</style>
border-color css
<style>
span { border-color: #ED460A; }
span { border-color: rgb(237,70,10); }
td.TdClassName
{
border-color: #ED460A;
}
.TagClassName
{
border-color: #ED460A;
}
</style>