Shades of West Side #E8802C
Tints of West Side #E8802C
RGB
CMYK
RGB Variations
Color information
#E8802C (or 0xE8802C) is known color: West Side. HEX triplet: E8, 80 and 2C. RGB value is (232,128,44). Sum of RGB (Red+Green+Blue) = 232+128+44=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E8802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8802C is #177FD3. Grayscale: #959595. Windows color (decimal): -1540052 or 2916584. OLE color: 2916584.
HSL color Cylindrical-coordinate representation of color #E8802C: hue angle of 26.81º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8802C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 44 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.09 |
| HSL | 26.81º | 0.8% | 0.54% | - |
| HSV(B) | 26.81º | 0.81% | 0.91% | - |
| XYZ | 41.45 | 32.78 | 6.52 | - |
| YUV | 149.52 | 68.46 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 44 | 0 | 0.45 | 0.81 | 0.09 | 26.81 | 0.8 | 0.54 |
| Hex | E8 | 80 | 2C | 0 | 2D | 51 | 9 | 1B | 50 | 36 |
| Octal | 350 | 200 | 54 | 0 | 55 | 121 | 11 | 33 | 120 | 66 |
| Binary | 11101000 | 10000000 | 101100 | 0 | 101101 | 1010001 | 1001 | 11011 | 1010000 | 110110 |
Color Harmonies of #E8802C
Complementary color
Monochromatic Colors of #E8802C
Black with #E8802C
Text Example
Text Example
White with #E8802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8802C; }
p { color: rgb(232,128,44); }
H1.HeaderClassName
{
color: #E8802C;
}
.AnyTagClassName
{
color: #E8802C;
}
</style>
background-color css
<style>
a { background-color: #E8802C; }
a { background-color: rgb(232,128,44); }
div.DivClassName
{
background-color: #E8802C;
}
.BgClassName
{
background-color: #E8802C;
}
</style>
border-color css
<style>
span { border-color: #E8802C; }
span { border-color: rgb(232,128,44); }
td.TdClassName
{
border-color: #E8802C;
}
.TagClassName
{
border-color: #E8802C;
}
</style>