Shades of West Side #E08332
Tints of West Side #E08332
RGB
CMYK
RGB Variations
Color information
#E08332 (or 0xE08332) is known color: West Side. HEX triplet: E0, 83 and 32. RGB value is (224,131,50). Sum of RGB (Red+Green+Blue) = 224+131+50=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E08332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08332 is #1F7CCD. Grayscale: #959595. Windows color (decimal): -2063566 or 3310560. OLE color: 3310560.
HSL color Cylindrical-coordinate representation of color #E08332: hue angle of 27.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E08332 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 50 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.12 |
| HSL | 27.93º | 0.74% | 0.54% | - |
| HSV(B) | 27.93º | 0.78% | 0.88% | - |
| XYZ | 39.43 | 32.31 | 7.18 | - |
| YUV | 149.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 50 | 0 | 0.42 | 0.78 | 0.12 | 27.93 | 0.74 | 0.54 |
| Hex | E0 | 83 | 32 | 0 | 2A | 4E | C | 1C | 4A | 36 |
| Octal | 340 | 203 | 62 | 0 | 52 | 116 | 14 | 34 | 112 | 66 |
| Binary | 11100000 | 10000011 | 110010 | 0 | 101010 | 1001110 | 1100 | 11100 | 1001010 | 110110 |
Color Harmonies of #E08332
Complementary color
Monochromatic Colors of #E08332
Black with #E08332
Text Example
Text Example
White with #E08332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08332; }
p { color: rgb(224,131,50); }
H1.HeaderClassName
{
color: #E08332;
}
.AnyTagClassName
{
color: #E08332;
}
</style>
background-color css
<style>
a { background-color: #E08332; }
a { background-color: rgb(224,131,50); }
div.DivClassName
{
background-color: #E08332;
}
.BgClassName
{
background-color: #E08332;
}
</style>
border-color css
<style>
span { border-color: #E08332; }
span { border-color: rgb(224,131,50); }
td.TdClassName
{
border-color: #E08332;
}
.TagClassName
{
border-color: #E08332;
}
</style>