Shades of Sunset Orange #ED503F
Tints of Sunset Orange #ED503F
RGB
CMYK
RGB Variations
Color information
#ED503F (or 0xED503F) is known color: Sunset Orange. HEX triplet: ED, 50 and 3F. RGB value is (237,80,63). Sum of RGB (Red+Green+Blue) = 237+80+63=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED503F is #12AFC0. Grayscale: #7D7D7D. Windows color (decimal): -1224641 or 4149485. OLE color: 4149485.
HSL color Cylindrical-coordinate representation of color #ED503F: hue angle of 5.86º 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 #ED503F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 63 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.07 |
| HSL | 5.86º | 0.83% | 0.59% | - |
| HSV(B) | 5.86º | 0.73% | 0.93% | - |
| XYZ | 38.69 | 24.1 | 7.32 | - |
| YUV | 125.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 63 | 0 | 0.66 | 0.73 | 0.07 | 5.86 | 0.83 | 0.59 |
| Hex | ED | 50 | 3F | 0 | 42 | 49 | 7 | 6 | 53 | 3B |
| Octal | 355 | 120 | 77 | 0 | 102 | 111 | 7 | 6 | 123 | 73 |
| Binary | 11101101 | 1010000 | 111111 | 0 | 1000010 | 1001001 | 111 | 110 | 1010011 | 111011 |
Color Harmonies of #ED503F
Complementary color
Monochromatic Colors of #ED503F
Black with #ED503F
Text Example
Text Example
White with #ED503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED503F; }
p { color: rgb(237,80,63); }
H1.HeaderClassName
{
color: #ED503F;
}
.AnyTagClassName
{
color: #ED503F;
}
</style>
background-color css
<style>
a { background-color: #ED503F; }
a { background-color: rgb(237,80,63); }
div.DivClassName
{
background-color: #ED503F;
}
.BgClassName
{
background-color: #ED503F;
}
</style>
border-color css
<style>
span { border-color: #ED503F; }
span { border-color: rgb(237,80,63); }
td.TdClassName
{
border-color: #ED503F;
}
.TagClassName
{
border-color: #ED503F;
}
</style>