Shades of Sunset Orange #EC5541
Tints of Sunset Orange #EC5541
RGB
CMYK
RGB Variations
Color information
#EC5541 (or 0xEC5541) is known color: Sunset Orange. HEX triplet: EC, 55 and 41. RGB value is (236,85,65). Sum of RGB (Red+Green+Blue) = 236+85+65=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5541 is #13AABE. Grayscale: #808080. Windows color (decimal): -1288895 or 4281836. OLE color: 4281836.
HSL color Cylindrical-coordinate representation of color #EC5541: hue angle of 7.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5541 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 65 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.07 |
| HSL | 7.02º | 0.82% | 0.59% | - |
| HSV(B) | 7.02º | 0.72% | 0.93% | - |
| XYZ | 38.79 | 24.71 | 7.73 | - |
| YUV | 127.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 65 | 0 | 0.64 | 0.72 | 0.07 | 7.02 | 0.82 | 0.59 |
| Hex | EC | 55 | 41 | 0 | 40 | 48 | 7 | 7 | 52 | 3B |
| Octal | 354 | 125 | 101 | 0 | 100 | 110 | 7 | 7 | 122 | 73 |
| Binary | 11101100 | 1010101 | 1000001 | 0 | 1000000 | 1001000 | 111 | 111 | 1010010 | 111011 |
Color Harmonies of #EC5541
Complementary color
Monochromatic Colors of #EC5541
Black with #EC5541
Text Example
Text Example
White with #EC5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5541; }
p { color: rgb(236,85,65); }
H1.HeaderClassName
{
color: #EC5541;
}
.AnyTagClassName
{
color: #EC5541;
}
</style>
background-color css
<style>
a { background-color: #EC5541; }
a { background-color: rgb(236,85,65); }
div.DivClassName
{
background-color: #EC5541;
}
.BgClassName
{
background-color: #EC5541;
}
</style>
border-color css
<style>
span { border-color: #EC5541; }
span { border-color: rgb(236,85,65); }
td.TdClassName
{
border-color: #EC5541;
}
.TagClassName
{
border-color: #EC5541;
}
</style>