Shades of Sunset Orange #ED5149
Tints of Sunset Orange #ED5149
RGB
CMYK
RGB Variations
Color information
#ED5149 (or 0xED5149) is known color: Sunset Orange. HEX triplet: ED, 51 and 49. RGB value is (237,81,73). Sum of RGB (Red+Green+Blue) = 237+81+73=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5149 is #12AEB6. Grayscale: #7E7E7E. Windows color (decimal): -1224375 or 4805101. OLE color: 4805101.
HSL color Cylindrical-coordinate representation of color #ED5149: hue angle of 2.93º 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 #ED5149 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 73 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.07 |
| HSL | 2.93º | 0.82% | 0.61% | - |
| HSV(B) | 2.93º | 0.69% | 0.93% | - |
| XYZ | 39.07 | 24.37 | 8.95 | - |
| YUV | 126.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 73 | 0 | 0.66 | 0.69 | 0.07 | 2.93 | 0.82 | 0.61 |
| Hex | ED | 51 | 49 | 0 | 42 | 45 | 7 | 3 | 52 | 3D |
| Octal | 355 | 121 | 111 | 0 | 102 | 105 | 7 | 3 | 122 | 75 |
| Binary | 11101101 | 1010001 | 1001001 | 0 | 1000010 | 1000101 | 111 | 11 | 1010010 | 111101 |
Color Harmonies of #ED5149
Complementary color
Monochromatic Colors of #ED5149
Black with #ED5149
Text Example
Text Example
White with #ED5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5149; }
p { color: rgb(237,81,73); }
H1.HeaderClassName
{
color: #ED5149;
}
.AnyTagClassName
{
color: #ED5149;
}
</style>
background-color css
<style>
a { background-color: #ED5149; }
a { background-color: rgb(237,81,73); }
div.DivClassName
{
background-color: #ED5149;
}
.BgClassName
{
background-color: #ED5149;
}
</style>
border-color css
<style>
span { border-color: #ED5149; }
span { border-color: rgb(237,81,73); }
td.TdClassName
{
border-color: #ED5149;
}
.TagClassName
{
border-color: #ED5149;
}
</style>