Shades of Sunset Orange #ED4E4A
Tints of Sunset Orange #ED4E4A
RGB
CMYK
RGB Variations
Color information
#ED4E4A (or 0xED4E4A) is known color: Sunset Orange. HEX triplet: ED, 4E and 4A. RGB value is (237,78,74). Sum of RGB (Red+Green+Blue) = 237+78+74=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4E4A is #12B1B5. Grayscale: #7D7D7D. Windows color (decimal): -1225142 or 4869869. OLE color: 4869869.
HSL color Cylindrical-coordinate representation of color #ED4E4A: hue angle of 1.47º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4E4A is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 74 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.07 |
| HSL | 1.47º | 0.82% | 0.61% | - |
| HSV(B) | 1.47º | 0.69% | 0.93% | - |
| XYZ | 38.89 | 23.95 | 9.05 | - |
| YUV | 125.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 74 | 0 | 0.67 | 0.69 | 0.07 | 1.47 | 0.82 | 0.61 |
| Hex | ED | 4E | 4A | 0 | 43 | 45 | 7 | 1 | 52 | 3D |
| Octal | 355 | 116 | 112 | 0 | 103 | 105 | 7 | 1 | 122 | 75 |
| Binary | 11101101 | 1001110 | 1001010 | 0 | 1000011 | 1000101 | 111 | 1 | 1010010 | 111101 |
Color Harmonies of #ED4E4A
Complementary color
Monochromatic Colors of #ED4E4A
Black with #ED4E4A
Text Example
Text Example
White with #ED4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E4A; }
p { color: rgb(237,78,74); }
H1.HeaderClassName
{
color: #ED4E4A;
}
.AnyTagClassName
{
color: #ED4E4A;
}
</style>
background-color css
<style>
a { background-color: #ED4E4A; }
a { background-color: rgb(237,78,74); }
div.DivClassName
{
background-color: #ED4E4A;
}
.BgClassName
{
background-color: #ED4E4A;
}
</style>
border-color css
<style>
span { border-color: #ED4E4A; }
span { border-color: rgb(237,78,74); }
td.TdClassName
{
border-color: #ED4E4A;
}
.TagClassName
{
border-color: #ED4E4A;
}
</style>