Shades of Sunset Orange #EC523D
Tints of Sunset Orange #EC523D
RGB
CMYK
RGB Variations
Color information
#EC523D (or 0xEC523D) is known color: Sunset Orange. HEX triplet: EC, 52 and 3D. RGB value is (236,82,61). Sum of RGB (Red+Green+Blue) = 236+82+61=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523D is #13ADC2. Grayscale: #7D7D7D. Windows color (decimal): -1289667 or 4018924. OLE color: 4018924.
HSL color Cylindrical-coordinate representation of color #EC523D: hue angle of 7.2º 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 #EC523D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 61 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.07 |
| HSL | 7.2º | 0.82% | 0.58% | - |
| HSV(B) | 7.2º | 0.74% | 0.93% | - |
| XYZ | 38.45 | 24.2 | 7.06 | - |
| YUV | 125.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 61 | 0 | 0.65 | 0.74 | 0.07 | 7.2 | 0.82 | 0.58 |
| Hex | EC | 52 | 3D | 0 | 41 | 4A | 7 | 7 | 52 | 3A |
| Octal | 354 | 122 | 75 | 0 | 101 | 112 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010010 | 111101 | 0 | 1000001 | 1001010 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC523D
Complementary color
Monochromatic Colors of #EC523D
Black with #EC523D
Text Example
Text Example
White with #EC523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC523D; }
p { color: rgb(236,82,61); }
H1.HeaderClassName
{
color: #EC523D;
}
.AnyTagClassName
{
color: #EC523D;
}
</style>
background-color css
<style>
a { background-color: #EC523D; }
a { background-color: rgb(236,82,61); }
div.DivClassName
{
background-color: #EC523D;
}
.BgClassName
{
background-color: #EC523D;
}
</style>
border-color css
<style>
span { border-color: #EC523D; }
span { border-color: rgb(236,82,61); }
td.TdClassName
{
border-color: #EC523D;
}
.TagClassName
{
border-color: #EC523D;
}
</style>