Shades of West Side #EC803A
Tints of West Side #EC803A
RGB
CMYK
RGB Variations
Color information
#EC803A (or 0xEC803A) is known color: West Side. HEX triplet: EC, 80 and 3A. RGB value is (236,128,58). Sum of RGB (Red+Green+Blue) = 236+128+58=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC803A is #137FC5. Grayscale: #989898. Windows color (decimal): -1277894 or 3834092. OLE color: 3834092.
HSL color Cylindrical-coordinate representation of color #EC803A: hue angle of 23.6º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC803A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 58 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.07 |
| HSL | 23.6º | 0.82% | 0.58% | - |
| HSV(B) | 23.6º | 0.75% | 0.93% | - |
| XYZ | 43.07 | 33.58 | 8.21 | - |
| YUV | 152.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 58 | 0 | 0.46 | 0.75 | 0.07 | 23.6 | 0.82 | 0.58 |
| Hex | EC | 80 | 3A | 0 | 2E | 4B | 7 | 18 | 52 | 3A |
| Octal | 354 | 200 | 72 | 0 | 56 | 113 | 7 | 30 | 122 | 72 |
| Binary | 11101100 | 10000000 | 111010 | 0 | 101110 | 1001011 | 111 | 11000 | 1010010 | 111010 |
Color Harmonies of #EC803A
Complementary color
Monochromatic Colors of #EC803A
Black with #EC803A
Text Example
Text Example
White with #EC803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC803A; }
p { color: rgb(236,128,58); }
H1.HeaderClassName
{
color: #EC803A;
}
.AnyTagClassName
{
color: #EC803A;
}
</style>
background-color css
<style>
a { background-color: #EC803A; }
a { background-color: rgb(236,128,58); }
div.DivClassName
{
background-color: #EC803A;
}
.BgClassName
{
background-color: #EC803A;
}
</style>
border-color css
<style>
span { border-color: #EC803A; }
span { border-color: rgb(236,128,58); }
td.TdClassName
{
border-color: #EC803A;
}
.TagClassName
{
border-color: #EC803A;
}
</style>