Shades of West Side #E88232
Tints of West Side #E88232
RGB
CMYK
RGB Variations
Color information
#E88232 (or 0xE88232) is known color: West Side. HEX triplet: E8, 82 and 32. RGB value is (232,130,50). Sum of RGB (Red+Green+Blue) = 232+130+50=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E88232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88232 is #177DCD. Grayscale: #979797. Windows color (decimal): -1539534 or 3310312. OLE color: 3310312.
HSL color Cylindrical-coordinate representation of color #E88232: hue angle of 26.37º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E88232 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 50 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.09 |
| HSL | 26.37º | 0.8% | 0.55% | - |
| HSV(B) | 26.37º | 0.78% | 0.91% | - |
| XYZ | 41.84 | 33.35 | 7.25 | - |
| YUV | 151.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 50 | 0 | 0.44 | 0.78 | 0.09 | 26.37 | 0.8 | 0.55 |
| Hex | E8 | 82 | 32 | 0 | 2C | 4E | 9 | 1A | 50 | 37 |
| Octal | 350 | 202 | 62 | 0 | 54 | 116 | 11 | 32 | 120 | 67 |
| Binary | 11101000 | 10000010 | 110010 | 0 | 101100 | 1001110 | 1001 | 11010 | 1010000 | 110111 |
Color Harmonies of #E88232
Complementary color
Monochromatic Colors of #E88232
Black with #E88232
Text Example
Text Example
White with #E88232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88232; }
p { color: rgb(232,130,50); }
H1.HeaderClassName
{
color: #E88232;
}
.AnyTagClassName
{
color: #E88232;
}
</style>
background-color css
<style>
a { background-color: #E88232; }
a { background-color: rgb(232,130,50); }
div.DivClassName
{
background-color: #E88232;
}
.BgClassName
{
background-color: #E88232;
}
</style>
border-color css
<style>
span { border-color: #E88232; }
span { border-color: rgb(232,130,50); }
td.TdClassName
{
border-color: #E88232;
}
.TagClassName
{
border-color: #E88232;
}
</style>