Shades of West Side #EC7D2C
Tints of West Side #EC7D2C
RGB
CMYK
RGB Variations
Color information
#EC7D2C (or 0xEC7D2C) is known color: West Side. HEX triplet: EC, 7D and 2C. RGB value is (236,125,44). Sum of RGB (Red+Green+Blue) = 236+125+44=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D2C is #1382D3. Grayscale: #959595. Windows color (decimal): -1278676 or 2915820. OLE color: 2915820.
HSL color Cylindrical-coordinate representation of color #EC7D2C: hue angle of 25.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC7D2C is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 44 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.07 |
| HSL | 25.31º | 0.83% | 0.55% | - |
| HSV(B) | 25.31º | 0.81% | 0.93% | - |
| XYZ | 42.38 | 32.68 | 6.46 | - |
| YUV | 148.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 44 | 0 | 0.47 | 0.81 | 0.07 | 25.31 | 0.83 | 0.55 |
| Hex | EC | 7D | 2C | 0 | 2F | 51 | 7 | 19 | 53 | 37 |
| Octal | 354 | 175 | 54 | 0 | 57 | 121 | 7 | 31 | 123 | 67 |
| Binary | 11101100 | 1111101 | 101100 | 0 | 101111 | 1010001 | 111 | 11001 | 1010011 | 110111 |
Color Harmonies of #EC7D2C
Complementary color
Monochromatic Colors of #EC7D2C
Black with #EC7D2C
Text Example
Text Example
White with #EC7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D2C; }
p { color: rgb(236,125,44); }
H1.HeaderClassName
{
color: #EC7D2C;
}
.AnyTagClassName
{
color: #EC7D2C;
}
</style>
background-color css
<style>
a { background-color: #EC7D2C; }
a { background-color: rgb(236,125,44); }
div.DivClassName
{
background-color: #EC7D2C;
}
.BgClassName
{
background-color: #EC7D2C;
}
</style>
border-color css
<style>
span { border-color: #EC7D2C; }
span { border-color: rgb(236,125,44); }
td.TdClassName
{
border-color: #EC7D2C;
}
.TagClassName
{
border-color: #EC7D2C;
}
</style>