Shades of West Side #EC8028
Tints of West Side #EC8028
RGB
CMYK
RGB Variations
Color information
#EC8028 (or 0xEC8028) is known color: West Side. HEX triplet: EC, 80 and 28. RGB value is (236,128,40). Sum of RGB (Red+Green+Blue) = 236+128+40=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8028 is #137FD7. Grayscale: #969696. Windows color (decimal): -1277912 or 2654444. OLE color: 2654444.
HSL color Cylindrical-coordinate representation of color #EC8028: hue angle of 26.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC8028 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.07 |
| HSL | 26.94º | 0.84% | 0.54% | - |
| HSV(B) | 26.94º | 0.83% | 0.93% | - |
| XYZ | 42.69 | 33.42 | 6.21 | - |
| YUV | 150.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 40 | 0 | 0.46 | 0.83 | 0.07 | 26.94 | 0.84 | 0.54 |
| Hex | EC | 80 | 28 | 0 | 2E | 53 | 7 | 1B | 54 | 36 |
| Octal | 354 | 200 | 50 | 0 | 56 | 123 | 7 | 33 | 124 | 66 |
| Binary | 11101100 | 10000000 | 101000 | 0 | 101110 | 1010011 | 111 | 11011 | 1010100 | 110110 |
Color Harmonies of #EC8028
Complementary color
Monochromatic Colors of #EC8028
Black with #EC8028
Text Example
Text Example
White with #EC8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8028; }
p { color: rgb(236,128,40); }
H1.HeaderClassName
{
color: #EC8028;
}
.AnyTagClassName
{
color: #EC8028;
}
</style>
background-color css
<style>
a { background-color: #EC8028; }
a { background-color: rgb(236,128,40); }
div.DivClassName
{
background-color: #EC8028;
}
.BgClassName
{
background-color: #EC8028;
}
</style>
border-color css
<style>
span { border-color: #EC8028; }
span { border-color: rgb(236,128,40); }
td.TdClassName
{
border-color: #EC8028;
}
.TagClassName
{
border-color: #EC8028;
}
</style>