Shades of Sunset Orange #ED563F
Tints of Sunset Orange #ED563F
RGB
CMYK
RGB Variations
Color information
#ED563F (or 0xED563F) is known color: Sunset Orange. HEX triplet: ED, 56 and 3F. RGB value is (237,86,63). Sum of RGB (Red+Green+Blue) = 237+86+63=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED563F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED563F is #12A9C0. Grayscale: #808080. Windows color (decimal): -1223105 or 4151021. OLE color: 4151021.
HSL color Cylindrical-coordinate representation of color #ED563F: hue angle of 7.93º 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 #ED563F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 63 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.93º | 0.83% | 0.59% | - |
| HSV(B) | 7.93º | 0.73% | 0.93% | - |
| XYZ | 39.15 | 25.02 | 7.47 | - |
| YUV | 128.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 63 | 0 | 0.64 | 0.73 | 0.07 | 7.93 | 0.83 | 0.59 |
| Hex | ED | 56 | 3F | 0 | 40 | 49 | 7 | 8 | 53 | 3B |
| Octal | 355 | 126 | 77 | 0 | 100 | 111 | 7 | 10 | 123 | 73 |
| Binary | 11101101 | 1010110 | 111111 | 0 | 1000000 | 1001001 | 111 | 1000 | 1010011 | 111011 |
Color Harmonies of #ED563F
Complementary color
Monochromatic Colors of #ED563F
Black with #ED563F
Text Example
Text Example
White with #ED563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED563F; }
p { color: rgb(237,86,63); }
H1.HeaderClassName
{
color: #ED563F;
}
.AnyTagClassName
{
color: #ED563F;
}
</style>
background-color css
<style>
a { background-color: #ED563F; }
a { background-color: rgb(237,86,63); }
div.DivClassName
{
background-color: #ED563F;
}
.BgClassName
{
background-color: #ED563F;
}
</style>
border-color css
<style>
span { border-color: #ED563F; }
span { border-color: rgb(237,86,63); }
td.TdClassName
{
border-color: #ED563F;
}
.TagClassName
{
border-color: #ED563F;
}
</style>