Shades of West Side #E1822C
Tints of West Side #E1822C
RGB
CMYK
RGB Variations
Color information
#E1822C (or 0xE1822C) is known color: West Side. HEX triplet: E1, 82 and 2C. RGB value is (225,130,44). Sum of RGB (Red+Green+Blue) = 225+130+44=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1822C is #1E7DD3. Grayscale: #959595. Windows color (decimal): -1998292 or 2917089. OLE color: 2917089.
HSL color Cylindrical-coordinate representation of color #E1822C: hue angle of 28.51º 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 #E1822C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 44 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.12 |
| HSL | 28.51º | 0.75% | 0.53% | - |
| HSV(B) | 28.51º | 0.8% | 0.88% | - |
| XYZ | 39.49 | 32.15 | 6.51 | - |
| YUV | 148.6 | 68.97 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 44 | 0 | 0.42 | 0.80 | 0.12 | 28.51 | 0.75 | 0.53 |
| Hex | E1 | 82 | 2C | 0 | 2A | 50 | C | 1D | 4B | 35 |
| Octal | 341 | 202 | 54 | 0 | 52 | 120 | 14 | 35 | 113 | 65 |
| Binary | 11100001 | 10000010 | 101100 | 0 | 101010 | 1010000 | 1100 | 11101 | 1001011 | 110101 |
Color Harmonies of #E1822C
Complementary color
Monochromatic Colors of #E1822C
Black with #E1822C
Text Example
Text Example
White with #E1822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1822C; }
p { color: rgb(225,130,44); }
H1.HeaderClassName
{
color: #E1822C;
}
.AnyTagClassName
{
color: #E1822C;
}
</style>
background-color css
<style>
a { background-color: #E1822C; }
a { background-color: rgb(225,130,44); }
div.DivClassName
{
background-color: #E1822C;
}
.BgClassName
{
background-color: #E1822C;
}
</style>
border-color css
<style>
span { border-color: #E1822C; }
span { border-color: rgb(225,130,44); }
td.TdClassName
{
border-color: #E1822C;
}
.TagClassName
{
border-color: #E1822C;
}
</style>