Shades of West Side #EC7F33
Tints of West Side #EC7F33
RGB
CMYK
RGB Variations
Color information
#EC7F33 (or 0xEC7F33) is known color: West Side. HEX triplet: EC, 7F and 33. RGB value is (236,127,51). Sum of RGB (Red+Green+Blue) = 236+127+51=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F33 is #1380CC. Grayscale: #979797. Windows color (decimal): -1278157 or 3375084. OLE color: 3375084.
HSL color Cylindrical-coordinate representation of color #EC7F33: hue angle of 24.65º 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 #EC7F33 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 51 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 24.65º | 0.83% | 0.56% | - |
| HSV(B) | 24.65º | 0.78% | 0.93% | - |
| XYZ | 42.78 | 33.25 | 7.3 | - |
| YUV | 150.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 51 | 0 | 0.46 | 0.78 | 0.07 | 24.65 | 0.83 | 0.56 |
| Hex | EC | 7F | 33 | 0 | 2E | 4E | 7 | 19 | 53 | 38 |
| Octal | 354 | 177 | 63 | 0 | 56 | 116 | 7 | 31 | 123 | 70 |
| Binary | 11101100 | 1111111 | 110011 | 0 | 101110 | 1001110 | 111 | 11001 | 1010011 | 111000 |
Color Harmonies of #EC7F33
Complementary color
Monochromatic Colors of #EC7F33
Black with #EC7F33
Text Example
Text Example
White with #EC7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F33; }
p { color: rgb(236,127,51); }
H1.HeaderClassName
{
color: #EC7F33;
}
.AnyTagClassName
{
color: #EC7F33;
}
</style>
background-color css
<style>
a { background-color: #EC7F33; }
a { background-color: rgb(236,127,51); }
div.DivClassName
{
background-color: #EC7F33;
}
.BgClassName
{
background-color: #EC7F33;
}
</style>
border-color css
<style>
span { border-color: #EC7F33; }
span { border-color: rgb(236,127,51); }
td.TdClassName
{
border-color: #EC7F33;
}
.TagClassName
{
border-color: #EC7F33;
}
</style>