Shades of Sunset Orange #EC5642
Tints of Sunset Orange #EC5642
RGB
CMYK
RGB Variations
Color information
#EC5642 (or 0xEC5642) is known color: Sunset Orange. HEX triplet: EC, 56 and 42. RGB value is (236,86,66). Sum of RGB (Red+Green+Blue) = 236+86+66=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5642 is #13A9BD. Grayscale: #808080. Windows color (decimal): -1288638 or 4347628. OLE color: 4347628.
HSL color Cylindrical-coordinate representation of color #EC5642: hue angle of 7.06º 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 #EC5642 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 66 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.07 |
| HSL | 7.06º | 0.82% | 0.59% | - |
| HSV(B) | 7.06º | 0.72% | 0.93% | - |
| XYZ | 38.9 | 24.88 | 7.91 | - |
| YUV | 128.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 66 | 0 | 0.64 | 0.72 | 0.07 | 7.06 | 0.82 | 0.59 |
| Hex | EC | 56 | 42 | 0 | 40 | 48 | 7 | 7 | 52 | 3B |
| Octal | 354 | 126 | 102 | 0 | 100 | 110 | 7 | 7 | 122 | 73 |
| Binary | 11101100 | 1010110 | 1000010 | 0 | 1000000 | 1001000 | 111 | 111 | 1010010 | 111011 |
Color Harmonies of #EC5642
Complementary color
Monochromatic Colors of #EC5642
Black with #EC5642
Text Example
Text Example
White with #EC5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5642; }
p { color: rgb(236,86,66); }
H1.HeaderClassName
{
color: #EC5642;
}
.AnyTagClassName
{
color: #EC5642;
}
</style>
background-color css
<style>
a { background-color: #EC5642; }
a { background-color: rgb(236,86,66); }
div.DivClassName
{
background-color: #EC5642;
}
.BgClassName
{
background-color: #EC5642;
}
</style>
border-color css
<style>
span { border-color: #EC5642; }
span { border-color: rgb(236,86,66); }
td.TdClassName
{
border-color: #EC5642;
}
.TagClassName
{
border-color: #EC5642;
}
</style>