Shades of West Side #EC782E
Tints of West Side #EC782E
RGB
CMYK
RGB Variations
Color information
#EC782E (or 0xEC782E) is known color: West Side. HEX triplet: EC, 78 and 2E. RGB value is (236,120,46). Sum of RGB (Red+Green+Blue) = 236+120+46=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC782E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC782E is #1387D1. Grayscale: #929292. Windows color (decimal): -1279954 or 3045612. OLE color: 3045612.
HSL color Cylindrical-coordinate representation of color #EC782E: hue angle of 23.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC782E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 46 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.07 |
| HSL | 23.37º | 0.83% | 0.55% | - |
| HSV(B) | 23.37º | 0.81% | 0.93% | - |
| XYZ | 41.8 | 31.46 | 6.45 | - |
| YUV | 146.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 46 | 0 | 0.49 | 0.81 | 0.07 | 23.37 | 0.83 | 0.55 |
| Hex | EC | 78 | 2E | 0 | 31 | 51 | 7 | 17 | 53 | 37 |
| Octal | 354 | 170 | 56 | 0 | 61 | 121 | 7 | 27 | 123 | 67 |
| Binary | 11101100 | 1111000 | 101110 | 0 | 110001 | 1010001 | 111 | 10111 | 1010011 | 110111 |
Color Harmonies of #EC782E
Complementary color
Monochromatic Colors of #EC782E
Black with #EC782E
Text Example
Text Example
White with #EC782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC782E; }
p { color: rgb(236,120,46); }
H1.HeaderClassName
{
color: #EC782E;
}
.AnyTagClassName
{
color: #EC782E;
}
</style>
background-color css
<style>
a { background-color: #EC782E; }
a { background-color: rgb(236,120,46); }
div.DivClassName
{
background-color: #EC782E;
}
.BgClassName
{
background-color: #EC782E;
}
</style>
border-color css
<style>
span { border-color: #EC782E; }
span { border-color: rgb(236,120,46); }
td.TdClassName
{
border-color: #EC782E;
}
.TagClassName
{
border-color: #EC782E;
}
</style>