Shades of Sunset Orange #EC553F
Tints of Sunset Orange #EC553F
RGB
CMYK
RGB Variations
Color information
#EC553F (or 0xEC553F) is known color: Sunset Orange. HEX triplet: EC, 55 and 3F. RGB value is (236,85,63). Sum of RGB (Red+Green+Blue) = 236+85+63=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC553F is #13AAC0. Grayscale: #7F7F7F. Windows color (decimal): -1288897 or 4150764. OLE color: 4150764.
HSL color Cylindrical-coordinate representation of color #EC553F: hue angle of 7.63º 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 #EC553F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 63 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.63º | 0.82% | 0.59% | - |
| HSV(B) | 7.63º | 0.73% | 0.93% | - |
| XYZ | 38.74 | 24.69 | 7.43 | - |
| YUV | 127.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 63 | 0 | 0.64 | 0.73 | 0.07 | 7.63 | 0.82 | 0.59 |
| Hex | EC | 55 | 3F | 0 | 40 | 49 | 7 | 8 | 52 | 3B |
| Octal | 354 | 125 | 77 | 0 | 100 | 111 | 7 | 10 | 122 | 73 |
| Binary | 11101100 | 1010101 | 111111 | 0 | 1000000 | 1001001 | 111 | 1000 | 1010010 | 111011 |
Color Harmonies of #EC553F
Complementary color
Monochromatic Colors of #EC553F
Black with #EC553F
Text Example
Text Example
White with #EC553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC553F; }
p { color: rgb(236,85,63); }
H1.HeaderClassName
{
color: #EC553F;
}
.AnyTagClassName
{
color: #EC553F;
}
</style>
background-color css
<style>
a { background-color: #EC553F; }
a { background-color: rgb(236,85,63); }
div.DivClassName
{
background-color: #EC553F;
}
.BgClassName
{
background-color: #EC553F;
}
</style>
border-color css
<style>
span { border-color: #EC553F; }
span { border-color: rgb(236,85,63); }
td.TdClassName
{
border-color: #EC553F;
}
.TagClassName
{
border-color: #EC553F;
}
</style>