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