Shades of West Side #E0852C
Tints of West Side #E0852C
RGB
CMYK
RGB Variations
Color information
#E0852C (or 0xE0852C) is known color: West Side. HEX triplet: E0, 85 and 2C. RGB value is (224,133,44). Sum of RGB (Red+Green+Blue) = 224+133+44=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0852C is #1F7AD3. Grayscale: #969696. Windows color (decimal): -2063060 or 2917856. OLE color: 2917856.
HSL color Cylindrical-coordinate representation of color #E0852C: hue angle of 29.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0852C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 44 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.12 |
| HSL | 29.67º | 0.74% | 0.53% | - |
| HSV(B) | 29.67º | 0.8% | 0.88% | - |
| XYZ | 39.58 | 32.8 | 6.63 | - |
| YUV | 150.06 | 68.15 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 44 | 0 | 0.41 | 0.80 | 0.12 | 29.67 | 0.74 | 0.53 |
| Hex | E0 | 85 | 2C | 0 | 29 | 50 | C | 1E | 4A | 35 |
| Octal | 340 | 205 | 54 | 0 | 51 | 120 | 14 | 36 | 112 | 65 |
| Binary | 11100000 | 10000101 | 101100 | 0 | 101001 | 1010000 | 1100 | 11110 | 1001010 | 110101 |
Color Harmonies of #E0852C
Complementary color
Monochromatic Colors of #E0852C
Black with #E0852C
Text Example
Text Example
White with #E0852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0852C; }
p { color: rgb(224,133,44); }
H1.HeaderClassName
{
color: #E0852C;
}
.AnyTagClassName
{
color: #E0852C;
}
</style>
background-color css
<style>
a { background-color: #E0852C; }
a { background-color: rgb(224,133,44); }
div.DivClassName
{
background-color: #E0852C;
}
.BgClassName
{
background-color: #E0852C;
}
</style>
border-color css
<style>
span { border-color: #E0852C; }
span { border-color: rgb(224,133,44); }
td.TdClassName
{
border-color: #E0852C;
}
.TagClassName
{
border-color: #E0852C;
}
</style>