Shades of Sunset Orange #EC504D
Tints of Sunset Orange #EC504D
RGB
CMYK
RGB Variations
Color information
#EC504D (or 0xEC504D) is known color: Sunset Orange. HEX triplet: EC, 50 and 4D. RGB value is (236,80,77). Sum of RGB (Red+Green+Blue) = 236+80+77=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC504D is #13AFB2. Grayscale: #7E7E7E. Windows color (decimal): -1290163 or 5066988. OLE color: 5066988.
HSL color Cylindrical-coordinate representation of color #EC504D: hue angle of 1.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC504D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 77 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.07 |
| HSL | 1.13º | 0.81% | 0.61% | - |
| HSV(B) | 1.13º | 0.67% | 0.93% | - |
| XYZ | 38.8 | 24.11 | 9.63 | - |
| YUV | 126.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 77 | 0 | 0.66 | 0.67 | 0.07 | 1.13 | 0.81 | 0.61 |
| Hex | EC | 50 | 4D | 0 | 42 | 43 | 7 | 1 | 51 | 3D |
| Octal | 354 | 120 | 115 | 0 | 102 | 103 | 7 | 1 | 121 | 75 |
| Binary | 11101100 | 1010000 | 1001101 | 0 | 1000010 | 1000011 | 111 | 1 | 1010001 | 111101 |
Color Harmonies of #EC504D
Complementary color
Monochromatic Colors of #EC504D
Black with #EC504D
Text Example
Text Example
White with #EC504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC504D; }
p { color: rgb(236,80,77); }
H1.HeaderClassName
{
color: #EC504D;
}
.AnyTagClassName
{
color: #EC504D;
}
</style>
background-color css
<style>
a { background-color: #EC504D; }
a { background-color: rgb(236,80,77); }
div.DivClassName
{
background-color: #EC504D;
}
.BgClassName
{
background-color: #EC504D;
}
</style>
border-color css
<style>
span { border-color: #EC504D; }
span { border-color: rgb(236,80,77); }
td.TdClassName
{
border-color: #EC504D;
}
.TagClassName
{
border-color: #EC504D;
}
</style>