Shades of West Side #EC8436
Tints of West Side #EC8436
RGB
CMYK
RGB Variations
Color information
#EC8436 (or 0xEC8436) is known color: West Side. HEX triplet: EC, 84 and 36. RGB value is (236,132,54). Sum of RGB (Red+Green+Blue) = 236+132+54=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8436 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8436 is #137BC9. Grayscale: #9A9A9A. Windows color (decimal): -1276874 or 3572972. OLE color: 3572972.
HSL color Cylindrical-coordinate representation of color #EC8436: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC8436 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 54 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.07 |
| HSL | 25.71º | 0.83% | 0.57% | - |
| HSV(B) | 25.71º | 0.77% | 0.93% | - |
| XYZ | 43.51 | 34.6 | 7.88 | - |
| YUV | 154.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 54 | 0 | 0.44 | 0.77 | 0.07 | 25.71 | 0.83 | 0.57 |
| Hex | EC | 84 | 36 | 0 | 2C | 4D | 7 | 1A | 53 | 39 |
| Octal | 354 | 204 | 66 | 0 | 54 | 115 | 7 | 32 | 123 | 71 |
| Binary | 11101100 | 10000100 | 110110 | 0 | 101100 | 1001101 | 111 | 11010 | 1010011 | 111001 |
Color Harmonies of #EC8436
Complementary color
Monochromatic Colors of #EC8436
Black with #EC8436
Text Example
Text Example
White with #EC8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8436; }
p { color: rgb(236,132,54); }
H1.HeaderClassName
{
color: #EC8436;
}
.AnyTagClassName
{
color: #EC8436;
}
</style>
background-color css
<style>
a { background-color: #EC8436; }
a { background-color: rgb(236,132,54); }
div.DivClassName
{
background-color: #EC8436;
}
.BgClassName
{
background-color: #EC8436;
}
</style>
border-color css
<style>
span { border-color: #EC8436; }
span { border-color: rgb(236,132,54); }
td.TdClassName
{
border-color: #EC8436;
}
.TagClassName
{
border-color: #EC8436;
}
</style>