Shades of West Side #EC8229
Tints of West Side #EC8229
RGB
CMYK
RGB Variations
Color information
#EC8229 (or 0xEC8229) is known color: West Side. HEX triplet: EC, 82 and 29. RGB value is (236,130,41). Sum of RGB (Red+Green+Blue) = 236+130+41=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8229 is #137DD6. Grayscale: #989898. Windows color (decimal): -1277399 or 2720492. OLE color: 2720492.
HSL color Cylindrical-coordinate representation of color #EC8229: hue angle of 27.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC8229 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 41 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.07 |
| HSL | 27.38º | 0.84% | 0.54% | - |
| HSV(B) | 27.38º | 0.83% | 0.93% | - |
| XYZ | 42.97 | 33.96 | 6.39 | - |
| YUV | 151.55 | 65.62 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 41 | 0 | 0.45 | 0.83 | 0.07 | 27.38 | 0.84 | 0.54 |
| Hex | EC | 82 | 29 | 0 | 2D | 53 | 7 | 1B | 54 | 36 |
| Octal | 354 | 202 | 51 | 0 | 55 | 123 | 7 | 33 | 124 | 66 |
| Binary | 11101100 | 10000010 | 101001 | 0 | 101101 | 1010011 | 111 | 11011 | 1010100 | 110110 |
Color Harmonies of #EC8229
Complementary color
Monochromatic Colors of #EC8229
Black with #EC8229
Text Example
Text Example
White with #EC8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8229; }
p { color: rgb(236,130,41); }
H1.HeaderClassName
{
color: #EC8229;
}
.AnyTagClassName
{
color: #EC8229;
}
</style>
background-color css
<style>
a { background-color: #EC8229; }
a { background-color: rgb(236,130,41); }
div.DivClassName
{
background-color: #EC8229;
}
.BgClassName
{
background-color: #EC8229;
}
</style>
border-color css
<style>
span { border-color: #EC8229; }
span { border-color: rgb(236,130,41); }
td.TdClassName
{
border-color: #EC8229;
}
.TagClassName
{
border-color: #EC8229;
}
</style>