Shades of West Side #E2852E
Tints of West Side #E2852E
RGB
CMYK
RGB Variations
Color information
#E2852E (or 0xE2852E) is known color: West Side. HEX triplet: E2, 85 and 2E. RGB value is (226,133,46). Sum of RGB (Red+Green+Blue) = 226+133+46=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2852E is #1D7AD1. Grayscale: #979797. Windows color (decimal): -1931986 or 3048930. OLE color: 3048930.
HSL color Cylindrical-coordinate representation of color #E2852E: hue angle of 29º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2852E is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 46 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.11 |
| HSL | 29º | 0.76% | 0.53% | - |
| HSV(B) | 29º | 0.8% | 0.89% | - |
| XYZ | 40.24 | 33.14 | 6.86 | - |
| YUV | 150.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 46 | 0 | 0.41 | 0.80 | 0.11 | 29 | 0.76 | 0.53 |
| Hex | E2 | 85 | 2E | 0 | 29 | 50 | B | 1D | 4C | 35 |
| Octal | 342 | 205 | 56 | 0 | 51 | 120 | 13 | 35 | 114 | 65 |
| Binary | 11100010 | 10000101 | 101110 | 0 | 101001 | 1010000 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E2852E
Complementary color
Monochromatic Colors of #E2852E
Black with #E2852E
Text Example
Text Example
White with #E2852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2852E; }
p { color: rgb(226,133,46); }
H1.HeaderClassName
{
color: #E2852E;
}
.AnyTagClassName
{
color: #E2852E;
}
</style>
background-color css
<style>
a { background-color: #E2852E; }
a { background-color: rgb(226,133,46); }
div.DivClassName
{
background-color: #E2852E;
}
.BgClassName
{
background-color: #E2852E;
}
</style>
border-color css
<style>
span { border-color: #E2852E; }
span { border-color: rgb(226,133,46); }
td.TdClassName
{
border-color: #E2852E;
}
.TagClassName
{
border-color: #E2852E;
}
</style>