Shades of Sunset Orange #EC563D
Tints of Sunset Orange #EC563D
RGB
CMYK
RGB Variations
Color information
#EC563D (or 0xEC563D) is known color: Sunset Orange. HEX triplet: EC, 56 and 3D. RGB value is (236,86,61). Sum of RGB (Red+Green+Blue) = 236+86+61=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC563D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC563D is #13A9C2. Grayscale: #808080. Windows color (decimal): -1288643 or 4019948. OLE color: 4019948.
HSL color Cylindrical-coordinate representation of color #EC563D: hue angle of 8.57º degrees, saturation: 0.82, 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 #EC563D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 61 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.07 |
| HSL | 8.57º | 0.82% | 0.58% | - |
| HSV(B) | 8.57º | 0.74% | 0.93% | - |
| XYZ | 38.76 | 24.83 | 7.16 | - |
| YUV | 128 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 61 | 0 | 0.64 | 0.74 | 0.07 | 8.57 | 0.82 | 0.58 |
| Hex | EC | 56 | 3D | 0 | 40 | 4A | 7 | 9 | 52 | 3A |
| Octal | 354 | 126 | 75 | 0 | 100 | 112 | 7 | 11 | 122 | 72 |
| Binary | 11101100 | 1010110 | 111101 | 0 | 1000000 | 1001010 | 111 | 1001 | 1010010 | 111010 |
Color Harmonies of #EC563D
Complementary color
Monochromatic Colors of #EC563D
Black with #EC563D
Text Example
Text Example
White with #EC563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC563D; }
p { color: rgb(236,86,61); }
H1.HeaderClassName
{
color: #EC563D;
}
.AnyTagClassName
{
color: #EC563D;
}
</style>
background-color css
<style>
a { background-color: #EC563D; }
a { background-color: rgb(236,86,61); }
div.DivClassName
{
background-color: #EC563D;
}
.BgClassName
{
background-color: #EC563D;
}
</style>
border-color css
<style>
span { border-color: #EC563D; }
span { border-color: rgb(236,86,61); }
td.TdClassName
{
border-color: #EC563D;
}
.TagClassName
{
border-color: #EC563D;
}
</style>