Shades of West Side #EC832A
Tints of West Side #EC832A
RGB
CMYK
RGB Variations
Color information
#EC832A (or 0xEC832A) is known color: West Side. HEX triplet: EC, 83 and 2A. RGB value is (236,131,42). Sum of RGB (Red+Green+Blue) = 236+131+42=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC832A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC832A is #137CD5. Grayscale: #989898. Windows color (decimal): -1277142 or 2786284. OLE color: 2786284.
HSL color Cylindrical-coordinate representation of color #EC832A: hue angle of 27.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC832A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 42 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.07 |
| HSL | 27.53º | 0.84% | 0.55% | - |
| HSV(B) | 27.53º | 0.82% | 0.93% | - |
| XYZ | 43.13 | 34.23 | 6.53 | - |
| YUV | 152.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 42 | 0 | 0.44 | 0.82 | 0.07 | 27.53 | 0.84 | 0.55 |
| Hex | EC | 83 | 2A | 0 | 2C | 52 | 7 | 1C | 54 | 37 |
| Octal | 354 | 203 | 52 | 0 | 54 | 122 | 7 | 34 | 124 | 67 |
| Binary | 11101100 | 10000011 | 101010 | 0 | 101100 | 1010010 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #EC832A
Complementary color
Monochromatic Colors of #EC832A
Black with #EC832A
Text Example
Text Example
White with #EC832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC832A; }
p { color: rgb(236,131,42); }
H1.HeaderClassName
{
color: #EC832A;
}
.AnyTagClassName
{
color: #EC832A;
}
</style>
background-color css
<style>
a { background-color: #EC832A; }
a { background-color: rgb(236,131,42); }
div.DivClassName
{
background-color: #EC832A;
}
.BgClassName
{
background-color: #EC832A;
}
</style>
border-color css
<style>
span { border-color: #EC832A; }
span { border-color: rgb(236,131,42); }
td.TdClassName
{
border-color: #EC832A;
}
.TagClassName
{
border-color: #EC832A;
}
</style>