Shades of West Side #E1842B
Tints of West Side #E1842B
RGB
CMYK
RGB Variations
Color information
#E1842B (or 0xE1842B) is known color: West Side. HEX triplet: E1, 84 and 2B. RGB value is (225,132,43). Sum of RGB (Red+Green+Blue) = 225+132+43=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1842B is #1E7BD4. Grayscale: #969696. Windows color (decimal): -1997781 or 2852065. OLE color: 2852065.
HSL color Cylindrical-coordinate representation of color #E1842B: hue angle of 29.34º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1842B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 43 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.12 |
| HSL | 29.34º | 0.75% | 0.53% | - |
| HSV(B) | 29.34º | 0.81% | 0.88% | - |
| XYZ | 39.74 | 32.68 | 6.5 | - |
| YUV | 149.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 43 | 0 | 0.41 | 0.81 | 0.12 | 29.34 | 0.75 | 0.53 |
| Hex | E1 | 84 | 2B | 0 | 29 | 51 | C | 1D | 4B | 35 |
| Octal | 341 | 204 | 53 | 0 | 51 | 121 | 14 | 35 | 113 | 65 |
| Binary | 11100001 | 10000100 | 101011 | 0 | 101001 | 1010001 | 1100 | 11101 | 1001011 | 110101 |
Color Harmonies of #E1842B
Complementary color
Monochromatic Colors of #E1842B
Black with #E1842B
Text Example
Text Example
White with #E1842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1842B; }
p { color: rgb(225,132,43); }
H1.HeaderClassName
{
color: #E1842B;
}
.AnyTagClassName
{
color: #E1842B;
}
</style>
background-color css
<style>
a { background-color: #E1842B; }
a { background-color: rgb(225,132,43); }
div.DivClassName
{
background-color: #E1842B;
}
.BgClassName
{
background-color: #E1842B;
}
</style>
border-color css
<style>
span { border-color: #E1842B; }
span { border-color: rgb(225,132,43); }
td.TdClassName
{
border-color: #E1842B;
}
.TagClassName
{
border-color: #E1842B;
}
</style>