Shades of West Side #EC822B
Tints of West Side #EC822B
RGB
CMYK
RGB Variations
Color information
#EC822B (or 0xEC822B) is known color: West Side. HEX triplet: EC, 82 and 2B. RGB value is (236,130,43). Sum of RGB (Red+Green+Blue) = 236+130+43=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC822B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC822B is #137DD4. Grayscale: #989898. Windows color (decimal): -1277397 or 2851564. OLE color: 2851564.
HSL color Cylindrical-coordinate representation of color #EC822B: hue angle of 27.05º 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 #EC822B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 43 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.07 |
| HSL | 27.05º | 0.84% | 0.55% | - |
| HSV(B) | 27.05º | 0.82% | 0.93% | - |
| XYZ | 43.01 | 33.97 | 6.58 | - |
| YUV | 151.78 | 66.62 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 43 | 0 | 0.45 | 0.82 | 0.07 | 27.05 | 0.84 | 0.55 |
| Hex | EC | 82 | 2B | 0 | 2D | 52 | 7 | 1B | 54 | 37 |
| Octal | 354 | 202 | 53 | 0 | 55 | 122 | 7 | 33 | 124 | 67 |
| Binary | 11101100 | 10000010 | 101011 | 0 | 101101 | 1010010 | 111 | 11011 | 1010100 | 110111 |
Color Harmonies of #EC822B
Complementary color
Monochromatic Colors of #EC822B
Black with #EC822B
Text Example
Text Example
White with #EC822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC822B; }
p { color: rgb(236,130,43); }
H1.HeaderClassName
{
color: #EC822B;
}
.AnyTagClassName
{
color: #EC822B;
}
</style>
background-color css
<style>
a { background-color: #EC822B; }
a { background-color: rgb(236,130,43); }
div.DivClassName
{
background-color: #EC822B;
}
.BgClassName
{
background-color: #EC822B;
}
</style>
border-color css
<style>
span { border-color: #EC822B; }
span { border-color: rgb(236,130,43); }
td.TdClassName
{
border-color: #EC822B;
}
.TagClassName
{
border-color: #EC822B;
}
</style>