Shades of Sunset Orange #EC5641
Tints of Sunset Orange #EC5641
RGB
CMYK
RGB Variations
Color information
#EC5641 (or 0xEC5641) is known color: Sunset Orange. HEX triplet: EC, 56 and 41. RGB value is (236,86,65). Sum of RGB (Red+Green+Blue) = 236+86+65=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5641 is #13A9BE. Grayscale: #808080. Windows color (decimal): -1288639 or 4282092. OLE color: 4282092.
HSL color Cylindrical-coordinate representation of color #EC5641: hue angle of 7.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5641 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 65 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.07 |
| HSL | 7.37º | 0.82% | 0.59% | - |
| HSV(B) | 7.37º | 0.72% | 0.93% | - |
| XYZ | 38.87 | 24.87 | 7.75 | - |
| YUV | 128.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 65 | 0 | 0.64 | 0.72 | 0.07 | 7.37 | 0.82 | 0.59 |
| Hex | EC | 56 | 41 | 0 | 40 | 48 | 7 | 7 | 52 | 3B |
| Octal | 354 | 126 | 101 | 0 | 100 | 110 | 7 | 7 | 122 | 73 |
| Binary | 11101100 | 1010110 | 1000001 | 0 | 1000000 | 1001000 | 111 | 111 | 1010010 | 111011 |
Color Harmonies of #EC5641
Complementary color
Monochromatic Colors of #EC5641
Black with #EC5641
Text Example
Text Example
White with #EC5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5641; }
p { color: rgb(236,86,65); }
H1.HeaderClassName
{
color: #EC5641;
}
.AnyTagClassName
{
color: #EC5641;
}
</style>
background-color css
<style>
a { background-color: #EC5641; }
a { background-color: rgb(236,86,65); }
div.DivClassName
{
background-color: #EC5641;
}
.BgClassName
{
background-color: #EC5641;
}
</style>
border-color css
<style>
span { border-color: #EC5641; }
span { border-color: rgb(236,86,65); }
td.TdClassName
{
border-color: #EC5641;
}
.TagClassName
{
border-color: #EC5641;
}
</style>