Shades of West Side #EC7A2F
Tints of West Side #EC7A2F
RGB
CMYK
RGB Variations
Color information
#EC7A2F (or 0xEC7A2F) is known color: West Side. HEX triplet: EC, 7A and 2F. RGB value is (236,122,47). Sum of RGB (Red+Green+Blue) = 236+122+47=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A2F is #1385D0. Grayscale: #939393. Windows color (decimal): -1279441 or 3111660. OLE color: 3111660.
HSL color Cylindrical-coordinate representation of color #EC7A2F: hue angle of 23.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC7A2F is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 47 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.07 |
| HSL | 23.81º | 0.83% | 0.55% | - |
| HSV(B) | 23.81º | 0.8% | 0.93% | - |
| XYZ | 42.06 | 31.96 | 6.64 | - |
| YUV | 147.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 47 | 0 | 0.48 | 0.80 | 0.07 | 23.81 | 0.83 | 0.55 |
| Hex | EC | 7A | 2F | 0 | 30 | 50 | 7 | 18 | 53 | 37 |
| Octal | 354 | 172 | 57 | 0 | 60 | 120 | 7 | 30 | 123 | 67 |
| Binary | 11101100 | 1111010 | 101111 | 0 | 110000 | 1010000 | 111 | 11000 | 1010011 | 110111 |
Color Harmonies of #EC7A2F
Complementary color
Monochromatic Colors of #EC7A2F
Black with #EC7A2F
Text Example
Text Example
White with #EC7A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A2F; }
p { color: rgb(236,122,47); }
H1.HeaderClassName
{
color: #EC7A2F;
}
.AnyTagClassName
{
color: #EC7A2F;
}
</style>
background-color css
<style>
a { background-color: #EC7A2F; }
a { background-color: rgb(236,122,47); }
div.DivClassName
{
background-color: #EC7A2F;
}
.BgClassName
{
background-color: #EC7A2F;
}
</style>
border-color css
<style>
span { border-color: #EC7A2F; }
span { border-color: rgb(236,122,47); }
td.TdClassName
{
border-color: #EC7A2F;
}
.TagClassName
{
border-color: #EC7A2F;
}
</style>