Shades of West Side #E3852D
Tints of West Side #E3852D
RGB
CMYK
RGB Variations
Color information
#E3852D (or 0xE3852D) is known color: West Side. HEX triplet: E3, 85 and 2D. RGB value is (227,133,45). Sum of RGB (Red+Green+Blue) = 227+133+45=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3852D is #1C7AD2. Grayscale: #979797. Windows color (decimal): -1866451 or 2983395. OLE color: 2983395.
HSL color Cylindrical-coordinate representation of color #E3852D: hue angle of 29.01º 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 #E3852D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 45 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.11 |
| HSL | 29.01º | 0.76% | 0.53% | - |
| HSV(B) | 29.01º | 0.8% | 0.89% | - |
| XYZ | 40.54 | 33.3 | 6.77 | - |
| YUV | 151.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 45 | 0 | 0.41 | 0.80 | 0.11 | 29.01 | 0.76 | 0.53 |
| Hex | E3 | 85 | 2D | 0 | 29 | 50 | B | 1D | 4C | 35 |
| Octal | 343 | 205 | 55 | 0 | 51 | 120 | 13 | 35 | 114 | 65 |
| Binary | 11100011 | 10000101 | 101101 | 0 | 101001 | 1010000 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E3852D
Complementary color
Monochromatic Colors of #E3852D
Black with #E3852D
Text Example
Text Example
White with #E3852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3852D; }
p { color: rgb(227,133,45); }
H1.HeaderClassName
{
color: #E3852D;
}
.AnyTagClassName
{
color: #E3852D;
}
</style>
background-color css
<style>
a { background-color: #E3852D; }
a { background-color: rgb(227,133,45); }
div.DivClassName
{
background-color: #E3852D;
}
.BgClassName
{
background-color: #E3852D;
}
</style>
border-color css
<style>
span { border-color: #E3852D; }
span { border-color: rgb(227,133,45); }
td.TdClassName
{
border-color: #E3852D;
}
.TagClassName
{
border-color: #E3852D;
}
</style>