Shades of West Side #EC802A
Tints of West Side #EC802A
RGB
CMYK
RGB Variations
Color information
#EC802A (or 0xEC802A) is known color: West Side. HEX triplet: EC, 80 and 2A. RGB value is (236,128,42). Sum of RGB (Red+Green+Blue) = 236+128+42=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC802A is #137FD5. Grayscale: #969696. Windows color (decimal): -1277910 or 2785516. OLE color: 2785516.
HSL color Cylindrical-coordinate representation of color #EC802A: hue angle of 26.6º 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 #EC802A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 42 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.07 |
| HSL | 26.6º | 0.84% | 0.55% | - |
| HSV(B) | 26.6º | 0.82% | 0.93% | - |
| XYZ | 42.73 | 33.44 | 6.39 | - |
| YUV | 150.49 | 66.78 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 42 | 0 | 0.46 | 0.82 | 0.07 | 26.6 | 0.84 | 0.55 |
| Hex | EC | 80 | 2A | 0 | 2E | 52 | 7 | 1B | 54 | 37 |
| Octal | 354 | 200 | 52 | 0 | 56 | 122 | 7 | 33 | 124 | 67 |
| Binary | 11101100 | 10000000 | 101010 | 0 | 101110 | 1010010 | 111 | 11011 | 1010100 | 110111 |
Color Harmonies of #EC802A
Complementary color
Monochromatic Colors of #EC802A
Black with #EC802A
Text Example
Text Example
White with #EC802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC802A; }
p { color: rgb(236,128,42); }
H1.HeaderClassName
{
color: #EC802A;
}
.AnyTagClassName
{
color: #EC802A;
}
</style>
background-color css
<style>
a { background-color: #EC802A; }
a { background-color: rgb(236,128,42); }
div.DivClassName
{
background-color: #EC802A;
}
.BgClassName
{
background-color: #EC802A;
}
</style>
border-color css
<style>
span { border-color: #EC802A; }
span { border-color: rgb(236,128,42); }
td.TdClassName
{
border-color: #EC802A;
}
.TagClassName
{
border-color: #EC802A;
}
</style>