Shades of West Side #E2832F
Tints of West Side #E2832F
RGB
CMYK
RGB Variations
Color information
#E2832F (or 0xE2832F) is known color: West Side. HEX triplet: E2, 83 and 2F. RGB value is (226,131,47). Sum of RGB (Red+Green+Blue) = 226+131+47=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2832F is #1D7CD0. Grayscale: #969696. Windows color (decimal): -1932497 or 3113954. OLE color: 3113954.
HSL color Cylindrical-coordinate representation of color #E2832F: hue angle of 28.16º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2832F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 47 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.11 |
| HSL | 28.16º | 0.76% | 0.54% | - |
| HSV(B) | 28.16º | 0.79% | 0.89% | - |
| XYZ | 39.99 | 32.61 | 6.88 | - |
| YUV | 149.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 47 | 0 | 0.42 | 0.79 | 0.11 | 28.16 | 0.76 | 0.54 |
| Hex | E2 | 83 | 2F | 0 | 2A | 4F | B | 1C | 4C | 36 |
| Octal | 342 | 203 | 57 | 0 | 52 | 117 | 13 | 34 | 114 | 66 |
| Binary | 11100010 | 10000011 | 101111 | 0 | 101010 | 1001111 | 1011 | 11100 | 1001100 | 110110 |
Color Harmonies of #E2832F
Complementary color
Monochromatic Colors of #E2832F
Black with #E2832F
Text Example
Text Example
White with #E2832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2832F; }
p { color: rgb(226,131,47); }
H1.HeaderClassName
{
color: #E2832F;
}
.AnyTagClassName
{
color: #E2832F;
}
</style>
background-color css
<style>
a { background-color: #E2832F; }
a { background-color: rgb(226,131,47); }
div.DivClassName
{
background-color: #E2832F;
}
.BgClassName
{
background-color: #E2832F;
}
</style>
border-color css
<style>
span { border-color: #E2832F; }
span { border-color: rgb(226,131,47); }
td.TdClassName
{
border-color: #E2832F;
}
.TagClassName
{
border-color: #E2832F;
}
</style>