Shades of West Side #EC832F
Tints of West Side #EC832F
RGB
CMYK
RGB Variations
Color information
#EC832F (or 0xEC832F) is known color: West Side. HEX triplet: EC, 83 and 2F. RGB value is (236,131,47). Sum of RGB (Red+Green+Blue) = 236+131+47=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC832F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC832F is #137CD0. Grayscale: #999999. Windows color (decimal): -1277137 or 3113964. OLE color: 3113964.
HSL color Cylindrical-coordinate representation of color #EC832F: hue angle of 26.67º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC832F is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 47 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.07 |
| HSL | 26.67º | 0.83% | 0.55% | - |
| HSV(B) | 26.67º | 0.8% | 0.93% | - |
| XYZ | 43.22 | 34.27 | 7.03 | - |
| YUV | 152.82 | 68.29 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 47 | 0 | 0.44 | 0.80 | 0.07 | 26.67 | 0.83 | 0.55 |
| Hex | EC | 83 | 2F | 0 | 2C | 50 | 7 | 1B | 53 | 37 |
| Octal | 354 | 203 | 57 | 0 | 54 | 120 | 7 | 33 | 123 | 67 |
| Binary | 11101100 | 10000011 | 101111 | 0 | 101100 | 1010000 | 111 | 11011 | 1010011 | 110111 |
Color Harmonies of #EC832F
Complementary color
Monochromatic Colors of #EC832F
Black with #EC832F
Text Example
Text Example
White with #EC832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC832F; }
p { color: rgb(236,131,47); }
H1.HeaderClassName
{
color: #EC832F;
}
.AnyTagClassName
{
color: #EC832F;
}
</style>
background-color css
<style>
a { background-color: #EC832F; }
a { background-color: rgb(236,131,47); }
div.DivClassName
{
background-color: #EC832F;
}
.BgClassName
{
background-color: #EC832F;
}
</style>
border-color css
<style>
span { border-color: #EC832F; }
span { border-color: rgb(236,131,47); }
td.TdClassName
{
border-color: #EC832F;
}
.TagClassName
{
border-color: #EC832F;
}
</style>