Shades of West Side #E18532
Tints of West Side #E18532
RGB
CMYK
RGB Variations
Color information
#E18532 (or 0xE18532) is known color: West Side. HEX triplet: E1, 85 and 32. RGB value is (225,133,50). Sum of RGB (Red+Green+Blue) = 225+133+50=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E18532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18532 is #1E7ACD. Grayscale: #979797. Windows color (decimal): -1997518 or 3311073. OLE color: 3311073.
HSL color Cylindrical-coordinate representation of color #E18532: hue angle of 28.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18532 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 50 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.12 |
| HSL | 28.46º | 0.74% | 0.54% | - |
| HSV(B) | 28.46º | 0.78% | 0.88% | - |
| XYZ | 40.01 | 33.01 | 7.28 | - |
| YUV | 151.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 50 | 0 | 0.41 | 0.78 | 0.12 | 28.46 | 0.74 | 0.54 |
| Hex | E1 | 85 | 32 | 0 | 29 | 4E | C | 1C | 4A | 36 |
| Octal | 341 | 205 | 62 | 0 | 51 | 116 | 14 | 34 | 112 | 66 |
| Binary | 11100001 | 10000101 | 110010 | 0 | 101001 | 1001110 | 1100 | 11100 | 1001010 | 110110 |
Color Harmonies of #E18532
Complementary color
Monochromatic Colors of #E18532
Black with #E18532
Text Example
Text Example
White with #E18532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18532; }
p { color: rgb(225,133,50); }
H1.HeaderClassName
{
color: #E18532;
}
.AnyTagClassName
{
color: #E18532;
}
</style>
background-color css
<style>
a { background-color: #E18532; }
a { background-color: rgb(225,133,50); }
div.DivClassName
{
background-color: #E18532;
}
.BgClassName
{
background-color: #E18532;
}
</style>
border-color css
<style>
span { border-color: #E18532; }
span { border-color: rgb(225,133,50); }
td.TdClassName
{
border-color: #E18532;
}
.TagClassName
{
border-color: #E18532;
}
</style>