Shades of West Side #E0832F
Tints of West Side #E0832F
RGB
CMYK
RGB Variations
Color information
#E0832F (or 0xE0832F) is known color: West Side. HEX triplet: E0, 83 and 2F. RGB value is (224,131,47). Sum of RGB (Red+Green+Blue) = 224+131+47=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0832F is #1F7CD0. Grayscale: #959595. Windows color (decimal): -2063569 or 3113952. OLE color: 3113952.
HSL color Cylindrical-coordinate representation of color #E0832F: hue angle of 28.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0832F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 47 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.12 |
| HSL | 28.47º | 0.74% | 0.53% | - |
| HSV(B) | 28.47º | 0.79% | 0.88% | - |
| XYZ | 39.37 | 32.29 | 6.85 | - |
| YUV | 149.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 47 | 0 | 0.42 | 0.79 | 0.12 | 28.47 | 0.74 | 0.53 |
| Hex | E0 | 83 | 2F | 0 | 2A | 4F | C | 1C | 4A | 35 |
| Octal | 340 | 203 | 57 | 0 | 52 | 117 | 14 | 34 | 112 | 65 |
| Binary | 11100000 | 10000011 | 101111 | 0 | 101010 | 1001111 | 1100 | 11100 | 1001010 | 110101 |
Color Harmonies of #E0832F
Complementary color
Monochromatic Colors of #E0832F
Black with #E0832F
Text Example
Text Example
White with #E0832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0832F; }
p { color: rgb(224,131,47); }
H1.HeaderClassName
{
color: #E0832F;
}
.AnyTagClassName
{
color: #E0832F;
}
</style>
background-color css
<style>
a { background-color: #E0832F; }
a { background-color: rgb(224,131,47); }
div.DivClassName
{
background-color: #E0832F;
}
.BgClassName
{
background-color: #E0832F;
}
</style>
border-color css
<style>
span { border-color: #E0832F; }
span { border-color: rgb(224,131,47); }
td.TdClassName
{
border-color: #E0832F;
}
.TagClassName
{
border-color: #E0832F;
}
</style>