Shades of West Side #E1852B
Tints of West Side #E1852B
RGB
CMYK
RGB Variations
Color information
#E1852B (or 0xE1852B) is known color: West Side. HEX triplet: E1, 85 and 2B. RGB value is (225,133,43). Sum of RGB (Red+Green+Blue) = 225+133+43=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1852B is #1E7AD4. Grayscale: #969696. Windows color (decimal): -1997525 or 2852321. OLE color: 2852321.
HSL color Cylindrical-coordinate representation of color #E1852B: hue angle of 29.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1852B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 43 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.12 |
| HSL | 29.67º | 0.75% | 0.53% | - |
| HSV(B) | 29.67º | 0.81% | 0.88% | - |
| XYZ | 39.87 | 32.96 | 6.55 | - |
| YUV | 150.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 43 | 0 | 0.41 | 0.81 | 0.12 | 29.67 | 0.75 | 0.53 |
| Hex | E1 | 85 | 2B | 0 | 29 | 51 | C | 1E | 4B | 35 |
| Octal | 341 | 205 | 53 | 0 | 51 | 121 | 14 | 36 | 113 | 65 |
| Binary | 11100001 | 10000101 | 101011 | 0 | 101001 | 1010001 | 1100 | 11110 | 1001011 | 110101 |
Color Harmonies of #E1852B
Complementary color
Monochromatic Colors of #E1852B
Black with #E1852B
Text Example
Text Example
White with #E1852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1852B; }
p { color: rgb(225,133,43); }
H1.HeaderClassName
{
color: #E1852B;
}
.AnyTagClassName
{
color: #E1852B;
}
</style>
background-color css
<style>
a { background-color: #E1852B; }
a { background-color: rgb(225,133,43); }
div.DivClassName
{
background-color: #E1852B;
}
.BgClassName
{
background-color: #E1852B;
}
</style>
border-color css
<style>
span { border-color: #E1852B; }
span { border-color: rgb(225,133,43); }
td.TdClassName
{
border-color: #E1852B;
}
.TagClassName
{
border-color: #E1852B;
}
</style>