Shades of West Side #E98229
Tints of West Side #E98229
RGB
CMYK
RGB Variations
Color information
#E98229 (or 0xE98229) is known color: West Side. HEX triplet: E9, 82 and 29. RGB value is (233,130,41). Sum of RGB (Red+Green+Blue) = 233+130+41=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E98229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98229 is #167DD6. Grayscale: #979797. Windows color (decimal): -1474007 or 2720489. OLE color: 2720489.
HSL color Cylindrical-coordinate representation of color #E98229: hue angle of 27.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E98229 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 41 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.09 |
| HSL | 27.81º | 0.81% | 0.54% | - |
| HSV(B) | 27.81º | 0.82% | 0.91% | - |
| XYZ | 41.99 | 33.45 | 6.34 | - |
| YUV | 150.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 41 | 0 | 0.44 | 0.82 | 0.09 | 27.81 | 0.81 | 0.54 |
| Hex | E9 | 82 | 29 | 0 | 2C | 52 | 9 | 1C | 51 | 36 |
| Octal | 351 | 202 | 51 | 0 | 54 | 122 | 11 | 34 | 121 | 66 |
| Binary | 11101001 | 10000010 | 101001 | 0 | 101100 | 1010010 | 1001 | 11100 | 1010001 | 110110 |
Color Harmonies of #E98229
Complementary color
Monochromatic Colors of #E98229
Black with #E98229
Text Example
Text Example
White with #E98229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98229; }
p { color: rgb(233,130,41); }
H1.HeaderClassName
{
color: #E98229;
}
.AnyTagClassName
{
color: #E98229;
}
</style>
background-color css
<style>
a { background-color: #E98229; }
a { background-color: rgb(233,130,41); }
div.DivClassName
{
background-color: #E98229;
}
.BgClassName
{
background-color: #E98229;
}
</style>
border-color css
<style>
span { border-color: #E98229; }
span { border-color: rgb(233,130,41); }
td.TdClassName
{
border-color: #E98229;
}
.TagClassName
{
border-color: #E98229;
}
</style>