Shades of Sunset Orange #ED4D49
Tints of Sunset Orange #ED4D49
RGB
CMYK
RGB Variations
Color information
#ED4D49 (or 0xED4D49) is known color: Sunset Orange. HEX triplet: ED, 4D and 49. RGB value is (237,77,73). Sum of RGB (Red+Green+Blue) = 237+77+73=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4D49 is #12B2B6. Grayscale: #7C7C7C. Windows color (decimal): -1225399 or 4804077. OLE color: 4804077.
HSL color Cylindrical-coordinate representation of color #ED4D49: hue angle of 1.46º 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 #ED4D49 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 77 | 73 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.07 |
| HSL | 1.46º | 0.82% | 0.61% | - |
| HSV(B) | 1.46º | 0.69% | 0.93% | - |
| XYZ | 38.78 | 23.79 | 8.85 | - |
| YUV | 124.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 73 | 0 | 0.68 | 0.69 | 0.07 | 1.46 | 0.82 | 0.61 |
| Hex | ED | 4D | 49 | 0 | 44 | 45 | 7 | 1 | 52 | 3D |
| Octal | 355 | 115 | 111 | 0 | 104 | 105 | 7 | 1 | 122 | 75 |
| Binary | 11101101 | 1001101 | 1001001 | 0 | 1000100 | 1000101 | 111 | 1 | 1010010 | 111101 |
Color Harmonies of #ED4D49
Complementary color
Monochromatic Colors of #ED4D49
Black with #ED4D49
Text Example
Text Example
White with #ED4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4D49; }
p { color: rgb(237,77,73); }
H1.HeaderClassName
{
color: #ED4D49;
}
.AnyTagClassName
{
color: #ED4D49;
}
</style>
background-color css
<style>
a { background-color: #ED4D49; }
a { background-color: rgb(237,77,73); }
div.DivClassName
{
background-color: #ED4D49;
}
.BgClassName
{
background-color: #ED4D49;
}
</style>
border-color css
<style>
span { border-color: #ED4D49; }
span { border-color: rgb(237,77,73); }
td.TdClassName
{
border-color: #ED4D49;
}
.TagClassName
{
border-color: #ED4D49;
}
</style>