Shades of Sunset Orange #ED5042
Tints of Sunset Orange #ED5042
RGB
CMYK
RGB Variations
Color information
#ED5042 (or 0xED5042) is known color: Sunset Orange. HEX triplet: ED, 50 and 42. RGB value is (237,80,66). Sum of RGB (Red+Green+Blue) = 237+80+66=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5042 is #12AFBD. Grayscale: #7D7D7D. Windows color (decimal): -1224638 or 4346093. OLE color: 4346093.
HSL color Cylindrical-coordinate representation of color #ED5042: hue angle of 4.91º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED5042 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 66 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.07 |
| HSL | 4.91º | 0.83% | 0.59% | - |
| HSV(B) | 4.91º | 0.72% | 0.93% | - |
| XYZ | 38.78 | 24.14 | 7.77 | - |
| YUV | 125.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 66 | 0 | 0.66 | 0.72 | 0.07 | 4.91 | 0.83 | 0.59 |
| Hex | ED | 50 | 42 | 0 | 42 | 48 | 7 | 5 | 53 | 3B |
| Octal | 355 | 120 | 102 | 0 | 102 | 110 | 7 | 5 | 123 | 73 |
| Binary | 11101101 | 1010000 | 1000010 | 0 | 1000010 | 1001000 | 111 | 101 | 1010011 | 111011 |
Color Harmonies of #ED5042
Complementary color
Monochromatic Colors of #ED5042
Black with #ED5042
Text Example
Text Example
White with #ED5042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5042; }
p { color: rgb(237,80,66); }
H1.HeaderClassName
{
color: #ED5042;
}
.AnyTagClassName
{
color: #ED5042;
}
</style>
background-color css
<style>
a { background-color: #ED5042; }
a { background-color: rgb(237,80,66); }
div.DivClassName
{
background-color: #ED5042;
}
.BgClassName
{
background-color: #ED5042;
}
</style>
border-color css
<style>
span { border-color: #ED5042; }
span { border-color: rgb(237,80,66); }
td.TdClassName
{
border-color: #ED5042;
}
.TagClassName
{
border-color: #ED5042;
}
</style>