Shades of West Side #EC833A
Tints of West Side #EC833A
RGB
CMYK
RGB Variations
Color information
#EC833A (or 0xEC833A) is known color: West Side. HEX triplet: EC, 83 and 3A. RGB value is (236,131,58). Sum of RGB (Red+Green+Blue) = 236+131+58=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC833A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC833A is #137CC5. Grayscale: #9A9A9A. Windows color (decimal): -1277126 or 3834860. OLE color: 3834860.
HSL color Cylindrical-coordinate representation of color #EC833A: hue angle of 24.61º 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 #EC833A is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 58 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.07 |
| HSL | 24.61º | 0.82% | 0.58% | - |
| HSV(B) | 24.61º | 0.75% | 0.93% | - |
| XYZ | 43.47 | 34.37 | 8.35 | - |
| YUV | 154.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 58 | 0 | 0.44 | 0.75 | 0.07 | 24.61 | 0.82 | 0.58 |
| Hex | EC | 83 | 3A | 0 | 2C | 4B | 7 | 19 | 52 | 3A |
| Octal | 354 | 203 | 72 | 0 | 54 | 113 | 7 | 31 | 122 | 72 |
| Binary | 11101100 | 10000011 | 111010 | 0 | 101100 | 1001011 | 111 | 11001 | 1010010 | 111010 |
Color Harmonies of #EC833A
Complementary color
Monochromatic Colors of #EC833A
Black with #EC833A
Text Example
Text Example
White with #EC833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC833A; }
p { color: rgb(236,131,58); }
H1.HeaderClassName
{
color: #EC833A;
}
.AnyTagClassName
{
color: #EC833A;
}
</style>
background-color css
<style>
a { background-color: #EC833A; }
a { background-color: rgb(236,131,58); }
div.DivClassName
{
background-color: #EC833A;
}
.BgClassName
{
background-color: #EC833A;
}
</style>
border-color css
<style>
span { border-color: #EC833A; }
span { border-color: rgb(236,131,58); }
td.TdClassName
{
border-color: #EC833A;
}
.TagClassName
{
border-color: #EC833A;
}
</style>