Shades of West Side #E8802D
Tints of West Side #E8802D
RGB
CMYK
RGB Variations
Color information
#E8802D (or 0xE8802D) is known color: West Side. HEX triplet: E8, 80 and 2D. RGB value is (232,128,45). Sum of RGB (Red+Green+Blue) = 232+128+45=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8802D is #177FD2. Grayscale: #969696. Windows color (decimal): -1540051 or 2982120. OLE color: 2982120.
HSL color Cylindrical-coordinate representation of color #E8802D: hue angle of 26.63º 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 #E8802D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 45 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.09 |
| HSL | 26.63º | 0.8% | 0.54% | - |
| HSV(B) | 26.63º | 0.81% | 0.91% | - |
| XYZ | 41.47 | 32.78 | 6.62 | - |
| YUV | 149.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 45 | 0 | 0.45 | 0.81 | 0.09 | 26.63 | 0.8 | 0.54 |
| Hex | E8 | 80 | 2D | 0 | 2D | 51 | 9 | 1B | 50 | 36 |
| Octal | 350 | 200 | 55 | 0 | 55 | 121 | 11 | 33 | 120 | 66 |
| Binary | 11101000 | 10000000 | 101101 | 0 | 101101 | 1010001 | 1001 | 11011 | 1010000 | 110110 |
Color Harmonies of #E8802D
Complementary color
Monochromatic Colors of #E8802D
Black with #E8802D
Text Example
Text Example
White with #E8802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8802D; }
p { color: rgb(232,128,45); }
H1.HeaderClassName
{
color: #E8802D;
}
.AnyTagClassName
{
color: #E8802D;
}
</style>
background-color css
<style>
a { background-color: #E8802D; }
a { background-color: rgb(232,128,45); }
div.DivClassName
{
background-color: #E8802D;
}
.BgClassName
{
background-color: #E8802D;
}
</style>
border-color css
<style>
span { border-color: #E8802D; }
span { border-color: rgb(232,128,45); }
td.TdClassName
{
border-color: #E8802D;
}
.TagClassName
{
border-color: #E8802D;
}
</style>