Shades of Sunset Orange #ED513C
Tints of Sunset Orange #ED513C
RGB
CMYK
RGB Variations
Color information
#ED513C (or 0xED513C) is known color: Sunset Orange. HEX triplet: ED, 51 and 3C. RGB value is (237,81,60). Sum of RGB (Red+Green+Blue) = 237+81+60=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED513C is #12AEC3. Grayscale: #7D7D7D. Windows color (decimal): -1224388 or 3953133. OLE color: 3953133.
HSL color Cylindrical-coordinate representation of color #ED513C: hue angle of 7.12º degrees, saturation: 0.83, 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 #ED513C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 7.12º | 0.83% | 0.58% | - |
| HSV(B) | 7.12º | 0.75% | 0.93% | - |
| XYZ | 38.68 | 24.22 | 6.91 | - |
| YUV | 125.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 60 | 0 | 0.66 | 0.75 | 0.07 | 7.12 | 0.83 | 0.58 |
| Hex | ED | 51 | 3C | 0 | 42 | 4B | 7 | 7 | 53 | 3A |
| Octal | 355 | 121 | 74 | 0 | 102 | 113 | 7 | 7 | 123 | 72 |
| Binary | 11101101 | 1010001 | 111100 | 0 | 1000010 | 1001011 | 111 | 111 | 1010011 | 111010 |
Color Harmonies of #ED513C
Complementary color
Monochromatic Colors of #ED513C
Black with #ED513C
Text Example
Text Example
White with #ED513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED513C; }
p { color: rgb(237,81,60); }
H1.HeaderClassName
{
color: #ED513C;
}
.AnyTagClassName
{
color: #ED513C;
}
</style>
background-color css
<style>
a { background-color: #ED513C; }
a { background-color: rgb(237,81,60); }
div.DivClassName
{
background-color: #ED513C;
}
.BgClassName
{
background-color: #ED513C;
}
</style>
border-color css
<style>
span { border-color: #ED513C; }
span { border-color: rgb(237,81,60); }
td.TdClassName
{
border-color: #ED513C;
}
.TagClassName
{
border-color: #ED513C;
}
</style>