Shades of Sunset Orange #ED5041
Tints of Sunset Orange #ED5041
RGB
CMYK
RGB Variations
Color information
#ED5041 (or 0xED5041) is known color: Sunset Orange. HEX triplet: ED, 50 and 41. RGB value is (237,80,65). Sum of RGB (Red+Green+Blue) = 237+80+65=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5041 is #12AFBE. Grayscale: #7D7D7D. Windows color (decimal): -1224639 or 4280557. OLE color: 4280557.
HSL color Cylindrical-coordinate representation of color #ED5041: hue angle of 5.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5041 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 65 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.07 |
| HSL | 5.23º | 0.83% | 0.59% | - |
| HSV(B) | 5.23º | 0.73% | 0.93% | - |
| XYZ | 38.75 | 24.12 | 7.62 | - |
| YUV | 125.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 65 | 0 | 0.66 | 0.73 | 0.07 | 5.23 | 0.83 | 0.59 |
| Hex | ED | 50 | 41 | 0 | 42 | 49 | 7 | 5 | 53 | 3B |
| Octal | 355 | 120 | 101 | 0 | 102 | 111 | 7 | 5 | 123 | 73 |
| Binary | 11101101 | 1010000 | 1000001 | 0 | 1000010 | 1001001 | 111 | 101 | 1010011 | 111011 |
Color Harmonies of #ED5041
Complementary color
Monochromatic Colors of #ED5041
Black with #ED5041
Text Example
Text Example
White with #ED5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5041; }
p { color: rgb(237,80,65); }
H1.HeaderClassName
{
color: #ED5041;
}
.AnyTagClassName
{
color: #ED5041;
}
</style>
background-color css
<style>
a { background-color: #ED5041; }
a { background-color: rgb(237,80,65); }
div.DivClassName
{
background-color: #ED5041;
}
.BgClassName
{
background-color: #ED5041;
}
</style>
border-color css
<style>
span { border-color: #ED5041; }
span { border-color: rgb(237,80,65); }
td.TdClassName
{
border-color: #ED5041;
}
.TagClassName
{
border-color: #ED5041;
}
</style>