Shades of Outrageous Orange #ED602A
Tints of Outrageous Orange #ED602A
RGB
CMYK
RGB Variations
Color information
#ED602A (or 0xED602A) is known color: Outrageous Orange. HEX triplet: ED, 60 and 2A. RGB value is (237,96,42). Sum of RGB (Red+Green+Blue) = 237+96+42=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED602A is #129FD5. Grayscale: #848484. Windows color (decimal): -1220566 or 2777325. OLE color: 2777325.
HSL color Cylindrical-coordinate representation of color #ED602A: hue angle of 16.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED602A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 42 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.07 |
| HSL | 16.62º | 0.84% | 0.55% | - |
| HSV(B) | 16.62º | 0.82% | 0.93% | - |
| XYZ | 39.53 | 26.54 | 5.23 | - |
| YUV | 132 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 42 | 0 | 0.59 | 0.82 | 0.07 | 16.62 | 0.84 | 0.55 |
| Hex | ED | 60 | 2A | 0 | 3B | 52 | 7 | 11 | 54 | 37 |
| Octal | 355 | 140 | 52 | 0 | 73 | 122 | 7 | 21 | 124 | 67 |
| Binary | 11101101 | 1100000 | 101010 | 0 | 111011 | 1010010 | 111 | 10001 | 1010100 | 110111 |
Color Harmonies of #ED602A
Complementary color
Monochromatic Colors of #ED602A
Black with #ED602A
Text Example
Text Example
White with #ED602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED602A; }
p { color: rgb(237,96,42); }
H1.HeaderClassName
{
color: #ED602A;
}
.AnyTagClassName
{
color: #ED602A;
}
</style>
background-color css
<style>
a { background-color: #ED602A; }
a { background-color: rgb(237,96,42); }
div.DivClassName
{
background-color: #ED602A;
}
.BgClassName
{
background-color: #ED602A;
}
</style>
border-color css
<style>
span { border-color: #ED602A; }
span { border-color: rgb(237,96,42); }
td.TdClassName
{
border-color: #ED602A;
}
.TagClassName
{
border-color: #ED602A;
}
</style>