Shades of West Side #E28032
Tints of West Side #E28032
RGB
CMYK
RGB Variations
Color information
#E28032 (or 0xE28032) is known color: West Side. HEX triplet: E2, 80 and 32. RGB value is (226,128,50). Sum of RGB (Red+Green+Blue) = 226+128+50=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E28032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28032 is #1D7FCD. Grayscale: #949494. Windows color (decimal): -1933262 or 3309794. OLE color: 3309794.
HSL color Cylindrical-coordinate representation of color #E28032: hue angle of 26.59º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E28032 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 50 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.11 |
| HSL | 26.59º | 0.75% | 0.54% | - |
| HSV(B) | 26.59º | 0.78% | 0.89% | - |
| XYZ | 39.66 | 31.84 | 7.07 | - |
| YUV | 148.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 50 | 0 | 0.43 | 0.78 | 0.11 | 26.59 | 0.75 | 0.54 |
| Hex | E2 | 80 | 32 | 0 | 2B | 4E | B | 1B | 4B | 36 |
| Octal | 342 | 200 | 62 | 0 | 53 | 116 | 13 | 33 | 113 | 66 |
| Binary | 11100010 | 10000000 | 110010 | 0 | 101011 | 1001110 | 1011 | 11011 | 1001011 | 110110 |
Color Harmonies of #E28032
Complementary color
Monochromatic Colors of #E28032
Black with #E28032
Text Example
Text Example
White with #E28032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28032; }
p { color: rgb(226,128,50); }
H1.HeaderClassName
{
color: #E28032;
}
.AnyTagClassName
{
color: #E28032;
}
</style>
background-color css
<style>
a { background-color: #E28032; }
a { background-color: rgb(226,128,50); }
div.DivClassName
{
background-color: #E28032;
}
.BgClassName
{
background-color: #E28032;
}
</style>
border-color css
<style>
span { border-color: #E28032; }
span { border-color: rgb(226,128,50); }
td.TdClassName
{
border-color: #E28032;
}
.TagClassName
{
border-color: #E28032;
}
</style>