Shades of West Side #EC7C2D
Tints of West Side #EC7C2D
RGB
CMYK
RGB Variations
Color information
#EC7C2D (or 0xEC7C2D) is known color: West Side. HEX triplet: EC, 7C and 2D. RGB value is (236,124,45). Sum of RGB (Red+Green+Blue) = 236+124+45=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7C2D is #1383D2. Grayscale: #949494. Windows color (decimal): -1278931 or 2981100. OLE color: 2981100.
HSL color Cylindrical-coordinate representation of color #EC7C2D: hue angle of 24.82º 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 #EC7C2D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.07 |
| HSL | 24.82º | 0.83% | 0.55% | - |
| HSV(B) | 24.82º | 0.81% | 0.93% | - |
| XYZ | 42.27 | 32.44 | 6.52 | - |
| YUV | 148.48 | 69.61 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 45 | 0 | 0.47 | 0.81 | 0.07 | 24.82 | 0.83 | 0.55 |
| Hex | EC | 7C | 2D | 0 | 2F | 51 | 7 | 19 | 53 | 37 |
| Octal | 354 | 174 | 55 | 0 | 57 | 121 | 7 | 31 | 123 | 67 |
| Binary | 11101100 | 1111100 | 101101 | 0 | 101111 | 1010001 | 111 | 11001 | 1010011 | 110111 |
Color Harmonies of #EC7C2D
Complementary color
Monochromatic Colors of #EC7C2D
Black with #EC7C2D
Text Example
Text Example
White with #EC7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C2D; }
p { color: rgb(236,124,45); }
H1.HeaderClassName
{
color: #EC7C2D;
}
.AnyTagClassName
{
color: #EC7C2D;
}
</style>
background-color css
<style>
a { background-color: #EC7C2D; }
a { background-color: rgb(236,124,45); }
div.DivClassName
{
background-color: #EC7C2D;
}
.BgClassName
{
background-color: #EC7C2D;
}
</style>
border-color css
<style>
span { border-color: #EC7C2D; }
span { border-color: rgb(236,124,45); }
td.TdClassName
{
border-color: #EC7C2D;
}
.TagClassName
{
border-color: #EC7C2D;
}
</style>