Shades of West Side #EC853A
Tints of West Side #EC853A
RGB
CMYK
RGB Variations
Color information
#EC853A (or 0xEC853A) is known color: West Side. HEX triplet: EC, 85 and 3A. RGB value is (236,133,58). Sum of RGB (Red+Green+Blue) = 236+133+58=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC853A is #137AC5. Grayscale: #9B9B9B. Windows color (decimal): -1276614 or 3835372. OLE color: 3835372.
HSL color Cylindrical-coordinate representation of color #EC853A: hue angle of 25.28º 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 #EC853A is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 58 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.07 |
| HSL | 25.28º | 0.82% | 0.58% | - |
| HSV(B) | 25.28º | 0.75% | 0.93% | - |
| XYZ | 43.74 | 34.91 | 8.44 | - |
| YUV | 155.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 58 | 0 | 0.44 | 0.75 | 0.07 | 25.28 | 0.82 | 0.58 |
| Hex | EC | 85 | 3A | 0 | 2C | 4B | 7 | 19 | 52 | 3A |
| Octal | 354 | 205 | 72 | 0 | 54 | 113 | 7 | 31 | 122 | 72 |
| Binary | 11101100 | 10000101 | 111010 | 0 | 101100 | 1001011 | 111 | 11001 | 1010010 | 111010 |
Color Harmonies of #EC853A
Complementary color
Monochromatic Colors of #EC853A
Black with #EC853A
Text Example
Text Example
White with #EC853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC853A; }
p { color: rgb(236,133,58); }
H1.HeaderClassName
{
color: #EC853A;
}
.AnyTagClassName
{
color: #EC853A;
}
</style>
background-color css
<style>
a { background-color: #EC853A; }
a { background-color: rgb(236,133,58); }
div.DivClassName
{
background-color: #EC853A;
}
.BgClassName
{
background-color: #EC853A;
}
</style>
border-color css
<style>
span { border-color: #EC853A; }
span { border-color: rgb(236,133,58); }
td.TdClassName
{
border-color: #EC853A;
}
.TagClassName
{
border-color: #EC853A;
}
</style>