Shades of West Side #E48231
Tints of West Side #E48231
RGB
CMYK
RGB Variations
Color information
#E48231 (or 0xE48231) is known color: West Side. HEX triplet: E4, 82 and 31. RGB value is (228,130,49). Sum of RGB (Red+Green+Blue) = 228+130+49=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E48231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48231 is #1B7DCE. Grayscale: #969696. Windows color (decimal): -1801679 or 3244772. OLE color: 3244772.
HSL color Cylindrical-coordinate representation of color #E48231: hue angle of 27.15º degrees, saturation: 0.77, 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 #E48231 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 49 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.11 |
| HSL | 27.15º | 0.77% | 0.54% | - |
| HSV(B) | 27.15º | 0.79% | 0.89% | - |
| XYZ | 40.53 | 32.68 | 7.08 | - |
| YUV | 150.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 49 | 0 | 0.43 | 0.79 | 0.11 | 27.15 | 0.77 | 0.54 |
| Hex | E4 | 82 | 31 | 0 | 2B | 4F | B | 1B | 4D | 36 |
| Octal | 344 | 202 | 61 | 0 | 53 | 117 | 13 | 33 | 115 | 66 |
| Binary | 11100100 | 10000010 | 110001 | 0 | 101011 | 1001111 | 1011 | 11011 | 1001101 | 110110 |
Color Harmonies of #E48231
Complementary color
Monochromatic Colors of #E48231
Black with #E48231
Text Example
Text Example
White with #E48231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48231; }
p { color: rgb(228,130,49); }
H1.HeaderClassName
{
color: #E48231;
}
.AnyTagClassName
{
color: #E48231;
}
</style>
background-color css
<style>
a { background-color: #E48231; }
a { background-color: rgb(228,130,49); }
div.DivClassName
{
background-color: #E48231;
}
.BgClassName
{
background-color: #E48231;
}
</style>
border-color css
<style>
span { border-color: #E48231; }
span { border-color: rgb(228,130,49); }
td.TdClassName
{
border-color: #E48231;
}
.TagClassName
{
border-color: #E48231;
}
</style>