Shades of Sunset Orange #ED4C44
Tints of Sunset Orange #ED4C44
RGB
CMYK
RGB Variations
Color information
#ED4C44 (or 0xED4C44) is known color: Sunset Orange. HEX triplet: ED, 4C and 44. RGB value is (237,76,68). Sum of RGB (Red+Green+Blue) = 237+76+68=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C44 is #12B3BB. Grayscale: #7B7B7B. Windows color (decimal): -1225660 or 4476141. OLE color: 4476141.
HSL color Cylindrical-coordinate representation of color #ED4C44: hue angle of 2.84º 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 #ED4C44 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 68 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.07 |
| HSL | 2.84º | 0.82% | 0.6% | - |
| HSV(B) | 2.84º | 0.71% | 0.93% | - |
| XYZ | 38.55 | 23.59 | 7.99 | - |
| YUV | 123.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 68 | 0 | 0.68 | 0.71 | 0.07 | 2.84 | 0.82 | 0.6 |
| Hex | ED | 4C | 44 | 0 | 44 | 47 | 7 | 3 | 52 | 3C |
| Octal | 355 | 114 | 104 | 0 | 104 | 107 | 7 | 3 | 122 | 74 |
| Binary | 11101101 | 1001100 | 1000100 | 0 | 1000100 | 1000111 | 111 | 11 | 1010010 | 111100 |
Color Harmonies of #ED4C44
Complementary color
Monochromatic Colors of #ED4C44
Black with #ED4C44
Text Example
Text Example
White with #ED4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4C44; }
p { color: rgb(237,76,68); }
H1.HeaderClassName
{
color: #ED4C44;
}
.AnyTagClassName
{
color: #ED4C44;
}
</style>
background-color css
<style>
a { background-color: #ED4C44; }
a { background-color: rgb(237,76,68); }
div.DivClassName
{
background-color: #ED4C44;
}
.BgClassName
{
background-color: #ED4C44;
}
</style>
border-color css
<style>
span { border-color: #ED4C44; }
span { border-color: rgb(237,76,68); }
td.TdClassName
{
border-color: #ED4C44;
}
.TagClassName
{
border-color: #ED4C44;
}
</style>