Shades of West Side #E38031
Tints of West Side #E38031
RGB
CMYK
RGB Variations
Color information
#E38031 (or 0xE38031) is known color: West Side. HEX triplet: E3, 80 and 31. RGB value is (227,128,49). Sum of RGB (Red+Green+Blue) = 227+128+49=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E38031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38031 is #1C7FCE. Grayscale: #959595. Windows color (decimal): -1867727 or 3244259. OLE color: 3244259.
HSL color Cylindrical-coordinate representation of color #E38031: hue angle of 26.63º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E38031 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 49 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.11 |
| HSL | 26.63º | 0.76% | 0.54% | - |
| HSV(B) | 26.63º | 0.78% | 0.89% | - |
| XYZ | 39.95 | 31.99 | 6.97 | - |
| YUV | 148.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 49 | 0 | 0.44 | 0.78 | 0.11 | 26.63 | 0.76 | 0.54 |
| Hex | E3 | 80 | 31 | 0 | 2C | 4E | B | 1B | 4C | 36 |
| Octal | 343 | 200 | 61 | 0 | 54 | 116 | 13 | 33 | 114 | 66 |
| Binary | 11100011 | 10000000 | 110001 | 0 | 101100 | 1001110 | 1011 | 11011 | 1001100 | 110110 |
Color Harmonies of #E38031
Complementary color
Monochromatic Colors of #E38031
Black with #E38031
Text Example
Text Example
White with #E38031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38031; }
p { color: rgb(227,128,49); }
H1.HeaderClassName
{
color: #E38031;
}
.AnyTagClassName
{
color: #E38031;
}
</style>
background-color css
<style>
a { background-color: #E38031; }
a { background-color: rgb(227,128,49); }
div.DivClassName
{
background-color: #E38031;
}
.BgClassName
{
background-color: #E38031;
}
</style>
border-color css
<style>
span { border-color: #E38031; }
span { border-color: rgb(227,128,49); }
td.TdClassName
{
border-color: #E38031;
}
.TagClassName
{
border-color: #E38031;
}
</style>