Shades of Sunset Orange #ED4A46
Tints of Sunset Orange #ED4A46
RGB
CMYK
RGB Variations
Color information
#ED4A46 (or 0xED4A46) is known color: Sunset Orange. HEX triplet: ED, 4A and 46. RGB value is (237,74,70). Sum of RGB (Red+Green+Blue) = 237+74+70=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A46 is #12B5B9. Grayscale: #7A7A7A. Windows color (decimal): -1226170 or 4606701. OLE color: 4606701.
HSL color Cylindrical-coordinate representation of color #ED4A46: hue angle of 1.44º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4A46 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 70 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.07 |
| HSL | 1.44º | 0.82% | 0.6% | - |
| HSV(B) | 1.44º | 0.7% | 0.93% | - |
| XYZ | 38.48 | 23.34 | 8.27 | - |
| YUV | 122.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 70 | 0 | 0.69 | 0.70 | 0.07 | 1.44 | 0.82 | 0.6 |
| Hex | ED | 4A | 46 | 0 | 45 | 46 | 7 | 1 | 52 | 3C |
| Octal | 355 | 112 | 106 | 0 | 105 | 106 | 7 | 1 | 122 | 74 |
| Binary | 11101101 | 1001010 | 1000110 | 0 | 1000101 | 1000110 | 111 | 1 | 1010010 | 111100 |
Color Harmonies of #ED4A46
Complementary color
Monochromatic Colors of #ED4A46
Black with #ED4A46
Text Example
Text Example
White with #ED4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A46; }
p { color: rgb(237,74,70); }
H1.HeaderClassName
{
color: #ED4A46;
}
.AnyTagClassName
{
color: #ED4A46;
}
</style>
background-color css
<style>
a { background-color: #ED4A46; }
a { background-color: rgb(237,74,70); }
div.DivClassName
{
background-color: #ED4A46;
}
.BgClassName
{
background-color: #ED4A46;
}
</style>
border-color css
<style>
span { border-color: #ED4A46; }
span { border-color: rgb(237,74,70); }
td.TdClassName
{
border-color: #ED4A46;
}
.TagClassName
{
border-color: #ED4A46;
}
</style>