Shades of West Side #E88330
Tints of West Side #E88330
RGB
CMYK
RGB Variations
Color information
#E88330 (or 0xE88330) is known color: West Side. HEX triplet: E8, 83 and 30. RGB value is (232,131,48). Sum of RGB (Red+Green+Blue) = 232+131+48=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E88330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88330 is #177CCF. Grayscale: #989898. Windows color (decimal): -1539280 or 3179496. OLE color: 3179496.
HSL color Cylindrical-coordinate representation of color #E88330: hue angle of 27.07º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E88330 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 48 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.09 |
| HSL | 27.07º | 0.8% | 0.55% | - |
| HSV(B) | 27.07º | 0.79% | 0.91% | - |
| XYZ | 41.93 | 33.6 | 7.07 | - |
| YUV | 151.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 48 | 0 | 0.44 | 0.79 | 0.09 | 27.07 | 0.8 | 0.55 |
| Hex | E8 | 83 | 30 | 0 | 2C | 4F | 9 | 1B | 50 | 37 |
| Octal | 350 | 203 | 60 | 0 | 54 | 117 | 11 | 33 | 120 | 67 |
| Binary | 11101000 | 10000011 | 110000 | 0 | 101100 | 1001111 | 1001 | 11011 | 1010000 | 110111 |
Color Harmonies of #E88330
Complementary color
Monochromatic Colors of #E88330
Black with #E88330
Text Example
Text Example
White with #E88330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88330; }
p { color: rgb(232,131,48); }
H1.HeaderClassName
{
color: #E88330;
}
.AnyTagClassName
{
color: #E88330;
}
</style>
background-color css
<style>
a { background-color: #E88330; }
a { background-color: rgb(232,131,48); }
div.DivClassName
{
background-color: #E88330;
}
.BgClassName
{
background-color: #E88330;
}
</style>
border-color css
<style>
span { border-color: #E88330; }
span { border-color: rgb(232,131,48); }
td.TdClassName
{
border-color: #E88330;
}
.TagClassName
{
border-color: #E88330;
}
</style>