Shades of Sunset Orange #EC523C
Tints of Sunset Orange #EC523C
RGB
CMYK
RGB Variations
Color information
#EC523C (or 0xEC523C) is known color: Sunset Orange. HEX triplet: EC, 52 and 3C. RGB value is (236,82,60). Sum of RGB (Red+Green+Blue) = 236+82+60=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523C is #13ADC3. Grayscale: #7D7D7D. Windows color (decimal): -1289668 or 3953388. OLE color: 3953388.
HSL color Cylindrical-coordinate representation of color #EC523C: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC523C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 60 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.07 |
| HSL | 7.5º | 0.82% | 0.58% | - |
| HSV(B) | 7.5º | 0.75% | 0.93% | - |
| XYZ | 38.42 | 24.19 | 6.92 | - |
| YUV | 125.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 60 | 0 | 0.65 | 0.75 | 0.07 | 7.5 | 0.82 | 0.58 |
| Hex | EC | 52 | 3C | 0 | 41 | 4B | 7 | 8 | 52 | 3A |
| Octal | 354 | 122 | 74 | 0 | 101 | 113 | 7 | 10 | 122 | 72 |
| Binary | 11101100 | 1010010 | 111100 | 0 | 1000001 | 1001011 | 111 | 1000 | 1010010 | 111010 |
Color Harmonies of #EC523C
Complementary color
Monochromatic Colors of #EC523C
Black with #EC523C
Text Example
Text Example
White with #EC523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC523C; }
p { color: rgb(236,82,60); }
H1.HeaderClassName
{
color: #EC523C;
}
.AnyTagClassName
{
color: #EC523C;
}
</style>
background-color css
<style>
a { background-color: #EC523C; }
a { background-color: rgb(236,82,60); }
div.DivClassName
{
background-color: #EC523C;
}
.BgClassName
{
background-color: #EC523C;
}
</style>
border-color css
<style>
span { border-color: #EC523C; }
span { border-color: rgb(236,82,60); }
td.TdClassName
{
border-color: #EC523C;
}
.TagClassName
{
border-color: #EC523C;
}
</style>