Shades of West Side #E38130
Tints of West Side #E38130
RGB
CMYK
RGB Variations
Color information
#E38130 (or 0xE38130) is known color: West Side. HEX triplet: E3, 81 and 30. RGB value is (227,129,48). Sum of RGB (Red+Green+Blue) = 227+129+48=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E38130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38130 is #1C7ECF. Grayscale: #959595. Windows color (decimal): -1867472 or 3178979. OLE color: 3178979.
HSL color Cylindrical-coordinate representation of color #E38130: hue angle of 27.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E38130 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 48 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.11 |
| HSL | 27.15º | 0.76% | 0.54% | - |
| HSV(B) | 27.15º | 0.79% | 0.89% | - |
| XYZ | 40.06 | 32.24 | 6.91 | - |
| YUV | 149.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 48 | 0 | 0.43 | 0.79 | 0.11 | 27.15 | 0.76 | 0.54 |
| Hex | E3 | 81 | 30 | 0 | 2B | 4F | B | 1B | 4C | 36 |
| Octal | 343 | 201 | 60 | 0 | 53 | 117 | 13 | 33 | 114 | 66 |
| Binary | 11100011 | 10000001 | 110000 | 0 | 101011 | 1001111 | 1011 | 11011 | 1001100 | 110110 |
Color Harmonies of #E38130
Complementary color
Monochromatic Colors of #E38130
Black with #E38130
Text Example
Text Example
White with #E38130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38130; }
p { color: rgb(227,129,48); }
H1.HeaderClassName
{
color: #E38130;
}
.AnyTagClassName
{
color: #E38130;
}
</style>
background-color css
<style>
a { background-color: #E38130; }
a { background-color: rgb(227,129,48); }
div.DivClassName
{
background-color: #E38130;
}
.BgClassName
{
background-color: #E38130;
}
</style>
border-color css
<style>
span { border-color: #E38130; }
span { border-color: rgb(227,129,48); }
td.TdClassName
{
border-color: #E38130;
}
.TagClassName
{
border-color: #E38130;
}
</style>