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