Shades of West Side #E2852D
Tints of West Side #E2852D
RGB
CMYK
RGB Variations
Color information
#E2852D (or 0xE2852D) is known color: West Side. HEX triplet: E2, 85 and 2D. RGB value is (226,133,45). Sum of RGB (Red+Green+Blue) = 226+133+45=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2852D is #1D7AD2. Grayscale: #979797. Windows color (decimal): -1931987 or 2983394. OLE color: 2983394.
HSL color Cylindrical-coordinate representation of color #E2852D: hue angle of 29.17º 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 #E2852D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 45 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.11 |
| HSL | 29.17º | 0.76% | 0.53% | - |
| HSV(B) | 29.17º | 0.8% | 0.89% | - |
| XYZ | 40.23 | 33.13 | 6.76 | - |
| YUV | 150.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 45 | 0 | 0.41 | 0.80 | 0.11 | 29.17 | 0.76 | 0.53 |
| Hex | E2 | 85 | 2D | 0 | 29 | 50 | B | 1D | 4C | 35 |
| Octal | 342 | 205 | 55 | 0 | 51 | 120 | 13 | 35 | 114 | 65 |
| Binary | 11100010 | 10000101 | 101101 | 0 | 101001 | 1010000 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E2852D
Complementary color
Monochromatic Colors of #E2852D
Black with #E2852D
Text Example
Text Example
White with #E2852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2852D; }
p { color: rgb(226,133,45); }
H1.HeaderClassName
{
color: #E2852D;
}
.AnyTagClassName
{
color: #E2852D;
}
</style>
background-color css
<style>
a { background-color: #E2852D; }
a { background-color: rgb(226,133,45); }
div.DivClassName
{
background-color: #E2852D;
}
.BgClassName
{
background-color: #E2852D;
}
</style>
border-color css
<style>
span { border-color: #E2852D; }
span { border-color: rgb(226,133,45); }
td.TdClassName
{
border-color: #E2852D;
}
.TagClassName
{
border-color: #E2852D;
}
</style>