Shades of West Side #E98232
Tints of West Side #E98232
RGB
CMYK
RGB Variations
Color information
#E98232 (or 0xE98232) is known color: West Side. HEX triplet: E9, 82 and 32. RGB value is (233,130,50). Sum of RGB (Red+Green+Blue) = 233+130+50=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E98232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98232 is #167DCD. Grayscale: #989898. Windows color (decimal): -1473998 or 3310313. OLE color: 3310313.
HSL color Cylindrical-coordinate representation of color #E98232: hue angle of 26.23º degrees, saturation: 0.81, 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 #E98232 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 50 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.09 |
| HSL | 26.23º | 0.81% | 0.55% | - |
| HSV(B) | 26.23º | 0.79% | 0.91% | - |
| XYZ | 42.16 | 33.52 | 7.27 | - |
| YUV | 151.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 50 | 0 | 0.44 | 0.79 | 0.09 | 26.23 | 0.81 | 0.55 |
| Hex | E9 | 82 | 32 | 0 | 2C | 4F | 9 | 1A | 51 | 37 |
| Octal | 351 | 202 | 62 | 0 | 54 | 117 | 11 | 32 | 121 | 67 |
| Binary | 11101001 | 10000010 | 110010 | 0 | 101100 | 1001111 | 1001 | 11010 | 1010001 | 110111 |
Color Harmonies of #E98232
Complementary color
Monochromatic Colors of #E98232
Black with #E98232
Text Example
Text Example
White with #E98232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98232; }
p { color: rgb(233,130,50); }
H1.HeaderClassName
{
color: #E98232;
}
.AnyTagClassName
{
color: #E98232;
}
</style>
background-color css
<style>
a { background-color: #E98232; }
a { background-color: rgb(233,130,50); }
div.DivClassName
{
background-color: #E98232;
}
.BgClassName
{
background-color: #E98232;
}
</style>
border-color css
<style>
span { border-color: #E98232; }
span { border-color: rgb(233,130,50); }
td.TdClassName
{
border-color: #E98232;
}
.TagClassName
{
border-color: #E98232;
}
</style>