Shades of West Side #EC8434
Tints of West Side #EC8434
RGB
CMYK
RGB Variations
Color information
#EC8434 (or 0xEC8434) is known color: West Side. HEX triplet: EC, 84 and 34. RGB value is (236,132,52). Sum of RGB (Red+Green+Blue) = 236+132+52=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8434 is #137BCB. Grayscale: #9A9A9A. Windows color (decimal): -1276876 or 3441900. OLE color: 3441900.
HSL color Cylindrical-coordinate representation of color #EC8434: hue angle of 26.09º 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 #EC8434 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 52 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.07 |
| HSL | 26.09º | 0.83% | 0.56% | - |
| HSV(B) | 26.09º | 0.78% | 0.93% | - |
| XYZ | 43.46 | 34.58 | 7.63 | - |
| YUV | 153.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 52 | 0 | 0.44 | 0.78 | 0.07 | 26.09 | 0.83 | 0.56 |
| Hex | EC | 84 | 34 | 0 | 2C | 4E | 7 | 1A | 53 | 38 |
| Octal | 354 | 204 | 64 | 0 | 54 | 116 | 7 | 32 | 123 | 70 |
| Binary | 11101100 | 10000100 | 110100 | 0 | 101100 | 1001110 | 111 | 11010 | 1010011 | 111000 |
Color Harmonies of #EC8434
Complementary color
Monochromatic Colors of #EC8434
Black with #EC8434
Text Example
Text Example
White with #EC8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8434; }
p { color: rgb(236,132,52); }
H1.HeaderClassName
{
color: #EC8434;
}
.AnyTagClassName
{
color: #EC8434;
}
</style>
background-color css
<style>
a { background-color: #EC8434; }
a { background-color: rgb(236,132,52); }
div.DivClassName
{
background-color: #EC8434;
}
.BgClassName
{
background-color: #EC8434;
}
</style>
border-color css
<style>
span { border-color: #EC8434; }
span { border-color: rgb(236,132,52); }
td.TdClassName
{
border-color: #EC8434;
}
.TagClassName
{
border-color: #EC8434;
}
</style>