Shades of West Side #EC8133
Tints of West Side #EC8133
RGB
CMYK
RGB Variations
Color information
#EC8133 (or 0xEC8133) is known color: West Side. HEX triplet: EC, 81 and 33. RGB value is (236,129,51). Sum of RGB (Red+Green+Blue) = 236+129+51=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8133 is #137ECC. Grayscale: #989898. Windows color (decimal): -1277645 or 3375596. OLE color: 3375596.
HSL color Cylindrical-coordinate representation of color #EC8133: hue angle of 25.3º 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 #EC8133 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 51 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.07 |
| HSL | 25.3º | 0.83% | 0.56% | - |
| HSV(B) | 25.3º | 0.78% | 0.93% | - |
| XYZ | 43.04 | 33.77 | 7.38 | - |
| YUV | 152.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 51 | 0 | 0.45 | 0.78 | 0.07 | 25.3 | 0.83 | 0.56 |
| Hex | EC | 81 | 33 | 0 | 2D | 4E | 7 | 19 | 53 | 38 |
| Octal | 354 | 201 | 63 | 0 | 55 | 116 | 7 | 31 | 123 | 70 |
| Binary | 11101100 | 10000001 | 110011 | 0 | 101101 | 1001110 | 111 | 11001 | 1010011 | 111000 |
Color Harmonies of #EC8133
Complementary color
Monochromatic Colors of #EC8133
Black with #EC8133
Text Example
Text Example
White with #EC8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8133; }
p { color: rgb(236,129,51); }
H1.HeaderClassName
{
color: #EC8133;
}
.AnyTagClassName
{
color: #EC8133;
}
</style>
background-color css
<style>
a { background-color: #EC8133; }
a { background-color: rgb(236,129,51); }
div.DivClassName
{
background-color: #EC8133;
}
.BgClassName
{
background-color: #EC8133;
}
</style>
border-color css
<style>
span { border-color: #EC8133; }
span { border-color: rgb(236,129,51); }
td.TdClassName
{
border-color: #EC8133;
}
.TagClassName
{
border-color: #EC8133;
}
</style>