Shades of Sunset Orange #ED4A42
Tints of Sunset Orange #ED4A42
RGB
CMYK
RGB Variations
Color information
#ED4A42 (or 0xED4A42) is known color: Sunset Orange. HEX triplet: ED, 4A and 42. RGB value is (237,74,66). Sum of RGB (Red+Green+Blue) = 237+74+66=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A42 is #12B5BD. Grayscale: #7A7A7A. Windows color (decimal): -1226174 or 4344557. OLE color: 4344557.
HSL color Cylindrical-coordinate representation of color #ED4A42: hue angle of 2.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4A42 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 66 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.07 |
| HSL | 2.81º | 0.83% | 0.59% | - |
| HSV(B) | 2.81º | 0.72% | 0.93% | - |
| XYZ | 38.36 | 23.3 | 7.63 | - |
| YUV | 121.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 66 | 0 | 0.69 | 0.72 | 0.07 | 2.81 | 0.83 | 0.59 |
| Hex | ED | 4A | 42 | 0 | 45 | 48 | 7 | 3 | 53 | 3B |
| Octal | 355 | 112 | 102 | 0 | 105 | 110 | 7 | 3 | 123 | 73 |
| Binary | 11101101 | 1001010 | 1000010 | 0 | 1000101 | 1001000 | 111 | 11 | 1010011 | 111011 |
Color Harmonies of #ED4A42
Complementary color
Monochromatic Colors of #ED4A42
Black with #ED4A42
Text Example
Text Example
White with #ED4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A42; }
p { color: rgb(237,74,66); }
H1.HeaderClassName
{
color: #ED4A42;
}
.AnyTagClassName
{
color: #ED4A42;
}
</style>
background-color css
<style>
a { background-color: #ED4A42; }
a { background-color: rgb(237,74,66); }
div.DivClassName
{
background-color: #ED4A42;
}
.BgClassName
{
background-color: #ED4A42;
}
</style>
border-color css
<style>
span { border-color: #ED4A42; }
span { border-color: rgb(237,74,66); }
td.TdClassName
{
border-color: #ED4A42;
}
.TagClassName
{
border-color: #ED4A42;
}
</style>