Shades of Sunset Orange #EC4D42
Tints of Sunset Orange #EC4D42
RGB
CMYK
RGB Variations
Color information
#EC4D42 (or 0xEC4D42) is known color: Sunset Orange. HEX triplet: EC, 4D and 42. RGB value is (236,77,66). Sum of RGB (Red+Green+Blue) = 236+77+66=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D42 is #13B2BD. Grayscale: #7B7B7B. Windows color (decimal): -1290942 or 4345324. OLE color: 4345324.
HSL color Cylindrical-coordinate representation of color #EC4D42: hue angle of 3.88º degrees, saturation: 0.82, 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 #EC4D42 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 66 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.07 |
| HSL | 3.88º | 0.82% | 0.59% | - |
| HSV(B) | 3.88º | 0.72% | 0.93% | - |
| XYZ | 38.23 | 23.53 | 7.68 | - |
| YUV | 123.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 66 | 0 | 0.67 | 0.72 | 0.07 | 3.88 | 0.82 | 0.59 |
| Hex | EC | 4D | 42 | 0 | 43 | 48 | 7 | 4 | 52 | 3B |
| Octal | 354 | 115 | 102 | 0 | 103 | 110 | 7 | 4 | 122 | 73 |
| Binary | 11101100 | 1001101 | 1000010 | 0 | 1000011 | 1001000 | 111 | 100 | 1010010 | 111011 |
Color Harmonies of #EC4D42
Complementary color
Monochromatic Colors of #EC4D42
Black with #EC4D42
Text Example
Text Example
White with #EC4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D42; }
p { color: rgb(236,77,66); }
H1.HeaderClassName
{
color: #EC4D42;
}
.AnyTagClassName
{
color: #EC4D42;
}
</style>
background-color css
<style>
a { background-color: #EC4D42; }
a { background-color: rgb(236,77,66); }
div.DivClassName
{
background-color: #EC4D42;
}
.BgClassName
{
background-color: #EC4D42;
}
</style>
border-color css
<style>
span { border-color: #EC4D42; }
span { border-color: rgb(236,77,66); }
td.TdClassName
{
border-color: #EC4D42;
}
.TagClassName
{
border-color: #EC4D42;
}
</style>