Shades of Sunset Orange #ED5740
Tints of Sunset Orange #ED5740
RGB
CMYK
RGB Variations
Color information
#ED5740 (or 0xED5740) is known color: Sunset Orange. HEX triplet: ED, 57 and 40. RGB value is (237,87,64). Sum of RGB (Red+Green+Blue) = 237+87+64=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5740 is #12A8BF. Grayscale: #818181. Windows color (decimal): -1222848 or 4216813. OLE color: 4216813.
HSL color Cylindrical-coordinate representation of color #ED5740: hue angle of 7.98º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5740 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 64 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.07 |
| HSL | 7.98º | 0.83% | 0.59% | - |
| HSV(B) | 7.98º | 0.73% | 0.93% | - |
| XYZ | 39.26 | 25.19 | 7.64 | - |
| YUV | 129.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 64 | 0 | 0.63 | 0.73 | 0.07 | 7.98 | 0.83 | 0.59 |
| Hex | ED | 57 | 40 | 0 | 3F | 49 | 7 | 8 | 53 | 3B |
| Octal | 355 | 127 | 100 | 0 | 77 | 111 | 7 | 10 | 123 | 73 |
| Binary | 11101101 | 1010111 | 1000000 | 0 | 111111 | 1001001 | 111 | 1000 | 1010011 | 111011 |
Color Harmonies of #ED5740
Complementary color
Monochromatic Colors of #ED5740
Black with #ED5740
Text Example
Text Example
White with #ED5740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5740; }
p { color: rgb(237,87,64); }
H1.HeaderClassName
{
color: #ED5740;
}
.AnyTagClassName
{
color: #ED5740;
}
</style>
background-color css
<style>
a { background-color: #ED5740; }
a { background-color: rgb(237,87,64); }
div.DivClassName
{
background-color: #ED5740;
}
.BgClassName
{
background-color: #ED5740;
}
</style>
border-color css
<style>
span { border-color: #ED5740; }
span { border-color: rgb(237,87,64); }
td.TdClassName
{
border-color: #ED5740;
}
.TagClassName
{
border-color: #ED5740;
}
</style>