Shades of Sunset Orange #EC5540
Tints of Sunset Orange #EC5540
RGB
CMYK
RGB Variations
Color information
#EC5540 (or 0xEC5540) is known color: Sunset Orange. HEX triplet: EC, 55 and 40. RGB value is (236,85,64). Sum of RGB (Red+Green+Blue) = 236+85+64=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5540 is #13AABF. Grayscale: #7F7F7F. Windows color (decimal): -1288896 or 4216300. OLE color: 4216300.
HSL color Cylindrical-coordinate representation of color #EC5540: hue angle of 7.33º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC5540 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 64 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.33º | 0.82% | 0.59% | - |
| HSV(B) | 7.33º | 0.73% | 0.93% | - |
| XYZ | 38.77 | 24.7 | 7.57 | - |
| YUV | 127.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 64 | 0 | 0.64 | 0.73 | 0.07 | 7.33 | 0.82 | 0.59 |
| Hex | EC | 55 | 40 | 0 | 40 | 49 | 7 | 7 | 52 | 3B |
| Octal | 354 | 125 | 100 | 0 | 100 | 111 | 7 | 7 | 122 | 73 |
| Binary | 11101100 | 1010101 | 1000000 | 0 | 1000000 | 1001001 | 111 | 111 | 1010010 | 111011 |
Color Harmonies of #EC5540
Complementary color
Monochromatic Colors of #EC5540
Black with #EC5540
Text Example
Text Example
White with #EC5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5540; }
p { color: rgb(236,85,64); }
H1.HeaderClassName
{
color: #EC5540;
}
.AnyTagClassName
{
color: #EC5540;
}
</style>
background-color css
<style>
a { background-color: #EC5540; }
a { background-color: rgb(236,85,64); }
div.DivClassName
{
background-color: #EC5540;
}
.BgClassName
{
background-color: #EC5540;
}
</style>
border-color css
<style>
span { border-color: #EC5540; }
span { border-color: rgb(236,85,64); }
td.TdClassName
{
border-color: #EC5540;
}
.TagClassName
{
border-color: #EC5540;
}
</style>