Shades of Sunset Orange #EC5248
Tints of Sunset Orange #EC5248
RGB
CMYK
RGB Variations
Color information
#EC5248 (or 0xEC5248) is known color: Sunset Orange. HEX triplet: EC, 52 and 48. RGB value is (236,82,72). Sum of RGB (Red+Green+Blue) = 236+82+72=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5248 is #13ADB7. Grayscale: #7F7F7F. Windows color (decimal): -1289656 or 4739820. OLE color: 4739820.
HSL color Cylindrical-coordinate representation of color #EC5248: hue angle of 3.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC5248 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 72 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.07 |
| HSL | 3.66º | 0.81% | 0.6% | - |
| HSV(B) | 3.66º | 0.69% | 0.93% | - |
| XYZ | 38.78 | 24.34 | 8.78 | - |
| YUV | 126.91 | 97.02 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 72 | 0 | 0.65 | 0.69 | 0.07 | 3.66 | 0.81 | 0.6 |
| Hex | EC | 52 | 48 | 0 | 41 | 45 | 7 | 4 | 51 | 3C |
| Octal | 354 | 122 | 110 | 0 | 101 | 105 | 7 | 4 | 121 | 74 |
| Binary | 11101100 | 1010010 | 1001000 | 0 | 1000001 | 1000101 | 111 | 100 | 1010001 | 111100 |
Color Harmonies of #EC5248
Complementary color
Monochromatic Colors of #EC5248
Black with #EC5248
Text Example
Text Example
White with #EC5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5248; }
p { color: rgb(236,82,72); }
H1.HeaderClassName
{
color: #EC5248;
}
.AnyTagClassName
{
color: #EC5248;
}
</style>
background-color css
<style>
a { background-color: #EC5248; }
a { background-color: rgb(236,82,72); }
div.DivClassName
{
background-color: #EC5248;
}
.BgClassName
{
background-color: #EC5248;
}
</style>
border-color css
<style>
span { border-color: #EC5248; }
span { border-color: rgb(236,82,72); }
td.TdClassName
{
border-color: #EC5248;
}
.TagClassName
{
border-color: #EC5248;
}
</style>