Shades of Sunset Orange #EC523E
Tints of Sunset Orange #EC523E
RGB
CMYK
RGB Variations
Color information
#EC523E (or 0xEC523E) is known color: Sunset Orange. HEX triplet: EC, 52 and 3E. RGB value is (236,82,62). Sum of RGB (Red+Green+Blue) = 236+82+62=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523E is #13ADC1. Grayscale: #7E7E7E. Windows color (decimal): -1289666 or 4084460. OLE color: 4084460.
HSL color Cylindrical-coordinate representation of color #EC523E: hue angle of 6.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC523E is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 62 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.07 |
| HSL | 6.9º | 0.82% | 0.58% | - |
| HSV(B) | 6.9º | 0.74% | 0.93% | - |
| XYZ | 38.48 | 24.22 | 7.2 | - |
| YUV | 125.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 62 | 0 | 0.65 | 0.74 | 0.07 | 6.9 | 0.82 | 0.58 |
| Hex | EC | 52 | 3E | 0 | 41 | 4A | 7 | 7 | 52 | 3A |
| Octal | 354 | 122 | 76 | 0 | 101 | 112 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010010 | 111110 | 0 | 1000001 | 1001010 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC523E
Complementary color
Monochromatic Colors of #EC523E
Black with #EC523E
Text Example
Text Example
White with #EC523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC523E; }
p { color: rgb(236,82,62); }
H1.HeaderClassName
{
color: #EC523E;
}
.AnyTagClassName
{
color: #EC523E;
}
</style>
background-color css
<style>
a { background-color: #EC523E; }
a { background-color: rgb(236,82,62); }
div.DivClassName
{
background-color: #EC523E;
}
.BgClassName
{
background-color: #EC523E;
}
</style>
border-color css
<style>
span { border-color: #EC523E; }
span { border-color: rgb(236,82,62); }
td.TdClassName
{
border-color: #EC523E;
}
.TagClassName
{
border-color: #EC523E;
}
</style>