Shades of West Side #EC832E
Tints of West Side #EC832E
RGB
CMYK
RGB Variations
Color information
#EC832E (or 0xEC832E) is known color: West Side. HEX triplet: EC, 83 and 2E. RGB value is (236,131,46). Sum of RGB (Red+Green+Blue) = 236+131+46=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC832E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC832E is #137CD1. Grayscale: #999999. Windows color (decimal): -1277138 or 3048428. OLE color: 3048428.
HSL color Cylindrical-coordinate representation of color #EC832E: hue angle of 26.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC832E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 46 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.07 |
| HSL | 26.84º | 0.83% | 0.55% | - |
| HSV(B) | 26.84º | 0.81% | 0.93% | - |
| XYZ | 43.2 | 34.26 | 6.92 | - |
| YUV | 152.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 46 | 0 | 0.44 | 0.81 | 0.07 | 26.84 | 0.83 | 0.55 |
| Hex | EC | 83 | 2E | 0 | 2C | 51 | 7 | 1B | 53 | 37 |
| Octal | 354 | 203 | 56 | 0 | 54 | 121 | 7 | 33 | 123 | 67 |
| Binary | 11101100 | 10000011 | 101110 | 0 | 101100 | 1010001 | 111 | 11011 | 1010011 | 110111 |
Color Harmonies of #EC832E
Complementary color
Monochromatic Colors of #EC832E
Black with #EC832E
Text Example
Text Example
White with #EC832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC832E; }
p { color: rgb(236,131,46); }
H1.HeaderClassName
{
color: #EC832E;
}
.AnyTagClassName
{
color: #EC832E;
}
</style>
background-color css
<style>
a { background-color: #EC832E; }
a { background-color: rgb(236,131,46); }
div.DivClassName
{
background-color: #EC832E;
}
.BgClassName
{
background-color: #EC832E;
}
</style>
border-color css
<style>
span { border-color: #EC832E; }
span { border-color: rgb(236,131,46); }
td.TdClassName
{
border-color: #EC832E;
}
.TagClassName
{
border-color: #EC832E;
}
</style>