Shades of West Side #E88130
Tints of West Side #E88130
RGB
CMYK
RGB Variations
Color information
#E88130 (or 0xE88130) is known color: West Side. HEX triplet: E8, 81 and 30. RGB value is (232,129,48). Sum of RGB (Red+Green+Blue) = 232+129+48=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E88130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88130 is #177ECF. Grayscale: #969696. Windows color (decimal): -1539792 or 3178984. OLE color: 3178984.
HSL color Cylindrical-coordinate representation of color #E88130: hue angle of 26.41º 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 #E88130 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 48 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.09 |
| HSL | 26.41º | 0.8% | 0.55% | - |
| HSV(B) | 26.41º | 0.79% | 0.91% | - |
| XYZ | 41.66 | 33.07 | 6.98 | - |
| YUV | 150.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 48 | 0 | 0.44 | 0.79 | 0.09 | 26.41 | 0.8 | 0.55 |
| Hex | E8 | 81 | 30 | 0 | 2C | 4F | 9 | 1A | 50 | 37 |
| Octal | 350 | 201 | 60 | 0 | 54 | 117 | 11 | 32 | 120 | 67 |
| Binary | 11101000 | 10000001 | 110000 | 0 | 101100 | 1001111 | 1001 | 11010 | 1010000 | 110111 |
Color Harmonies of #E88130
Complementary color
Monochromatic Colors of #E88130
Black with #E88130
Text Example
Text Example
White with #E88130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88130; }
p { color: rgb(232,129,48); }
H1.HeaderClassName
{
color: #E88130;
}
.AnyTagClassName
{
color: #E88130;
}
</style>
background-color css
<style>
a { background-color: #E88130; }
a { background-color: rgb(232,129,48); }
div.DivClassName
{
background-color: #E88130;
}
.BgClassName
{
background-color: #E88130;
}
</style>
border-color css
<style>
span { border-color: #E88130; }
span { border-color: rgb(232,129,48); }
td.TdClassName
{
border-color: #E88130;
}
.TagClassName
{
border-color: #E88130;
}
</style>