Shades of West Side #EC8533
Tints of West Side #EC8533
RGB
CMYK
RGB Variations
Color information
#EC8533 (or 0xEC8533) is known color: West Side. HEX triplet: EC, 85 and 33. RGB value is (236,133,51). Sum of RGB (Red+Green+Blue) = 236+133+51=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8533 is #137ACC. Grayscale: #9A9A9A. Windows color (decimal): -1276621 or 3376620. OLE color: 3376620.
HSL color Cylindrical-coordinate representation of color #EC8533: hue angle of 26.59º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC8533 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 51 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.07 |
| HSL | 26.59º | 0.83% | 0.56% | - |
| HSV(B) | 26.59º | 0.78% | 0.93% | - |
| XYZ | 43.58 | 34.85 | 7.56 | - |
| YUV | 154.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 51 | 0 | 0.44 | 0.78 | 0.07 | 26.59 | 0.83 | 0.56 |
| Hex | EC | 85 | 33 | 0 | 2C | 4E | 7 | 1B | 53 | 38 |
| Octal | 354 | 205 | 63 | 0 | 54 | 116 | 7 | 33 | 123 | 70 |
| Binary | 11101100 | 10000101 | 110011 | 0 | 101100 | 1001110 | 111 | 11011 | 1010011 | 111000 |
Color Harmonies of #EC8533
Complementary color
Monochromatic Colors of #EC8533
Black with #EC8533
Text Example
Text Example
White with #EC8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8533; }
p { color: rgb(236,133,51); }
H1.HeaderClassName
{
color: #EC8533;
}
.AnyTagClassName
{
color: #EC8533;
}
</style>
background-color css
<style>
a { background-color: #EC8533; }
a { background-color: rgb(236,133,51); }
div.DivClassName
{
background-color: #EC8533;
}
.BgClassName
{
background-color: #EC8533;
}
</style>
border-color css
<style>
span { border-color: #EC8533; }
span { border-color: rgb(236,133,51); }
td.TdClassName
{
border-color: #EC8533;
}
.TagClassName
{
border-color: #EC8533;
}
</style>