Shades of West Side #EC8236
Tints of West Side #EC8236
RGB
CMYK
RGB Variations
Color information
#EC8236 (or 0xEC8236) is known color: West Side. HEX triplet: EC, 82 and 36. RGB value is (236,130,54). Sum of RGB (Red+Green+Blue) = 236+130+54=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8236 is #137DC9. Grayscale: #999999. Windows color (decimal): -1277386 or 3572460. OLE color: 3572460.
HSL color Cylindrical-coordinate representation of color #EC8236: hue angle of 25.05º 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 #EC8236 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 54 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.07 |
| HSL | 25.05º | 0.83% | 0.57% | - |
| HSV(B) | 25.05º | 0.77% | 0.93% | - |
| XYZ | 43.24 | 34.06 | 7.79 | - |
| YUV | 153.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 54 | 0 | 0.45 | 0.77 | 0.07 | 25.05 | 0.83 | 0.57 |
| Hex | EC | 82 | 36 | 0 | 2D | 4D | 7 | 19 | 53 | 39 |
| Octal | 354 | 202 | 66 | 0 | 55 | 115 | 7 | 31 | 123 | 71 |
| Binary | 11101100 | 10000010 | 110110 | 0 | 101101 | 1001101 | 111 | 11001 | 1010011 | 111001 |
Color Harmonies of #EC8236
Complementary color
Monochromatic Colors of #EC8236
Black with #EC8236
Text Example
Text Example
White with #EC8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8236; }
p { color: rgb(236,130,54); }
H1.HeaderClassName
{
color: #EC8236;
}
.AnyTagClassName
{
color: #EC8236;
}
</style>
background-color css
<style>
a { background-color: #EC8236; }
a { background-color: rgb(236,130,54); }
div.DivClassName
{
background-color: #EC8236;
}
.BgClassName
{
background-color: #EC8236;
}
</style>
border-color css
<style>
span { border-color: #EC8236; }
span { border-color: rgb(236,130,54); }
td.TdClassName
{
border-color: #EC8236;
}
.TagClassName
{
border-color: #EC8236;
}
</style>