Shades of West Side #EC8235
Tints of West Side #EC8235
RGB
CMYK
RGB Variations
Color information
#EC8235 (or 0xEC8235) is known color: West Side. HEX triplet: EC, 82 and 35. RGB value is (236,130,53). Sum of RGB (Red+Green+Blue) = 236+130+53=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8235 is #137DCA. Grayscale: #999999. Windows color (decimal): -1277387 or 3506924. OLE color: 3506924.
HSL color Cylindrical-coordinate representation of color #EC8235: hue angle of 25.25º 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 #EC8235 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 53 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.07 |
| HSL | 25.25º | 0.83% | 0.57% | - |
| HSV(B) | 25.25º | 0.78% | 0.93% | - |
| XYZ | 43.22 | 34.06 | 7.66 | - |
| YUV | 152.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 53 | 0 | 0.45 | 0.78 | 0.07 | 25.25 | 0.83 | 0.57 |
| Hex | EC | 82 | 35 | 0 | 2D | 4E | 7 | 19 | 53 | 39 |
| Octal | 354 | 202 | 65 | 0 | 55 | 116 | 7 | 31 | 123 | 71 |
| Binary | 11101100 | 10000010 | 110101 | 0 | 101101 | 1001110 | 111 | 11001 | 1010011 | 111001 |
Color Harmonies of #EC8235
Complementary color
Monochromatic Colors of #EC8235
Black with #EC8235
Text Example
Text Example
White with #EC8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8235; }
p { color: rgb(236,130,53); }
H1.HeaderClassName
{
color: #EC8235;
}
.AnyTagClassName
{
color: #EC8235;
}
</style>
background-color css
<style>
a { background-color: #EC8235; }
a { background-color: rgb(236,130,53); }
div.DivClassName
{
background-color: #EC8235;
}
.BgClassName
{
background-color: #EC8235;
}
</style>
border-color css
<style>
span { border-color: #EC8235; }
span { border-color: rgb(236,130,53); }
td.TdClassName
{
border-color: #EC8235;
}
.TagClassName
{
border-color: #EC8235;
}
</style>