Shades of West Side #EC7D30
Tints of West Side #EC7D30
RGB
CMYK
RGB Variations
Color information
#EC7D30 (or 0xEC7D30) is known color: West Side. HEX triplet: EC, 7D and 30. RGB value is (236,125,48). Sum of RGB (Red+Green+Blue) = 236+125+48=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D30 is #1382CF. Grayscale: #959595. Windows color (decimal): -1278672 or 3177964. OLE color: 3177964.
HSL color Cylindrical-coordinate representation of color #EC7D30: hue angle of 24.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC7D30 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 48 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.07 |
| HSL | 24.57º | 0.83% | 0.56% | - |
| HSV(B) | 24.57º | 0.8% | 0.93% | - |
| XYZ | 42.46 | 32.71 | 6.87 | - |
| YUV | 149.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 48 | 0 | 0.47 | 0.80 | 0.07 | 24.57 | 0.83 | 0.56 |
| Hex | EC | 7D | 30 | 0 | 2F | 50 | 7 | 19 | 53 | 38 |
| Octal | 354 | 175 | 60 | 0 | 57 | 120 | 7 | 31 | 123 | 70 |
| Binary | 11101100 | 1111101 | 110000 | 0 | 101111 | 1010000 | 111 | 11001 | 1010011 | 111000 |
Color Harmonies of #EC7D30
Complementary color
Monochromatic Colors of #EC7D30
Black with #EC7D30
Text Example
Text Example
White with #EC7D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D30; }
p { color: rgb(236,125,48); }
H1.HeaderClassName
{
color: #EC7D30;
}
.AnyTagClassName
{
color: #EC7D30;
}
</style>
background-color css
<style>
a { background-color: #EC7D30; }
a { background-color: rgb(236,125,48); }
div.DivClassName
{
background-color: #EC7D30;
}
.BgClassName
{
background-color: #EC7D30;
}
</style>
border-color css
<style>
span { border-color: #EC7D30; }
span { border-color: rgb(236,125,48); }
td.TdClassName
{
border-color: #EC7D30;
}
.TagClassName
{
border-color: #EC7D30;
}
</style>