Shades of West Side #E28134
Tints of West Side #E28134
RGB
CMYK
RGB Variations
Color information
#E28134 (or 0xE28134) is known color: West Side. HEX triplet: E2, 81 and 34. RGB value is (226,129,52). Sum of RGB (Red+Green+Blue) = 226+129+52=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E28134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28134 is #1D7ECB. Grayscale: #959595. Windows color (decimal): -1933004 or 3441122. OLE color: 3441122.
HSL color Cylindrical-coordinate representation of color #E28134: hue angle of 26.55º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E28134 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 52 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.11 |
| HSL | 26.55º | 0.75% | 0.55% | - |
| HSV(B) | 26.55º | 0.77% | 0.89% | - |
| XYZ | 39.83 | 32.12 | 7.35 | - |
| YUV | 149.23 | 73.14 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 52 | 0 | 0.43 | 0.77 | 0.11 | 26.55 | 0.75 | 0.55 |
| Hex | E2 | 81 | 34 | 0 | 2B | 4D | B | 1B | 4B | 37 |
| Octal | 342 | 201 | 64 | 0 | 53 | 115 | 13 | 33 | 113 | 67 |
| Binary | 11100010 | 10000001 | 110100 | 0 | 101011 | 1001101 | 1011 | 11011 | 1001011 | 110111 |
Color Harmonies of #E28134
Complementary color
Monochromatic Colors of #E28134
Black with #E28134
Text Example
Text Example
White with #E28134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28134; }
p { color: rgb(226,129,52); }
H1.HeaderClassName
{
color: #E28134;
}
.AnyTagClassName
{
color: #E28134;
}
</style>
background-color css
<style>
a { background-color: #E28134; }
a { background-color: rgb(226,129,52); }
div.DivClassName
{
background-color: #E28134;
}
.BgClassName
{
background-color: #E28134;
}
</style>
border-color css
<style>
span { border-color: #E28134; }
span { border-color: rgb(226,129,52); }
td.TdClassName
{
border-color: #E28134;
}
.TagClassName
{
border-color: #E28134;
}
</style>