Shades of Sunset Orange #EC5144
Tints of Sunset Orange #EC5144
RGB
CMYK
RGB Variations
Color information
#EC5144 (or 0xEC5144) is known color: Sunset Orange. HEX triplet: EC, 51 and 44. RGB value is (236,81,68). Sum of RGB (Red+Green+Blue) = 236+81+68=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5144 is #13AEBB. Grayscale: #7E7E7E. Windows color (decimal): -1289916 or 4477420. OLE color: 4477420.
HSL color Cylindrical-coordinate representation of color #EC5144: hue angle of 4.64º degrees, saturation: 0.82, 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 #EC5144 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 68 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.07 |
| HSL | 4.64º | 0.82% | 0.6% | - |
| HSV(B) | 4.64º | 0.71% | 0.93% | - |
| XYZ | 38.58 | 24.14 | 8.09 | - |
| YUV | 125.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 68 | 0 | 0.66 | 0.71 | 0.07 | 4.64 | 0.82 | 0.6 |
| Hex | EC | 51 | 44 | 0 | 42 | 47 | 7 | 5 | 52 | 3C |
| Octal | 354 | 121 | 104 | 0 | 102 | 107 | 7 | 5 | 122 | 74 |
| Binary | 11101100 | 1010001 | 1000100 | 0 | 1000010 | 1000111 | 111 | 101 | 1010010 | 111100 |
Color Harmonies of #EC5144
Complementary color
Monochromatic Colors of #EC5144
Black with #EC5144
Text Example
Text Example
White with #EC5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5144; }
p { color: rgb(236,81,68); }
H1.HeaderClassName
{
color: #EC5144;
}
.AnyTagClassName
{
color: #EC5144;
}
</style>
background-color css
<style>
a { background-color: #EC5144; }
a { background-color: rgb(236,81,68); }
div.DivClassName
{
background-color: #EC5144;
}
.BgClassName
{
background-color: #EC5144;
}
</style>
border-color css
<style>
span { border-color: #EC5144; }
span { border-color: rgb(236,81,68); }
td.TdClassName
{
border-color: #EC5144;
}
.TagClassName
{
border-color: #EC5144;
}
</style>