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