Shades of Sunset Orange #EC4D48
Tints of Sunset Orange #EC4D48
RGB
CMYK
RGB Variations
Color information
#EC4D48 (or 0xEC4D48) is known color: Sunset Orange. HEX triplet: EC, 4D and 48. RGB value is (236,77,72). Sum of RGB (Red+Green+Blue) = 236+77+72=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D48 is #13B2B7. Grayscale: #7C7C7C. Windows color (decimal): -1290936 or 4738540. OLE color: 4738540.
HSL color Cylindrical-coordinate representation of color #EC4D48: hue angle of 1.83º 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 #EC4D48 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 72 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.07 |
| HSL | 1.83º | 0.81% | 0.6% | - |
| HSV(B) | 1.83º | 0.69% | 0.93% | - |
| XYZ | 38.42 | 23.61 | 8.66 | - |
| YUV | 123.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 72 | 0 | 0.67 | 0.69 | 0.07 | 1.83 | 0.81 | 0.6 |
| Hex | EC | 4D | 48 | 0 | 43 | 45 | 7 | 2 | 51 | 3C |
| Octal | 354 | 115 | 110 | 0 | 103 | 105 | 7 | 2 | 121 | 74 |
| Binary | 11101100 | 1001101 | 1001000 | 0 | 1000011 | 1000101 | 111 | 10 | 1010001 | 111100 |
Color Harmonies of #EC4D48
Complementary color
Monochromatic Colors of #EC4D48
Black with #EC4D48
Text Example
Text Example
White with #EC4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D48; }
p { color: rgb(236,77,72); }
H1.HeaderClassName
{
color: #EC4D48;
}
.AnyTagClassName
{
color: #EC4D48;
}
</style>
background-color css
<style>
a { background-color: #EC4D48; }
a { background-color: rgb(236,77,72); }
div.DivClassName
{
background-color: #EC4D48;
}
.BgClassName
{
background-color: #EC4D48;
}
</style>
border-color css
<style>
span { border-color: #EC4D48; }
span { border-color: rgb(236,77,72); }
td.TdClassName
{
border-color: #EC4D48;
}
.TagClassName
{
border-color: #EC4D48;
}
</style>