Shades of Outrageous Orange #ED603F
Tints of Outrageous Orange #ED603F
RGB
CMYK
RGB Variations
Color information
#ED603F (or 0xED603F) is known color: Outrageous Orange. HEX triplet: ED, 60 and 3F. RGB value is (237,96,63). Sum of RGB (Red+Green+Blue) = 237+96+63=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED603F is #129FC0. Grayscale: #868686. Windows color (decimal): -1220545 or 4153581. OLE color: 4153581.
HSL color Cylindrical-coordinate representation of color #ED603F: hue angle of 11.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED603F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 63 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.07 |
| HSL | 11.38º | 0.83% | 0.59% | - |
| HSV(B) | 11.38º | 0.73% | 0.93% | - |
| XYZ | 40.01 | 26.73 | 7.75 | - |
| YUV | 134.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 63 | 0 | 0.59 | 0.73 | 0.07 | 11.38 | 0.83 | 0.59 |
| Hex | ED | 60 | 3F | 0 | 3B | 49 | 7 | B | 53 | 3B |
| Octal | 355 | 140 | 77 | 0 | 73 | 111 | 7 | 13 | 123 | 73 |
| Binary | 11101101 | 1100000 | 111111 | 0 | 111011 | 1001001 | 111 | 1011 | 1010011 | 111011 |
Color Harmonies of #ED603F
Complementary color
Monochromatic Colors of #ED603F
Black with #ED603F
Text Example
Text Example
White with #ED603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED603F; }
p { color: rgb(237,96,63); }
H1.HeaderClassName
{
color: #ED603F;
}
.AnyTagClassName
{
color: #ED603F;
}
</style>
background-color css
<style>
a { background-color: #ED603F; }
a { background-color: rgb(237,96,63); }
div.DivClassName
{
background-color: #ED603F;
}
.BgClassName
{
background-color: #ED603F;
}
</style>
border-color css
<style>
span { border-color: #ED603F; }
span { border-color: rgb(237,96,63); }
td.TdClassName
{
border-color: #ED603F;
}
.TagClassName
{
border-color: #ED603F;
}
</style>