Shades of West Side #E28131
Tints of West Side #E28131
RGB
CMYK
RGB Variations
Color information
#E28131 (or 0xE28131) is known color: West Side. HEX triplet: E2, 81 and 31. RGB value is (226,129,49). Sum of RGB (Red+Green+Blue) = 226+129+49=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E28131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28131 is #1D7ECE. Grayscale: #959595. Windows color (decimal): -1933007 or 3244514. OLE color: 3244514.
HSL color Cylindrical-coordinate representation of color #E28131: hue angle of 27.12º 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 #E28131 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 49 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.11 |
| HSL | 27.12º | 0.75% | 0.54% | - |
| HSV(B) | 27.12º | 0.78% | 0.89% | - |
| XYZ | 39.77 | 32.09 | 7 | - |
| YUV | 148.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 49 | 0 | 0.43 | 0.78 | 0.11 | 27.12 | 0.75 | 0.54 |
| Hex | E2 | 81 | 31 | 0 | 2B | 4E | B | 1B | 4B | 36 |
| Octal | 342 | 201 | 61 | 0 | 53 | 116 | 13 | 33 | 113 | 66 |
| Binary | 11100010 | 10000001 | 110001 | 0 | 101011 | 1001110 | 1011 | 11011 | 1001011 | 110110 |
Color Harmonies of #E28131
Complementary color
Monochromatic Colors of #E28131
Black with #E28131
Text Example
Text Example
White with #E28131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28131; }
p { color: rgb(226,129,49); }
H1.HeaderClassName
{
color: #E28131;
}
.AnyTagClassName
{
color: #E28131;
}
</style>
background-color css
<style>
a { background-color: #E28131; }
a { background-color: rgb(226,129,49); }
div.DivClassName
{
background-color: #E28131;
}
.BgClassName
{
background-color: #E28131;
}
</style>
border-color css
<style>
span { border-color: #E28131; }
span { border-color: rgb(226,129,49); }
td.TdClassName
{
border-color: #E28131;
}
.TagClassName
{
border-color: #E28131;
}
</style>