Shades of West Side #EC802E
Tints of West Side #EC802E
RGB
CMYK
RGB Variations
Color information
#EC802E (or 0xEC802E) is known color: West Side. HEX triplet: EC, 80 and 2E. RGB value is (236,128,46). Sum of RGB (Red+Green+Blue) = 236+128+46=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC802E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC802E is #137FD1. Grayscale: #979797. Windows color (decimal): -1277906 or 3047660. OLE color: 3047660.
HSL color Cylindrical-coordinate representation of color #EC802E: hue angle of 25.89º 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 #EC802E is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 46 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.07 |
| HSL | 25.89º | 0.83% | 0.55% | - |
| HSV(B) | 25.89º | 0.81% | 0.93% | - |
| XYZ | 42.8 | 33.47 | 6.79 | - |
| YUV | 150.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 46 | 0 | 0.46 | 0.81 | 0.07 | 25.89 | 0.83 | 0.55 |
| Hex | EC | 80 | 2E | 0 | 2E | 51 | 7 | 1A | 53 | 37 |
| Octal | 354 | 200 | 56 | 0 | 56 | 121 | 7 | 32 | 123 | 67 |
| Binary | 11101100 | 10000000 | 101110 | 0 | 101110 | 1010001 | 111 | 11010 | 1010011 | 110111 |
Color Harmonies of #EC802E
Complementary color
Monochromatic Colors of #EC802E
Black with #EC802E
Text Example
Text Example
White with #EC802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC802E; }
p { color: rgb(236,128,46); }
H1.HeaderClassName
{
color: #EC802E;
}
.AnyTagClassName
{
color: #EC802E;
}
</style>
background-color css
<style>
a { background-color: #EC802E; }
a { background-color: rgb(236,128,46); }
div.DivClassName
{
background-color: #EC802E;
}
.BgClassName
{
background-color: #EC802E;
}
</style>
border-color css
<style>
span { border-color: #EC802E; }
span { border-color: rgb(236,128,46); }
td.TdClassName
{
border-color: #EC802E;
}
.TagClassName
{
border-color: #EC802E;
}
</style>