Shades of West Side #EC813A
Tints of West Side #EC813A
RGB
CMYK
RGB Variations
Color information
#EC813A (or 0xEC813A) is known color: West Side. HEX triplet: EC, 81 and 3A. RGB value is (236,129,58). Sum of RGB (Red+Green+Blue) = 236+129+58=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC813A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC813A is #137EC5. Grayscale: #999999. Windows color (decimal): -1277638 or 3834348. OLE color: 3834348.
HSL color Cylindrical-coordinate representation of color #EC813A: hue angle of 23.93º 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 #EC813A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 58 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.07 |
| HSL | 23.93º | 0.82% | 0.58% | - |
| HSV(B) | 23.93º | 0.75% | 0.93% | - |
| XYZ | 43.21 | 33.84 | 8.26 | - |
| YUV | 152.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 58 | 0 | 0.45 | 0.75 | 0.07 | 23.93 | 0.82 | 0.58 |
| Hex | EC | 81 | 3A | 0 | 2D | 4B | 7 | 18 | 52 | 3A |
| Octal | 354 | 201 | 72 | 0 | 55 | 113 | 7 | 30 | 122 | 72 |
| Binary | 11101100 | 10000001 | 111010 | 0 | 101101 | 1001011 | 111 | 11000 | 1010010 | 111010 |
Color Harmonies of #EC813A
Complementary color
Monochromatic Colors of #EC813A
Black with #EC813A
Text Example
Text Example
White with #EC813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC813A; }
p { color: rgb(236,129,58); }
H1.HeaderClassName
{
color: #EC813A;
}
.AnyTagClassName
{
color: #EC813A;
}
</style>
background-color css
<style>
a { background-color: #EC813A; }
a { background-color: rgb(236,129,58); }
div.DivClassName
{
background-color: #EC813A;
}
.BgClassName
{
background-color: #EC813A;
}
</style>
border-color css
<style>
span { border-color: #EC813A; }
span { border-color: rgb(236,129,58); }
td.TdClassName
{
border-color: #EC813A;
}
.TagClassName
{
border-color: #EC813A;
}
</style>