Shades of West Side #EC822E
Tints of West Side #EC822E
RGB
CMYK
RGB Variations
Color information
#EC822E (or 0xEC822E) is known color: West Side. HEX triplet: EC, 82 and 2E. RGB value is (236,130,46). Sum of RGB (Red+Green+Blue) = 236+130+46=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC822E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC822E is #137DD1. Grayscale: #989898. Windows color (decimal): -1277394 or 3048172. OLE color: 3048172.
HSL color Cylindrical-coordinate representation of color #EC822E: hue angle of 26.53º 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 #EC822E is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 46 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.07 |
| HSL | 26.53º | 0.83% | 0.55% | - |
| HSV(B) | 26.53º | 0.81% | 0.93% | - |
| XYZ | 43.07 | 34 | 6.88 | - |
| YUV | 152.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 46 | 0 | 0.45 | 0.81 | 0.07 | 26.53 | 0.83 | 0.55 |
| Hex | EC | 82 | 2E | 0 | 2D | 51 | 7 | 1B | 53 | 37 |
| Octal | 354 | 202 | 56 | 0 | 55 | 121 | 7 | 33 | 123 | 67 |
| Binary | 11101100 | 10000010 | 101110 | 0 | 101101 | 1010001 | 111 | 11011 | 1010011 | 110111 |
Color Harmonies of #EC822E
Complementary color
Monochromatic Colors of #EC822E
Black with #EC822E
Text Example
Text Example
White with #EC822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC822E; }
p { color: rgb(236,130,46); }
H1.HeaderClassName
{
color: #EC822E;
}
.AnyTagClassName
{
color: #EC822E;
}
</style>
background-color css
<style>
a { background-color: #EC822E; }
a { background-color: rgb(236,130,46); }
div.DivClassName
{
background-color: #EC822E;
}
.BgClassName
{
background-color: #EC822E;
}
</style>
border-color css
<style>
span { border-color: #EC822E; }
span { border-color: rgb(236,130,46); }
td.TdClassName
{
border-color: #EC822E;
}
.TagClassName
{
border-color: #EC822E;
}
</style>