Shades of Sunset Orange #ED5043
Tints of Sunset Orange #ED5043
RGB
CMYK
RGB Variations
Color information
#ED5043 (or 0xED5043) is known color: Sunset Orange. HEX triplet: ED, 50 and 43. RGB value is (237,80,67). Sum of RGB (Red+Green+Blue) = 237+80+67=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5043 is #12AFBC. Grayscale: #7D7D7D. Windows color (decimal): -1224637 or 4411629. OLE color: 4411629.
HSL color Cylindrical-coordinate representation of color #ED5043: hue angle of 4.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED5043 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 67 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.07 |
| HSL | 4.59º | 0.83% | 0.6% | - |
| HSV(B) | 4.59º | 0.72% | 0.93% | - |
| XYZ | 38.81 | 24.15 | 7.93 | - |
| YUV | 125.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 67 | 0 | 0.66 | 0.72 | 0.07 | 4.59 | 0.83 | 0.6 |
| Hex | ED | 50 | 43 | 0 | 42 | 48 | 7 | 5 | 53 | 3C |
| Octal | 355 | 120 | 103 | 0 | 102 | 110 | 7 | 5 | 123 | 74 |
| Binary | 11101101 | 1010000 | 1000011 | 0 | 1000010 | 1001000 | 111 | 101 | 1010011 | 111100 |
Color Harmonies of #ED5043
Complementary color
Monochromatic Colors of #ED5043
Black with #ED5043
Text Example
Text Example
White with #ED5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5043; }
p { color: rgb(237,80,67); }
H1.HeaderClassName
{
color: #ED5043;
}
.AnyTagClassName
{
color: #ED5043;
}
</style>
background-color css
<style>
a { background-color: #ED5043; }
a { background-color: rgb(237,80,67); }
div.DivClassName
{
background-color: #ED5043;
}
.BgClassName
{
background-color: #ED5043;
}
</style>
border-color css
<style>
span { border-color: #ED5043; }
span { border-color: rgb(237,80,67); }
td.TdClassName
{
border-color: #ED5043;
}
.TagClassName
{
border-color: #ED5043;
}
</style>