Shades of Sunset Orange #EC4C4C
Tints of Sunset Orange #EC4C4C
RGB
CMYK
RGB Variations
Color information
#EC4C4C (or 0xEC4C4C) is known color: Sunset Orange. HEX triplet: EC, 4C and 4C. RGB value is (236,76,76). Sum of RGB (Red+Green+Blue) = 236+76+76=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C4C is #13B3B3. Grayscale: #7B7B7B. Windows color (decimal): -1291188 or 5000428. OLE color: 5000428.
HSL color Cylindrical-coordinate representation of color #EC4C4C: hue angle of 0º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C4C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 76 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.07 |
| HSL | 0º | 0.81% | 0.61% | - |
| HSV(B) | 0º | 0.68% | 0.93% | - |
| XYZ | 38.48 | 23.52 | 9.35 | - |
| YUV | 123.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 76 | 0 | 0.68 | 0.68 | 0.07 | 0 | 0.81 | 0.61 |
| Hex | EC | 4C | 4C | 0 | 44 | 44 | 7 | 0 | 51 | 3D |
| Octal | 354 | 114 | 114 | 0 | 104 | 104 | 7 | 0 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1001100 | 0 | 1000100 | 1000100 | 111 | 0 | 1010001 | 111101 |
Color Harmonies of #EC4C4C
Complementary color
Monochromatic Colors of #EC4C4C
Black with #EC4C4C
Text Example
Text Example
White with #EC4C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C4C; }
p { color: rgb(236,76,76); }
H1.HeaderClassName
{
color: #EC4C4C;
}
.AnyTagClassName
{
color: #EC4C4C;
}
</style>
background-color css
<style>
a { background-color: #EC4C4C; }
a { background-color: rgb(236,76,76); }
div.DivClassName
{
background-color: #EC4C4C;
}
.BgClassName
{
background-color: #EC4C4C;
}
</style>
border-color css
<style>
span { border-color: #EC4C4C; }
span { border-color: rgb(236,76,76); }
td.TdClassName
{
border-color: #EC4C4C;
}
.TagClassName
{
border-color: #EC4C4C;
}
</style>