Shades of West Side #EC802F
Tints of West Side #EC802F
RGB
CMYK
RGB Variations
Color information
#EC802F (or 0xEC802F) is known color: West Side. HEX triplet: EC, 80 and 2F. RGB value is (236,128,47). Sum of RGB (Red+Green+Blue) = 236+128+47=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC802F is #137FD0. Grayscale: #979797. Windows color (decimal): -1277905 or 3113196. OLE color: 3113196.
HSL color Cylindrical-coordinate representation of color #EC802F: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC802F is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 47 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.07 |
| HSL | 25.71º | 0.83% | 0.55% | - |
| HSV(B) | 25.71º | 0.8% | 0.93% | - |
| XYZ | 42.82 | 33.48 | 6.89 | - |
| YUV | 151.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 47 | 0 | 0.46 | 0.80 | 0.07 | 25.71 | 0.83 | 0.55 |
| Hex | EC | 80 | 2F | 0 | 2E | 50 | 7 | 1A | 53 | 37 |
| Octal | 354 | 200 | 57 | 0 | 56 | 120 | 7 | 32 | 123 | 67 |
| Binary | 11101100 | 10000000 | 101111 | 0 | 101110 | 1010000 | 111 | 11010 | 1010011 | 110111 |
Color Harmonies of #EC802F
Complementary color
Monochromatic Colors of #EC802F
Black with #EC802F
Text Example
Text Example
White with #EC802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC802F; }
p { color: rgb(236,128,47); }
H1.HeaderClassName
{
color: #EC802F;
}
.AnyTagClassName
{
color: #EC802F;
}
</style>
background-color css
<style>
a { background-color: #EC802F; }
a { background-color: rgb(236,128,47); }
div.DivClassName
{
background-color: #EC802F;
}
.BgClassName
{
background-color: #EC802F;
}
</style>
border-color css
<style>
span { border-color: #EC802F; }
span { border-color: rgb(236,128,47); }
td.TdClassName
{
border-color: #EC802F;
}
.TagClassName
{
border-color: #EC802F;
}
</style>