Shades of West Side #EC8037
Tints of West Side #EC8037
RGB
CMYK
RGB Variations
Color information
#EC8037 (or 0xEC8037) is known color: West Side. HEX triplet: EC, 80 and 37. RGB value is (236,128,55). Sum of RGB (Red+Green+Blue) = 236+128+55=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8037 is #137FC8. Grayscale: #989898. Windows color (decimal): -1277897 or 3637484. OLE color: 3637484.
HSL color Cylindrical-coordinate representation of color #EC8037: hue angle of 24.2º 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 #EC8037 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 55 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.07 |
| HSL | 24.2º | 0.83% | 0.57% | - |
| HSV(B) | 24.2º | 0.77% | 0.93% | - |
| XYZ | 43 | 33.55 | 7.82 | - |
| YUV | 151.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 55 | 0 | 0.46 | 0.77 | 0.07 | 24.2 | 0.83 | 0.57 |
| Hex | EC | 80 | 37 | 0 | 2E | 4D | 7 | 18 | 53 | 39 |
| Octal | 354 | 200 | 67 | 0 | 56 | 115 | 7 | 30 | 123 | 71 |
| Binary | 11101100 | 10000000 | 110111 | 0 | 101110 | 1001101 | 111 | 11000 | 1010011 | 111001 |
Color Harmonies of #EC8037
Complementary color
Monochromatic Colors of #EC8037
Black with #EC8037
Text Example
Text Example
White with #EC8037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8037; }
p { color: rgb(236,128,55); }
H1.HeaderClassName
{
color: #EC8037;
}
.AnyTagClassName
{
color: #EC8037;
}
</style>
background-color css
<style>
a { background-color: #EC8037; }
a { background-color: rgb(236,128,55); }
div.DivClassName
{
background-color: #EC8037;
}
.BgClassName
{
background-color: #EC8037;
}
</style>
border-color css
<style>
span { border-color: #EC8037; }
span { border-color: rgb(236,128,55); }
td.TdClassName
{
border-color: #EC8037;
}
.TagClassName
{
border-color: #EC8037;
}
</style>