Shades of West Side #EC792D
Tints of West Side #EC792D
RGB
CMYK
RGB Variations
Color information
#EC792D (or 0xEC792D) is known color: West Side. HEX triplet: EC, 79 and 2D. RGB value is (236,121,45). Sum of RGB (Red+Green+Blue) = 236+121+45=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC792D is #1386D2. Grayscale: #939393. Windows color (decimal): -1279699 or 2980332. OLE color: 2980332.
HSL color Cylindrical-coordinate representation of color #EC792D: hue angle of 23.87º 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 #EC792D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 45 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.07 |
| HSL | 23.87º | 0.83% | 0.55% | - |
| HSV(B) | 23.87º | 0.81% | 0.93% | - |
| XYZ | 41.9 | 31.7 | 6.39 | - |
| YUV | 146.72 | 70.6 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 45 | 0 | 0.49 | 0.81 | 0.07 | 23.87 | 0.83 | 0.55 |
| Hex | EC | 79 | 2D | 0 | 31 | 51 | 7 | 18 | 53 | 37 |
| Octal | 354 | 171 | 55 | 0 | 61 | 121 | 7 | 30 | 123 | 67 |
| Binary | 11101100 | 1111001 | 101101 | 0 | 110001 | 1010001 | 111 | 11000 | 1010011 | 110111 |
Color Harmonies of #EC792D
Complementary color
Monochromatic Colors of #EC792D
Black with #EC792D
Text Example
Text Example
White with #EC792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC792D; }
p { color: rgb(236,121,45); }
H1.HeaderClassName
{
color: #EC792D;
}
.AnyTagClassName
{
color: #EC792D;
}
</style>
background-color css
<style>
a { background-color: #EC792D; }
a { background-color: rgb(236,121,45); }
div.DivClassName
{
background-color: #EC792D;
}
.BgClassName
{
background-color: #EC792D;
}
</style>
border-color css
<style>
span { border-color: #EC792D; }
span { border-color: rgb(236,121,45); }
td.TdClassName
{
border-color: #EC792D;
}
.TagClassName
{
border-color: #EC792D;
}
</style>