Shades of Sunset Orange #EC513F
Tints of Sunset Orange #EC513F
RGB
CMYK
RGB Variations
Color information
#EC513F (or 0xEC513F) is known color: Sunset Orange. HEX triplet: EC, 51 and 3F. RGB value is (236,81,63). Sum of RGB (Red+Green+Blue) = 236+81+63=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC513F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC513F is #13AEC0. Grayscale: #7D7D7D. Windows color (decimal): -1289921 or 4149740. OLE color: 4149740.
HSL color Cylindrical-coordinate representation of color #EC513F: hue angle of 6.24º 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 #EC513F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 63 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.07 |
| HSL | 6.24º | 0.82% | 0.59% | - |
| HSV(B) | 6.24º | 0.73% | 0.93% | - |
| XYZ | 38.43 | 24.08 | 7.32 | - |
| YUV | 125.29 | 92.85 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 63 | 0 | 0.66 | 0.73 | 0.07 | 6.24 | 0.82 | 0.59 |
| Hex | EC | 51 | 3F | 0 | 42 | 49 | 7 | 6 | 52 | 3B |
| Octal | 354 | 121 | 77 | 0 | 102 | 111 | 7 | 6 | 122 | 73 |
| Binary | 11101100 | 1010001 | 111111 | 0 | 1000010 | 1001001 | 111 | 110 | 1010010 | 111011 |
Color Harmonies of #EC513F
Complementary color
Monochromatic Colors of #EC513F
Black with #EC513F
Text Example
Text Example
White with #EC513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC513F; }
p { color: rgb(236,81,63); }
H1.HeaderClassName
{
color: #EC513F;
}
.AnyTagClassName
{
color: #EC513F;
}
</style>
background-color css
<style>
a { background-color: #EC513F; }
a { background-color: rgb(236,81,63); }
div.DivClassName
{
background-color: #EC513F;
}
.BgClassName
{
background-color: #EC513F;
}
</style>
border-color css
<style>
span { border-color: #EC513F; }
span { border-color: rgb(236,81,63); }
td.TdClassName
{
border-color: #EC513F;
}
.TagClassName
{
border-color: #EC513F;
}
</style>