Shades of West Side #EC823B
Tints of West Side #EC823B
RGB
CMYK
RGB Variations
Color information
#EC823B (or 0xEC823B) is known color: West Side. HEX triplet: EC, 82 and 3B. RGB value is (236,130,59). Sum of RGB (Red+Green+Blue) = 236+130+59=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC823B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC823B is #137DC4. Grayscale: #999999. Windows color (decimal): -1277381 or 3900140. OLE color: 3900140.
HSL color Cylindrical-coordinate representation of color #EC823B: hue angle of 24.07º 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 #EC823B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 59 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.07 |
| HSL | 24.07º | 0.82% | 0.58% | - |
| HSV(B) | 24.07º | 0.75% | 0.93% | - |
| XYZ | 43.36 | 34.11 | 8.44 | - |
| YUV | 153.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 59 | 0 | 0.45 | 0.75 | 0.07 | 24.07 | 0.82 | 0.58 |
| Hex | EC | 82 | 3B | 0 | 2D | 4B | 7 | 18 | 52 | 3A |
| Octal | 354 | 202 | 73 | 0 | 55 | 113 | 7 | 30 | 122 | 72 |
| Binary | 11101100 | 10000010 | 111011 | 0 | 101101 | 1001011 | 111 | 11000 | 1010010 | 111010 |
Color Harmonies of #EC823B
Complementary color
Monochromatic Colors of #EC823B
Black with #EC823B
Text Example
Text Example
White with #EC823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC823B; }
p { color: rgb(236,130,59); }
H1.HeaderClassName
{
color: #EC823B;
}
.AnyTagClassName
{
color: #EC823B;
}
</style>
background-color css
<style>
a { background-color: #EC823B; }
a { background-color: rgb(236,130,59); }
div.DivClassName
{
background-color: #EC823B;
}
.BgClassName
{
background-color: #EC823B;
}
</style>
border-color css
<style>
span { border-color: #EC823B; }
span { border-color: rgb(236,130,59); }
td.TdClassName
{
border-color: #EC823B;
}
.TagClassName
{
border-color: #EC823B;
}
</style>