Shades of West Side #E48434
Tints of West Side #E48434
RGB
CMYK
RGB Variations
Color information
#E48434 (or 0xE48434) is known color: West Side. HEX triplet: E4, 84 and 34. RGB value is (228,132,52). Sum of RGB (Red+Green+Blue) = 228+132+52=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E48434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48434 is #1B7BCB. Grayscale: #979797. Windows color (decimal): -1801164 or 3441892. OLE color: 3441892.
HSL color Cylindrical-coordinate representation of color #E48434: hue angle of 27.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E48434 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 52 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.11 |
| HSL | 27.27º | 0.77% | 0.55% | - |
| HSV(B) | 27.27º | 0.77% | 0.89% | - |
| XYZ | 40.87 | 33.24 | 7.51 | - |
| YUV | 151.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 52 | 0 | 0.42 | 0.77 | 0.11 | 27.27 | 0.77 | 0.55 |
| Hex | E4 | 84 | 34 | 0 | 2A | 4D | B | 1B | 4D | 37 |
| Octal | 344 | 204 | 64 | 0 | 52 | 115 | 13 | 33 | 115 | 67 |
| Binary | 11100100 | 10000100 | 110100 | 0 | 101010 | 1001101 | 1011 | 11011 | 1001101 | 110111 |
Color Harmonies of #E48434
Complementary color
Monochromatic Colors of #E48434
Black with #E48434
Text Example
Text Example
White with #E48434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48434; }
p { color: rgb(228,132,52); }
H1.HeaderClassName
{
color: #E48434;
}
.AnyTagClassName
{
color: #E48434;
}
</style>
background-color css
<style>
a { background-color: #E48434; }
a { background-color: rgb(228,132,52); }
div.DivClassName
{
background-color: #E48434;
}
.BgClassName
{
background-color: #E48434;
}
</style>
border-color css
<style>
span { border-color: #E48434; }
span { border-color: rgb(228,132,52); }
td.TdClassName
{
border-color: #E48434;
}
.TagClassName
{
border-color: #E48434;
}
</style>