Shades of West Side #E48432
Tints of West Side #E48432
RGB
CMYK
RGB Variations
Color information
#E48432 (or 0xE48432) is known color: West Side. HEX triplet: E4, 84 and 32. RGB value is (228,132,50). Sum of RGB (Red+Green+Blue) = 228+132+50=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E48432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48432 is #1B7BCD. Grayscale: #979797. Windows color (decimal): -1801166 or 3310820. OLE color: 3310820.
HSL color Cylindrical-coordinate representation of color #E48432: hue angle of 27.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E48432 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 50 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.11 |
| HSL | 27.64º | 0.77% | 0.55% | - |
| HSV(B) | 27.64º | 0.78% | 0.89% | - |
| XYZ | 40.82 | 33.23 | 7.28 | - |
| YUV | 151.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 50 | 0 | 0.42 | 0.78 | 0.11 | 27.64 | 0.77 | 0.55 |
| Hex | E4 | 84 | 32 | 0 | 2A | 4E | B | 1C | 4D | 37 |
| Octal | 344 | 204 | 62 | 0 | 52 | 116 | 13 | 34 | 115 | 67 |
| Binary | 11100100 | 10000100 | 110010 | 0 | 101010 | 1001110 | 1011 | 11100 | 1001101 | 110111 |
Color Harmonies of #E48432
Complementary color
Monochromatic Colors of #E48432
Black with #E48432
Text Example
Text Example
White with #E48432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48432; }
p { color: rgb(228,132,50); }
H1.HeaderClassName
{
color: #E48432;
}
.AnyTagClassName
{
color: #E48432;
}
</style>
background-color css
<style>
a { background-color: #E48432; }
a { background-color: rgb(228,132,50); }
div.DivClassName
{
background-color: #E48432;
}
.BgClassName
{
background-color: #E48432;
}
</style>
border-color css
<style>
span { border-color: #E48432; }
span { border-color: rgb(228,132,50); }
td.TdClassName
{
border-color: #E48432;
}
.TagClassName
{
border-color: #E48432;
}
</style>