Shades of Sunset Orange #EC4C46
Tints of Sunset Orange #EC4C46
RGB
CMYK
RGB Variations
Color information
#EC4C46 (or 0xEC4C46) is known color: Sunset Orange. HEX triplet: EC, 4C and 46. RGB value is (236,76,70). Sum of RGB (Red+Green+Blue) = 236+76+70=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C46 is #13B3B9. Grayscale: #7B7B7B. Windows color (decimal): -1291194 or 4607212. OLE color: 4607212.
HSL color Cylindrical-coordinate representation of color #EC4C46: hue angle of 2.17º 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 #EC4C46 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 70 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.07 |
| HSL | 2.17º | 0.81% | 0.6% | - |
| HSV(B) | 2.17º | 0.7% | 0.93% | - |
| XYZ | 38.28 | 23.44 | 8.3 | - |
| YUV | 123.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 70 | 0 | 0.68 | 0.70 | 0.07 | 2.17 | 0.81 | 0.6 |
| Hex | EC | 4C | 46 | 0 | 44 | 46 | 7 | 2 | 51 | 3C |
| Octal | 354 | 114 | 106 | 0 | 104 | 106 | 7 | 2 | 121 | 74 |
| Binary | 11101100 | 1001100 | 1000110 | 0 | 1000100 | 1000110 | 111 | 10 | 1010001 | 111100 |
Color Harmonies of #EC4C46
Complementary color
Monochromatic Colors of #EC4C46
Black with #EC4C46
Text Example
Text Example
White with #EC4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C46; }
p { color: rgb(236,76,70); }
H1.HeaderClassName
{
color: #EC4C46;
}
.AnyTagClassName
{
color: #EC4C46;
}
</style>
background-color css
<style>
a { background-color: #EC4C46; }
a { background-color: rgb(236,76,70); }
div.DivClassName
{
background-color: #EC4C46;
}
.BgClassName
{
background-color: #EC4C46;
}
</style>
border-color css
<style>
span { border-color: #EC4C46; }
span { border-color: rgb(236,76,70); }
td.TdClassName
{
border-color: #EC4C46;
}
.TagClassName
{
border-color: #EC4C46;
}
</style>