Shades of West Side #E18431
Tints of West Side #E18431
RGB
CMYK
RGB Variations
Color information
#E18431 (or 0xE18431) is known color: West Side. HEX triplet: E1, 84 and 31. RGB value is (225,132,49). Sum of RGB (Red+Green+Blue) = 225+132+49=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E18431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18431 is #1E7BCE. Grayscale: #969696. Windows color (decimal): -1997775 or 3245281. OLE color: 3245281.
HSL color Cylindrical-coordinate representation of color #E18431: hue angle of 28.3º degrees, saturation: 0.75, 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 #E18431 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 49 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.12 |
| HSL | 28.3º | 0.75% | 0.54% | - |
| HSV(B) | 28.3º | 0.78% | 0.88% | - |
| XYZ | 39.86 | 32.73 | 7.12 | - |
| YUV | 150.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 49 | 0 | 0.41 | 0.78 | 0.12 | 28.3 | 0.75 | 0.54 |
| Hex | E1 | 84 | 31 | 0 | 29 | 4E | C | 1C | 4B | 36 |
| Octal | 341 | 204 | 61 | 0 | 51 | 116 | 14 | 34 | 113 | 66 |
| Binary | 11100001 | 10000100 | 110001 | 0 | 101001 | 1001110 | 1100 | 11100 | 1001011 | 110110 |
Color Harmonies of #E18431
Complementary color
Monochromatic Colors of #E18431
Black with #E18431
Text Example
Text Example
White with #E18431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18431; }
p { color: rgb(225,132,49); }
H1.HeaderClassName
{
color: #E18431;
}
.AnyTagClassName
{
color: #E18431;
}
</style>
background-color css
<style>
a { background-color: #E18431; }
a { background-color: rgb(225,132,49); }
div.DivClassName
{
background-color: #E18431;
}
.BgClassName
{
background-color: #E18431;
}
</style>
border-color css
<style>
span { border-color: #E18431; }
span { border-color: rgb(225,132,49); }
td.TdClassName
{
border-color: #E18431;
}
.TagClassName
{
border-color: #E18431;
}
</style>