Shades of Sunset Orange #EC4C45
Tints of Sunset Orange #EC4C45
RGB
CMYK
RGB Variations
Color information
#EC4C45 (or 0xEC4C45) is known color: Sunset Orange. HEX triplet: EC, 4C and 45. RGB value is (236,76,69). Sum of RGB (Red+Green+Blue) = 236+76+69=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C45 is #13B3BA. Grayscale: #7B7B7B. Windows color (decimal): -1291195 or 4541676. OLE color: 4541676.
HSL color Cylindrical-coordinate representation of color #EC4C45: hue angle of 2.51º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4C45 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 69 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.07 |
| HSL | 2.51º | 0.81% | 0.6% | - |
| HSV(B) | 2.51º | 0.71% | 0.93% | - |
| XYZ | 38.25 | 23.43 | 8.14 | - |
| YUV | 123.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 69 | 0 | 0.68 | 0.71 | 0.07 | 2.51 | 0.81 | 0.6 |
| Hex | EC | 4C | 45 | 0 | 44 | 47 | 7 | 3 | 51 | 3C |
| Octal | 354 | 114 | 105 | 0 | 104 | 107 | 7 | 3 | 121 | 74 |
| Binary | 11101100 | 1001100 | 1000101 | 0 | 1000100 | 1000111 | 111 | 11 | 1010001 | 111100 |
Color Harmonies of #EC4C45
Complementary color
Monochromatic Colors of #EC4C45
Black with #EC4C45
Text Example
Text Example
White with #EC4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C45; }
p { color: rgb(236,76,69); }
H1.HeaderClassName
{
color: #EC4C45;
}
.AnyTagClassName
{
color: #EC4C45;
}
</style>
background-color css
<style>
a { background-color: #EC4C45; }
a { background-color: rgb(236,76,69); }
div.DivClassName
{
background-color: #EC4C45;
}
.BgClassName
{
background-color: #EC4C45;
}
</style>
border-color css
<style>
span { border-color: #EC4C45; }
span { border-color: rgb(236,76,69); }
td.TdClassName
{
border-color: #EC4C45;
}
.TagClassName
{
border-color: #EC4C45;
}
</style>