Shades of Sunset Orange #EC513D
Tints of Sunset Orange #EC513D
RGB
CMYK
RGB Variations
Color information
#EC513D (or 0xEC513D) is known color: Sunset Orange. HEX triplet: EC, 51 and 3D. RGB value is (236,81,61). Sum of RGB (Red+Green+Blue) = 236+81+61=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC513D is #13AEC2. Grayscale: #7D7D7D. Windows color (decimal): -1289923 or 4018668. OLE color: 4018668.
HSL color Cylindrical-coordinate representation of color #EC513D: hue angle of 6.86º 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 #EC513D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 61 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.07 |
| HSL | 6.86º | 0.82% | 0.58% | - |
| HSV(B) | 6.86º | 0.74% | 0.93% | - |
| XYZ | 38.38 | 24.05 | 7.04 | - |
| YUV | 125.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 61 | 0 | 0.66 | 0.74 | 0.07 | 6.86 | 0.82 | 0.58 |
| Hex | EC | 51 | 3D | 0 | 42 | 4A | 7 | 7 | 52 | 3A |
| Octal | 354 | 121 | 75 | 0 | 102 | 112 | 7 | 7 | 122 | 72 |
| Binary | 11101100 | 1010001 | 111101 | 0 | 1000010 | 1001010 | 111 | 111 | 1010010 | 111010 |
Color Harmonies of #EC513D
Complementary color
Monochromatic Colors of #EC513D
Black with #EC513D
Text Example
Text Example
White with #EC513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC513D; }
p { color: rgb(236,81,61); }
H1.HeaderClassName
{
color: #EC513D;
}
.AnyTagClassName
{
color: #EC513D;
}
</style>
background-color css
<style>
a { background-color: #EC513D; }
a { background-color: rgb(236,81,61); }
div.DivClassName
{
background-color: #EC513D;
}
.BgClassName
{
background-color: #EC513D;
}
</style>
border-color css
<style>
span { border-color: #EC513D; }
span { border-color: rgb(236,81,61); }
td.TdClassName
{
border-color: #EC513D;
}
.TagClassName
{
border-color: #EC513D;
}
</style>