Shades of West Side #EC8336
Tints of West Side #EC8336
RGB
CMYK
RGB Variations
Color information
#EC8336 (or 0xEC8336) is known color: West Side. HEX triplet: EC, 83 and 36. RGB value is (236,131,54). Sum of RGB (Red+Green+Blue) = 236+131+54=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8336 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8336 is #137CC9. Grayscale: #9A9A9A. Windows color (decimal): -1277130 or 3572716. OLE color: 3572716.
HSL color Cylindrical-coordinate representation of color #EC8336: hue angle of 25.38º 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 #EC8336 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 54 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.07 |
| HSL | 25.38º | 0.83% | 0.57% | - |
| HSV(B) | 25.38º | 0.77% | 0.93% | - |
| XYZ | 43.37 | 34.33 | 7.83 | - |
| YUV | 153.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 54 | 0 | 0.44 | 0.77 | 0.07 | 25.38 | 0.83 | 0.57 |
| Hex | EC | 83 | 36 | 0 | 2C | 4D | 7 | 19 | 53 | 39 |
| Octal | 354 | 203 | 66 | 0 | 54 | 115 | 7 | 31 | 123 | 71 |
| Binary | 11101100 | 10000011 | 110110 | 0 | 101100 | 1001101 | 111 | 11001 | 1010011 | 111001 |
Color Harmonies of #EC8336
Complementary color
Monochromatic Colors of #EC8336
Black with #EC8336
Text Example
Text Example
White with #EC8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8336; }
p { color: rgb(236,131,54); }
H1.HeaderClassName
{
color: #EC8336;
}
.AnyTagClassName
{
color: #EC8336;
}
</style>
background-color css
<style>
a { background-color: #EC8336; }
a { background-color: rgb(236,131,54); }
div.DivClassName
{
background-color: #EC8336;
}
.BgClassName
{
background-color: #EC8336;
}
</style>
border-color css
<style>
span { border-color: #EC8336; }
span { border-color: rgb(236,131,54); }
td.TdClassName
{
border-color: #EC8336;
}
.TagClassName
{
border-color: #EC8336;
}
</style>