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