Shades of West Side #EC8431
Tints of West Side #EC8431
RGB
CMYK
RGB Variations
Color information
#EC8431 (or 0xEC8431) is known color: West Side. HEX triplet: EC, 84 and 31. RGB value is (236,132,49). Sum of RGB (Red+Green+Blue) = 236+132+49=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8431 is #137BCE. Grayscale: #9A9A9A. Windows color (decimal): -1276879 or 3245292. OLE color: 3245292.
HSL color Cylindrical-coordinate representation of color #EC8431: hue angle of 26.63º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC8431 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 49 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.07 |
| HSL | 26.63º | 0.83% | 0.56% | - |
| HSV(B) | 26.63º | 0.79% | 0.93% | - |
| XYZ | 43.4 | 34.56 | 7.29 | - |
| YUV | 153.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 49 | 0 | 0.44 | 0.79 | 0.07 | 26.63 | 0.83 | 0.56 |
| Hex | EC | 84 | 31 | 0 | 2C | 4F | 7 | 1B | 53 | 38 |
| Octal | 354 | 204 | 61 | 0 | 54 | 117 | 7 | 33 | 123 | 70 |
| Binary | 11101100 | 10000100 | 110001 | 0 | 101100 | 1001111 | 111 | 11011 | 1010011 | 111000 |
Color Harmonies of #EC8431
Complementary color
Monochromatic Colors of #EC8431
Black with #EC8431
Text Example
Text Example
White with #EC8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8431; }
p { color: rgb(236,132,49); }
H1.HeaderClassName
{
color: #EC8431;
}
.AnyTagClassName
{
color: #EC8431;
}
</style>
background-color css
<style>
a { background-color: #EC8431; }
a { background-color: rgb(236,132,49); }
div.DivClassName
{
background-color: #EC8431;
}
.BgClassName
{
background-color: #EC8431;
}
</style>
border-color css
<style>
span { border-color: #EC8431; }
span { border-color: rgb(236,132,49); }
td.TdClassName
{
border-color: #EC8431;
}
.TagClassName
{
border-color: #EC8431;
}
</style>