Shades of Sunset Orange #ED4A48
Tints of Sunset Orange #ED4A48
RGB
CMYK
RGB Variations
Color information
#ED4A48 (or 0xED4A48) is known color: Sunset Orange. HEX triplet: ED, 4A and 48. RGB value is (237,74,72). Sum of RGB (Red+Green+Blue) = 237+74+72=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A48 is #12B5B7. Grayscale: #7A7A7A. Windows color (decimal): -1226168 or 4737773. OLE color: 4737773.
HSL color Cylindrical-coordinate representation of color #ED4A48: hue angle of 0.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4A48 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 72 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.07 |
| HSL | 0.73º | 0.82% | 0.61% | - |
| HSV(B) | 0.73º | 0.7% | 0.93% | - |
| XYZ | 38.54 | 23.37 | 8.61 | - |
| YUV | 122.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 72 | 0 | 0.69 | 0.70 | 0.07 | 0.73 | 0.82 | 0.61 |
| Hex | ED | 4A | 48 | 0 | 45 | 46 | 7 | 1 | 52 | 3D |
| Octal | 355 | 112 | 110 | 0 | 105 | 106 | 7 | 1 | 122 | 75 |
| Binary | 11101101 | 1001010 | 1001000 | 0 | 1000101 | 1000110 | 111 | 1 | 1010010 | 111101 |
Color Harmonies of #ED4A48
Complementary color
Monochromatic Colors of #ED4A48
Black with #ED4A48
Text Example
Text Example
White with #ED4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A48; }
p { color: rgb(237,74,72); }
H1.HeaderClassName
{
color: #ED4A48;
}
.AnyTagClassName
{
color: #ED4A48;
}
</style>
background-color css
<style>
a { background-color: #ED4A48; }
a { background-color: rgb(237,74,72); }
div.DivClassName
{
background-color: #ED4A48;
}
.BgClassName
{
background-color: #ED4A48;
}
</style>
border-color css
<style>
span { border-color: #ED4A48; }
span { border-color: rgb(237,74,72); }
td.TdClassName
{
border-color: #ED4A48;
}
.TagClassName
{
border-color: #ED4A48;
}
</style>