Shades of West Side #EC8139
Tints of West Side #EC8139
RGB
CMYK
RGB Variations
Color information
#EC8139 (or 0xEC8139) is known color: West Side. HEX triplet: EC, 81 and 39. RGB value is (236,129,57). Sum of RGB (Red+Green+Blue) = 236+129+57=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8139 is #137EC6. Grayscale: #999999. Windows color (decimal): -1277639 or 3768812. OLE color: 3768812.
HSL color Cylindrical-coordinate representation of color #EC8139: hue angle of 24.13º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC8139 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 57 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.07 |
| HSL | 24.13º | 0.82% | 0.57% | - |
| HSV(B) | 24.13º | 0.76% | 0.93% | - |
| XYZ | 43.18 | 33.83 | 8.12 | - |
| YUV | 152.79 | 73.95 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 57 | 0 | 0.45 | 0.76 | 0.07 | 24.13 | 0.82 | 0.57 |
| Hex | EC | 81 | 39 | 0 | 2D | 4C | 7 | 18 | 52 | 39 |
| Octal | 354 | 201 | 71 | 0 | 55 | 114 | 7 | 30 | 122 | 71 |
| Binary | 11101100 | 10000001 | 111001 | 0 | 101101 | 1001100 | 111 | 11000 | 1010010 | 111001 |
Color Harmonies of #EC8139
Complementary color
Monochromatic Colors of #EC8139
Black with #EC8139
Text Example
Text Example
White with #EC8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8139; }
p { color: rgb(236,129,57); }
H1.HeaderClassName
{
color: #EC8139;
}
.AnyTagClassName
{
color: #EC8139;
}
</style>
background-color css
<style>
a { background-color: #EC8139; }
a { background-color: rgb(236,129,57); }
div.DivClassName
{
background-color: #EC8139;
}
.BgClassName
{
background-color: #EC8139;
}
</style>
border-color css
<style>
span { border-color: #EC8139; }
span { border-color: rgb(236,129,57); }
td.TdClassName
{
border-color: #EC8139;
}
.TagClassName
{
border-color: #EC8139;
}
</style>