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