Shades of West Side #EC8035
Tints of West Side #EC8035
RGB
CMYK
RGB Variations
Color information
#EC8035 (or 0xEC8035) is known color: West Side. HEX triplet: EC, 80 and 35. RGB value is (236,128,53). Sum of RGB (Red+Green+Blue) = 236+128+53=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8035 is #137FCA. Grayscale: #989898. Windows color (decimal): -1277899 or 3506412. OLE color: 3506412.
HSL color Cylindrical-coordinate representation of color #EC8035: hue angle of 24.59º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC8035 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 53 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 24.59º | 0.83% | 0.57% | - |
| HSV(B) | 24.59º | 0.78% | 0.93% | - |
| XYZ | 42.95 | 33.53 | 7.58 | - |
| YUV | 151.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 53 | 0 | 0.46 | 0.78 | 0.07 | 24.59 | 0.83 | 0.57 |
| Hex | EC | 80 | 35 | 0 | 2E | 4E | 7 | 19 | 53 | 39 |
| Octal | 354 | 200 | 65 | 0 | 56 | 116 | 7 | 31 | 123 | 71 |
| Binary | 11101100 | 10000000 | 110101 | 0 | 101110 | 1001110 | 111 | 11001 | 1010011 | 111001 |
Color Harmonies of #EC8035
Complementary color
Monochromatic Colors of #EC8035
Black with #EC8035
Text Example
Text Example
White with #EC8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8035; }
p { color: rgb(236,128,53); }
H1.HeaderClassName
{
color: #EC8035;
}
.AnyTagClassName
{
color: #EC8035;
}
</style>
background-color css
<style>
a { background-color: #EC8035; }
a { background-color: rgb(236,128,53); }
div.DivClassName
{
background-color: #EC8035;
}
.BgClassName
{
background-color: #EC8035;
}
</style>
border-color css
<style>
span { border-color: #EC8035; }
span { border-color: rgb(236,128,53); }
td.TdClassName
{
border-color: #EC8035;
}
.TagClassName
{
border-color: #EC8035;
}
</style>