Shades of West Side #E1872C
Tints of West Side #E1872C
RGB
CMYK
RGB Variations
Color information
#E1872C (or 0xE1872C) is known color: West Side. HEX triplet: E1, 87 and 2C. RGB value is (225,135,44). Sum of RGB (Red+Green+Blue) = 225+135+44=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1872C is #1E78D3. Grayscale: #979797. Windows color (decimal): -1997012 or 2918369. OLE color: 2918369.
HSL color Cylindrical-coordinate representation of color #E1872C: hue angle of 30.17º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1872C is Cyan = 0, Magento = 0.4, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 44 | - |
| CMYK | 0 | 0.4 | 0.80 | 0.12 |
| HSL | 30.17º | 0.75% | 0.53% | - |
| HSV(B) | 30.17º | 0.8% | 0.88% | - |
| XYZ | 40.17 | 33.52 | 6.74 | - |
| YUV | 151.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 44 | 0 | 0.4 | 0.80 | 0.12 | 30.17 | 0.75 | 0.53 |
| Hex | E1 | 87 | 2C | 0 | 28 | 50 | C | 1E | 4B | 35 |
| Octal | 341 | 207 | 54 | 0 | 50 | 120 | 14 | 36 | 113 | 65 |
| Binary | 11100001 | 10000111 | 101100 | 0 | 101000 | 1010000 | 1100 | 11110 | 1001011 | 110101 |
Color Harmonies of #E1872C
Complementary color
Monochromatic Colors of #E1872C
Black with #E1872C
Text Example
Text Example
White with #E1872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1872C; }
p { color: rgb(225,135,44); }
H1.HeaderClassName
{
color: #E1872C;
}
.AnyTagClassName
{
color: #E1872C;
}
</style>
background-color css
<style>
a { background-color: #E1872C; }
a { background-color: rgb(225,135,44); }
div.DivClassName
{
background-color: #E1872C;
}
.BgClassName
{
background-color: #E1872C;
}
</style>
border-color css
<style>
span { border-color: #E1872C; }
span { border-color: rgb(225,135,44); }
td.TdClassName
{
border-color: #E1872C;
}
.TagClassName
{
border-color: #E1872C;
}
</style>