Shades of West Side #EC8134
Tints of West Side #EC8134
RGB
CMYK
RGB Variations
Color information
#EC8134 (or 0xEC8134) is known color: West Side. HEX triplet: EC, 81 and 34. RGB value is (236,129,52). Sum of RGB (Red+Green+Blue) = 236+129+52=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8134 is #137ECB. Grayscale: #989898. Windows color (decimal): -1277644 or 3441132. OLE color: 3441132.
HSL color Cylindrical-coordinate representation of color #EC8134: hue angle of 25.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC8134 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 52 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.07 |
| HSL | 25.11º | 0.83% | 0.56% | - |
| HSV(B) | 25.11º | 0.78% | 0.93% | - |
| XYZ | 43.06 | 33.78 | 7.5 | - |
| YUV | 152.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 52 | 0 | 0.45 | 0.78 | 0.07 | 25.11 | 0.83 | 0.56 |
| Hex | EC | 81 | 34 | 0 | 2D | 4E | 7 | 19 | 53 | 38 |
| Octal | 354 | 201 | 64 | 0 | 55 | 116 | 7 | 31 | 123 | 70 |
| Binary | 11101100 | 10000001 | 110100 | 0 | 101101 | 1001110 | 111 | 11001 | 1010011 | 111000 |
Color Harmonies of #EC8134
Complementary color
Monochromatic Colors of #EC8134
Black with #EC8134
Text Example
Text Example
White with #EC8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8134; }
p { color: rgb(236,129,52); }
H1.HeaderClassName
{
color: #EC8134;
}
.AnyTagClassName
{
color: #EC8134;
}
</style>
background-color css
<style>
a { background-color: #EC8134; }
a { background-color: rgb(236,129,52); }
div.DivClassName
{
background-color: #EC8134;
}
.BgClassName
{
background-color: #EC8134;
}
</style>
border-color css
<style>
span { border-color: #EC8134; }
span { border-color: rgb(236,129,52); }
td.TdClassName
{
border-color: #EC8134;
}
.TagClassName
{
border-color: #EC8134;
}
</style>