Shades of West Side #EC7D31
Tints of West Side #EC7D31
RGB
CMYK
RGB Variations
Color information
#EC7D31 (or 0xEC7D31) is known color: West Side. HEX triplet: EC, 7D and 31. RGB value is (236,125,49). Sum of RGB (Red+Green+Blue) = 236+125+49=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D31 is #1382CE. Grayscale: #959595. Windows color (decimal): -1278671 or 3243500. OLE color: 3243500.
HSL color Cylindrical-coordinate representation of color #EC7D31: hue angle of 24.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC7D31 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 49 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.07 |
| HSL | 24.39º | 0.83% | 0.56% | - |
| HSV(B) | 24.39º | 0.79% | 0.93% | - |
| XYZ | 42.48 | 32.72 | 6.98 | - |
| YUV | 149.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 49 | 0 | 0.47 | 0.79 | 0.07 | 24.39 | 0.83 | 0.56 |
| Hex | EC | 7D | 31 | 0 | 2F | 4F | 7 | 18 | 53 | 38 |
| Octal | 354 | 175 | 61 | 0 | 57 | 117 | 7 | 30 | 123 | 70 |
| Binary | 11101100 | 1111101 | 110001 | 0 | 101111 | 1001111 | 111 | 11000 | 1010011 | 111000 |
Color Harmonies of #EC7D31
Complementary color
Monochromatic Colors of #EC7D31
Black with #EC7D31
Text Example
Text Example
White with #EC7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D31; }
p { color: rgb(236,125,49); }
H1.HeaderClassName
{
color: #EC7D31;
}
.AnyTagClassName
{
color: #EC7D31;
}
</style>
background-color css
<style>
a { background-color: #EC7D31; }
a { background-color: rgb(236,125,49); }
div.DivClassName
{
background-color: #EC7D31;
}
.BgClassName
{
background-color: #EC7D31;
}
</style>
border-color css
<style>
span { border-color: #EC7D31; }
span { border-color: rgb(236,125,49); }
td.TdClassName
{
border-color: #EC7D31;
}
.TagClassName
{
border-color: #EC7D31;
}
</style>