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