Shades of West Side #E2842D
Tints of West Side #E2842D
RGB
CMYK
RGB Variations
Color information
#E2842D (or 0xE2842D) is known color: West Side. HEX triplet: E2, 84 and 2D. RGB value is (226,132,45). Sum of RGB (Red+Green+Blue) = 226+132+45=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2842D is #1D7BD2. Grayscale: #969696. Windows color (decimal): -1932243 or 2983138. OLE color: 2983138.
HSL color Cylindrical-coordinate representation of color #E2842D: hue angle of 28.84º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2842D is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 45 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.11 |
| HSL | 28.84º | 0.76% | 0.53% | - |
| HSV(B) | 28.84º | 0.8% | 0.89% | - |
| XYZ | 40.09 | 32.86 | 6.71 | - |
| YUV | 150.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 45 | 0 | 0.42 | 0.80 | 0.11 | 28.84 | 0.76 | 0.53 |
| Hex | E2 | 84 | 2D | 0 | 2A | 50 | B | 1D | 4C | 35 |
| Octal | 342 | 204 | 55 | 0 | 52 | 120 | 13 | 35 | 114 | 65 |
| Binary | 11100010 | 10000100 | 101101 | 0 | 101010 | 1010000 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E2842D
Complementary color
Monochromatic Colors of #E2842D
Black with #E2842D
Text Example
Text Example
White with #E2842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2842D; }
p { color: rgb(226,132,45); }
H1.HeaderClassName
{
color: #E2842D;
}
.AnyTagClassName
{
color: #E2842D;
}
</style>
background-color css
<style>
a { background-color: #E2842D; }
a { background-color: rgb(226,132,45); }
div.DivClassName
{
background-color: #E2842D;
}
.BgClassName
{
background-color: #E2842D;
}
</style>
border-color css
<style>
span { border-color: #E2842D; }
span { border-color: rgb(226,132,45); }
td.TdClassName
{
border-color: #E2842D;
}
.TagClassName
{
border-color: #E2842D;
}
</style>