Shades of Sunset Orange #EC5246
Tints of Sunset Orange #EC5246
RGB
CMYK
RGB Variations
Color information
#EC5246 (or 0xEC5246) is known color: Sunset Orange. HEX triplet: EC, 52 and 46. RGB value is (236,82,70). Sum of RGB (Red+Green+Blue) = 236+82+70=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5246 is #13ADB9. Grayscale: #7E7E7E. Windows color (decimal): -1289658 or 4608748. OLE color: 4608748.
HSL color Cylindrical-coordinate representation of color #EC5246: hue angle of 4.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC5246 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 70 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.07 |
| HSL | 4.34º | 0.81% | 0.6% | - |
| HSV(B) | 4.34º | 0.7% | 0.93% | - |
| XYZ | 38.71 | 24.31 | 8.45 | - |
| YUV | 126.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 70 | 0 | 0.65 | 0.70 | 0.07 | 4.34 | 0.81 | 0.6 |
| Hex | EC | 52 | 46 | 0 | 41 | 46 | 7 | 4 | 51 | 3C |
| Octal | 354 | 122 | 106 | 0 | 101 | 106 | 7 | 4 | 121 | 74 |
| Binary | 11101100 | 1010010 | 1000110 | 0 | 1000001 | 1000110 | 111 | 100 | 1010001 | 111100 |
Color Harmonies of #EC5246
Complementary color
Monochromatic Colors of #EC5246
Black with #EC5246
Text Example
Text Example
White with #EC5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5246; }
p { color: rgb(236,82,70); }
H1.HeaderClassName
{
color: #EC5246;
}
.AnyTagClassName
{
color: #EC5246;
}
</style>
background-color css
<style>
a { background-color: #EC5246; }
a { background-color: rgb(236,82,70); }
div.DivClassName
{
background-color: #EC5246;
}
.BgClassName
{
background-color: #EC5246;
}
</style>
border-color css
<style>
span { border-color: #EC5246; }
span { border-color: rgb(236,82,70); }
td.TdClassName
{
border-color: #EC5246;
}
.TagClassName
{
border-color: #EC5246;
}
</style>