Shades of West Side #E2852C
Tints of West Side #E2852C
RGB
CMYK
RGB Variations
Color information
#E2852C (or 0xE2852C) is known color: West Side. HEX triplet: E2, 85 and 2C. RGB value is (226,133,44). Sum of RGB (Red+Green+Blue) = 226+133+44=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2852C is #1D7AD3. Grayscale: #979797. Windows color (decimal): -1931988 or 2917858. OLE color: 2917858.
HSL color Cylindrical-coordinate representation of color #E2852C: hue angle of 29.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2852C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 44 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.11 |
| HSL | 29.34º | 0.76% | 0.53% | - |
| HSV(B) | 29.34º | 0.81% | 0.89% | - |
| XYZ | 40.21 | 33.13 | 6.66 | - |
| YUV | 150.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 44 | 0 | 0.41 | 0.81 | 0.11 | 29.34 | 0.76 | 0.53 |
| Hex | E2 | 85 | 2C | 0 | 29 | 51 | B | 1D | 4C | 35 |
| Octal | 342 | 205 | 54 | 0 | 51 | 121 | 13 | 35 | 114 | 65 |
| Binary | 11100010 | 10000101 | 101100 | 0 | 101001 | 1010001 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E2852C
Complementary color
Monochromatic Colors of #E2852C
Black with #E2852C
Text Example
Text Example
White with #E2852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2852C; }
p { color: rgb(226,133,44); }
H1.HeaderClassName
{
color: #E2852C;
}
.AnyTagClassName
{
color: #E2852C;
}
</style>
background-color css
<style>
a { background-color: #E2852C; }
a { background-color: rgb(226,133,44); }
div.DivClassName
{
background-color: #E2852C;
}
.BgClassName
{
background-color: #E2852C;
}
</style>
border-color css
<style>
span { border-color: #E2852C; }
span { border-color: rgb(226,133,44); }
td.TdClassName
{
border-color: #E2852C;
}
.TagClassName
{
border-color: #E2852C;
}
</style>