Shades of Sunset Orange #ED4C45
Tints of Sunset Orange #ED4C45
RGB
CMYK
RGB Variations
Color information
#ED4C45 (or 0xED4C45) is known color: Sunset Orange. HEX triplet: ED, 4C and 45. RGB value is (237,76,69). Sum of RGB (Red+Green+Blue) = 237+76+69=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C45 is #12B3BA. Grayscale: #7B7B7B. Windows color (decimal): -1225659 or 4541677. OLE color: 4541677.
HSL color Cylindrical-coordinate representation of color #ED4C45: hue angle of 2.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4C45 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 69 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.07 |
| HSL | 2.5º | 0.82% | 0.6% | - |
| HSV(B) | 2.5º | 0.71% | 0.93% | - |
| XYZ | 38.58 | 23.6 | 8.15 | - |
| YUV | 123.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 69 | 0 | 0.68 | 0.71 | 0.07 | 2.5 | 0.82 | 0.6 |
| Hex | ED | 4C | 45 | 0 | 44 | 47 | 7 | 2 | 52 | 3C |
| Octal | 355 | 114 | 105 | 0 | 104 | 107 | 7 | 2 | 122 | 74 |
| Binary | 11101101 | 1001100 | 1000101 | 0 | 1000100 | 1000111 | 111 | 10 | 1010010 | 111100 |
Color Harmonies of #ED4C45
Complementary color
Monochromatic Colors of #ED4C45
Black with #ED4C45
Text Example
Text Example
White with #ED4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4C45; }
p { color: rgb(237,76,69); }
H1.HeaderClassName
{
color: #ED4C45;
}
.AnyTagClassName
{
color: #ED4C45;
}
</style>
background-color css
<style>
a { background-color: #ED4C45; }
a { background-color: rgb(237,76,69); }
div.DivClassName
{
background-color: #ED4C45;
}
.BgClassName
{
background-color: #ED4C45;
}
</style>
border-color css
<style>
span { border-color: #ED4C45; }
span { border-color: rgb(237,76,69); }
td.TdClassName
{
border-color: #ED4C45;
}
.TagClassName
{
border-color: #ED4C45;
}
</style>