Shades of West Side #EC8237
Tints of West Side #EC8237
RGB
CMYK
RGB Variations
Color information
#EC8237 (or 0xEC8237) is known color: West Side. HEX triplet: EC, 82 and 37. RGB value is (236,130,55). Sum of RGB (Red+Green+Blue) = 236+130+55=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8237 is #137DC8. Grayscale: #999999. Windows color (decimal): -1277385 or 3637996. OLE color: 3637996.
HSL color Cylindrical-coordinate representation of color #EC8237: hue angle of 24.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 #EC8237 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 55 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.07 |
| HSL | 24.86º | 0.83% | 0.57% | - |
| HSV(B) | 24.86º | 0.77% | 0.93% | - |
| XYZ | 43.26 | 34.07 | 7.91 | - |
| YUV | 153.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 55 | 0 | 0.45 | 0.77 | 0.07 | 24.86 | 0.83 | 0.57 |
| Hex | EC | 82 | 37 | 0 | 2D | 4D | 7 | 19 | 53 | 39 |
| Octal | 354 | 202 | 67 | 0 | 55 | 115 | 7 | 31 | 123 | 71 |
| Binary | 11101100 | 10000010 | 110111 | 0 | 101101 | 1001101 | 111 | 11001 | 1010011 | 111001 |
Color Harmonies of #EC8237
Complementary color
Monochromatic Colors of #EC8237
Black with #EC8237
Text Example
Text Example
White with #EC8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8237; }
p { color: rgb(236,130,55); }
H1.HeaderClassName
{
color: #EC8237;
}
.AnyTagClassName
{
color: #EC8237;
}
</style>
background-color css
<style>
a { background-color: #EC8237; }
a { background-color: rgb(236,130,55); }
div.DivClassName
{
background-color: #EC8237;
}
.BgClassName
{
background-color: #EC8237;
}
</style>
border-color css
<style>
span { border-color: #EC8237; }
span { border-color: rgb(236,130,55); }
td.TdClassName
{
border-color: #EC8237;
}
.TagClassName
{
border-color: #EC8237;
}
</style>