Shades of Sunset Orange #EC5446
Tints of Sunset Orange #EC5446
RGB
CMYK
RGB Variations
Color information
#EC5446 (or 0xEC5446) is known color: Sunset Orange. HEX triplet: EC, 54 and 46. RGB value is (236,84,70). Sum of RGB (Red+Green+Blue) = 236+84+70=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5446 is #13ABB9. Grayscale: #808080. Windows color (decimal): -1289146 or 4609260. OLE color: 4609260.
HSL color Cylindrical-coordinate representation of color #EC5446: hue angle of 5.06º 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 #EC5446 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 70 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.07 |
| HSL | 5.06º | 0.81% | 0.6% | - |
| HSV(B) | 5.06º | 0.7% | 0.93% | - |
| XYZ | 38.87 | 24.62 | 8.5 | - |
| YUV | 127.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 70 | 0 | 0.64 | 0.70 | 0.07 | 5.06 | 0.81 | 0.6 |
| Hex | EC | 54 | 46 | 0 | 40 | 46 | 7 | 5 | 51 | 3C |
| Octal | 354 | 124 | 106 | 0 | 100 | 106 | 7 | 5 | 121 | 74 |
| Binary | 11101100 | 1010100 | 1000110 | 0 | 1000000 | 1000110 | 111 | 101 | 1010001 | 111100 |
Color Harmonies of #EC5446
Complementary color
Monochromatic Colors of #EC5446
Black with #EC5446
Text Example
Text Example
White with #EC5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5446; }
p { color: rgb(236,84,70); }
H1.HeaderClassName
{
color: #EC5446;
}
.AnyTagClassName
{
color: #EC5446;
}
</style>
background-color css
<style>
a { background-color: #EC5446; }
a { background-color: rgb(236,84,70); }
div.DivClassName
{
background-color: #EC5446;
}
.BgClassName
{
background-color: #EC5446;
}
</style>
border-color css
<style>
span { border-color: #EC5446; }
span { border-color: rgb(236,84,70); }
td.TdClassName
{
border-color: #EC5446;
}
.TagClassName
{
border-color: #EC5446;
}
</style>