Shades of West Side #EC8537
Tints of West Side #EC8537
RGB
CMYK
RGB Variations
Color information
#EC8537 (or 0xEC8537) is known color: West Side. HEX triplet: EC, 85 and 37. RGB value is (236,133,55). Sum of RGB (Red+Green+Blue) = 236+133+55=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8537 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8537 is #137AC8. Grayscale: #9B9B9B. Windows color (decimal): -1276617 or 3638764. OLE color: 3638764.
HSL color Cylindrical-coordinate representation of color #EC8537: hue angle of 25.86º 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 #EC8537 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 55 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.07 |
| HSL | 25.86º | 0.83% | 0.57% | - |
| HSV(B) | 25.86º | 0.77% | 0.93% | - |
| XYZ | 43.67 | 34.88 | 8.05 | - |
| YUV | 154.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 55 | 0 | 0.44 | 0.77 | 0.07 | 25.86 | 0.83 | 0.57 |
| Hex | EC | 85 | 37 | 0 | 2C | 4D | 7 | 1A | 53 | 39 |
| Octal | 354 | 205 | 67 | 0 | 54 | 115 | 7 | 32 | 123 | 71 |
| Binary | 11101100 | 10000101 | 110111 | 0 | 101100 | 1001101 | 111 | 11010 | 1010011 | 111001 |
Color Harmonies of #EC8537
Complementary color
Monochromatic Colors of #EC8537
Black with #EC8537
Text Example
Text Example
White with #EC8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8537; }
p { color: rgb(236,133,55); }
H1.HeaderClassName
{
color: #EC8537;
}
.AnyTagClassName
{
color: #EC8537;
}
</style>
background-color css
<style>
a { background-color: #EC8537; }
a { background-color: rgb(236,133,55); }
div.DivClassName
{
background-color: #EC8537;
}
.BgClassName
{
background-color: #EC8537;
}
</style>
border-color css
<style>
span { border-color: #EC8537; }
span { border-color: rgb(236,133,55); }
td.TdClassName
{
border-color: #EC8537;
}
.TagClassName
{
border-color: #EC8537;
}
</style>