Shades of Sunset Orange #ED4E49
Tints of Sunset Orange #ED4E49
RGB
CMYK
RGB Variations
Color information
#ED4E49 (or 0xED4E49) is known color: Sunset Orange. HEX triplet: ED, 4E and 49. RGB value is (237,78,73). Sum of RGB (Red+Green+Blue) = 237+78+73=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4E49 is #12B1B6. Grayscale: #7D7D7D. Windows color (decimal): -1225143 or 4804333. OLE color: 4804333.
HSL color Cylindrical-coordinate representation of color #ED4E49: hue angle of 1.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4E49 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 73 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.07 |
| HSL | 1.83º | 0.82% | 0.61% | - |
| HSV(B) | 1.83º | 0.69% | 0.93% | - |
| XYZ | 38.85 | 23.93 | 8.88 | - |
| YUV | 124.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 73 | 0 | 0.67 | 0.69 | 0.07 | 1.83 | 0.82 | 0.61 |
| Hex | ED | 4E | 49 | 0 | 43 | 45 | 7 | 2 | 52 | 3D |
| Octal | 355 | 116 | 111 | 0 | 103 | 105 | 7 | 2 | 122 | 75 |
| Binary | 11101101 | 1001110 | 1001001 | 0 | 1000011 | 1000101 | 111 | 10 | 1010010 | 111101 |
Color Harmonies of #ED4E49
Complementary color
Monochromatic Colors of #ED4E49
Black with #ED4E49
Text Example
Text Example
White with #ED4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E49; }
p { color: rgb(237,78,73); }
H1.HeaderClassName
{
color: #ED4E49;
}
.AnyTagClassName
{
color: #ED4E49;
}
</style>
background-color css
<style>
a { background-color: #ED4E49; }
a { background-color: rgb(237,78,73); }
div.DivClassName
{
background-color: #ED4E49;
}
.BgClassName
{
background-color: #ED4E49;
}
</style>
border-color css
<style>
span { border-color: #ED4E49; }
span { border-color: rgb(237,78,73); }
td.TdClassName
{
border-color: #ED4E49;
}
.TagClassName
{
border-color: #ED4E49;
}
</style>