Shades of Sunset Orange #EC563F
Tints of Sunset Orange #EC563F
RGB
CMYK
RGB Variations
Color information
#EC563F (or 0xEC563F) is known color: Sunset Orange. HEX triplet: EC, 56 and 3F. RGB value is (236,86,63). Sum of RGB (Red+Green+Blue) = 236+86+63=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC563F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC563F is #13A9C0. Grayscale: #808080. Windows color (decimal): -1288641 or 4151020. OLE color: 4151020.
HSL color Cylindrical-coordinate representation of color #EC563F: hue angle of 7.98º degrees, saturation: 0.82, 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 #EC563F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 63 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.98º | 0.82% | 0.59% | - |
| HSV(B) | 7.98º | 0.73% | 0.93% | - |
| XYZ | 38.82 | 24.85 | 7.45 | - |
| YUV | 128.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 63 | 0 | 0.64 | 0.73 | 0.07 | 7.98 | 0.82 | 0.59 |
| Hex | EC | 56 | 3F | 0 | 40 | 49 | 7 | 8 | 52 | 3B |
| Octal | 354 | 126 | 77 | 0 | 100 | 111 | 7 | 10 | 122 | 73 |
| Binary | 11101100 | 1010110 | 111111 | 0 | 1000000 | 1001001 | 111 | 1000 | 1010010 | 111011 |
Color Harmonies of #EC563F
Complementary color
Monochromatic Colors of #EC563F
Black with #EC563F
Text Example
Text Example
White with #EC563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC563F; }
p { color: rgb(236,86,63); }
H1.HeaderClassName
{
color: #EC563F;
}
.AnyTagClassName
{
color: #EC563F;
}
</style>
background-color css
<style>
a { background-color: #EC563F; }
a { background-color: rgb(236,86,63); }
div.DivClassName
{
background-color: #EC563F;
}
.BgClassName
{
background-color: #EC563F;
}
</style>
border-color css
<style>
span { border-color: #EC563F; }
span { border-color: rgb(236,86,63); }
td.TdClassName
{
border-color: #EC563F;
}
.TagClassName
{
border-color: #EC563F;
}
</style>