Shades of Sunset Orange #ED563D
Tints of Sunset Orange #ED563D
RGB
CMYK
RGB Variations
Color information
#ED563D (or 0xED563D) is known color: Sunset Orange. HEX triplet: ED, 56 and 3D. RGB value is (237,86,61). Sum of RGB (Red+Green+Blue) = 237+86+61=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED563D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED563D is #12A9C2. Grayscale: #808080. Windows color (decimal): -1223107 or 4019949. OLE color: 4019949.
HSL color Cylindrical-coordinate representation of color #ED563D: hue angle of 8.52º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED563D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 61 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.07 |
| HSL | 8.52º | 0.83% | 0.58% | - |
| HSV(B) | 8.52º | 0.74% | 0.93% | - |
| XYZ | 39.1 | 25 | 7.18 | - |
| YUV | 128.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 61 | 0 | 0.64 | 0.74 | 0.07 | 8.52 | 0.83 | 0.58 |
| Hex | ED | 56 | 3D | 0 | 40 | 4A | 7 | 9 | 53 | 3A |
| Octal | 355 | 126 | 75 | 0 | 100 | 112 | 7 | 11 | 123 | 72 |
| Binary | 11101101 | 1010110 | 111101 | 0 | 1000000 | 1001010 | 111 | 1001 | 1010011 | 111010 |
Color Harmonies of #ED563D
Complementary color
Monochromatic Colors of #ED563D
Black with #ED563D
Text Example
Text Example
White with #ED563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED563D; }
p { color: rgb(237,86,61); }
H1.HeaderClassName
{
color: #ED563D;
}
.AnyTagClassName
{
color: #ED563D;
}
</style>
background-color css
<style>
a { background-color: #ED563D; }
a { background-color: rgb(237,86,61); }
div.DivClassName
{
background-color: #ED563D;
}
.BgClassName
{
background-color: #ED563D;
}
</style>
border-color css
<style>
span { border-color: #ED563D; }
span { border-color: rgb(237,86,61); }
td.TdClassName
{
border-color: #ED563D;
}
.TagClassName
{
border-color: #ED563D;
}
</style>