Shades of West Side #EC7F34
Tints of West Side #EC7F34
RGB
CMYK
RGB Variations
Color information
#EC7F34 (or 0xEC7F34) is known color: West Side. HEX triplet: EC, 7F and 34. RGB value is (236,127,52). Sum of RGB (Red+Green+Blue) = 236+127+52=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F34 is #1380CB. Grayscale: #979797. Windows color (decimal): -1278156 or 3440620. OLE color: 3440620.
HSL color Cylindrical-coordinate representation of color #EC7F34: hue angle of 24.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC7F34 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 52 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 24.46º | 0.83% | 0.56% | - |
| HSV(B) | 24.46º | 0.78% | 0.93% | - |
| XYZ | 42.8 | 33.26 | 7.41 | - |
| YUV | 151.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 52 | 0 | 0.46 | 0.78 | 0.07 | 24.46 | 0.83 | 0.56 |
| Hex | EC | 7F | 34 | 0 | 2E | 4E | 7 | 18 | 53 | 38 |
| Octal | 354 | 177 | 64 | 0 | 56 | 116 | 7 | 30 | 123 | 70 |
| Binary | 11101100 | 1111111 | 110100 | 0 | 101110 | 1001110 | 111 | 11000 | 1010011 | 111000 |
Color Harmonies of #EC7F34
Complementary color
Monochromatic Colors of #EC7F34
Black with #EC7F34
Text Example
Text Example
White with #EC7F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F34; }
p { color: rgb(236,127,52); }
H1.HeaderClassName
{
color: #EC7F34;
}
.AnyTagClassName
{
color: #EC7F34;
}
</style>
background-color css
<style>
a { background-color: #EC7F34; }
a { background-color: rgb(236,127,52); }
div.DivClassName
{
background-color: #EC7F34;
}
.BgClassName
{
background-color: #EC7F34;
}
</style>
border-color css
<style>
span { border-color: #EC7F34; }
span { border-color: rgb(236,127,52); }
td.TdClassName
{
border-color: #EC7F34;
}
.TagClassName
{
border-color: #EC7F34;
}
</style>