Shades of Sunset Orange #EC524A
Tints of Sunset Orange #EC524A
RGB
CMYK
RGB Variations
Color information
#EC524A (or 0xEC524A) is known color: Sunset Orange. HEX triplet: EC, 52 and 4A. RGB value is (236,82,74). Sum of RGB (Red+Green+Blue) = 236+82+74=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC524A is #13ADB5. Grayscale: #7F7F7F. Windows color (decimal): -1289654 or 4870892. OLE color: 4870892.
HSL color Cylindrical-coordinate representation of color #EC524A: hue angle of 2.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC524A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 74 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.07 |
| HSL | 2.96º | 0.81% | 0.61% | - |
| HSV(B) | 2.96º | 0.69% | 0.93% | - |
| XYZ | 38.85 | 24.36 | 9.13 | - |
| YUV | 127.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 74 | 0 | 0.65 | 0.69 | 0.07 | 2.96 | 0.81 | 0.61 |
| Hex | EC | 52 | 4A | 0 | 41 | 45 | 7 | 3 | 51 | 3D |
| Octal | 354 | 122 | 112 | 0 | 101 | 105 | 7 | 3 | 121 | 75 |
| Binary | 11101100 | 1010010 | 1001010 | 0 | 1000001 | 1000101 | 111 | 11 | 1010001 | 111101 |
Color Harmonies of #EC524A
Complementary color
Monochromatic Colors of #EC524A
Black with #EC524A
Text Example
Text Example
White with #EC524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC524A; }
p { color: rgb(236,82,74); }
H1.HeaderClassName
{
color: #EC524A;
}
.AnyTagClassName
{
color: #EC524A;
}
</style>
background-color css
<style>
a { background-color: #EC524A; }
a { background-color: rgb(236,82,74); }
div.DivClassName
{
background-color: #EC524A;
}
.BgClassName
{
background-color: #EC524A;
}
</style>
border-color css
<style>
span { border-color: #EC524A; }
span { border-color: rgb(236,82,74); }
td.TdClassName
{
border-color: #EC524A;
}
.TagClassName
{
border-color: #EC524A;
}
</style>