Shades of West Side #E08732
Tints of West Side #E08732
RGB
CMYK
RGB Variations
Color information
#E08732 (or 0xE08732) is known color: West Side. HEX triplet: E0, 87 and 32. RGB value is (224,135,50). Sum of RGB (Red+Green+Blue) = 224+135+50=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E08732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08732 is #1F78CD. Grayscale: #989898. Windows color (decimal): -2062542 or 3311584. OLE color: 3311584.
HSL color Cylindrical-coordinate representation of color #E08732: hue angle of 29.31º 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 #E08732 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 50 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.12 |
| HSL | 29.31º | 0.74% | 0.54% | - |
| HSV(B) | 29.31º | 0.78% | 0.88% | - |
| XYZ | 39.98 | 33.41 | 7.36 | - |
| YUV | 151.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 50 | 0 | 0.40 | 0.78 | 0.12 | 29.31 | 0.74 | 0.54 |
| Hex | E0 | 87 | 32 | 0 | 28 | 4E | C | 1D | 4A | 36 |
| Octal | 340 | 207 | 62 | 0 | 50 | 116 | 14 | 35 | 112 | 66 |
| Binary | 11100000 | 10000111 | 110010 | 0 | 101000 | 1001110 | 1100 | 11101 | 1001010 | 110110 |
Color Harmonies of #E08732
Complementary color
Monochromatic Colors of #E08732
Black with #E08732
Text Example
Text Example
White with #E08732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08732; }
p { color: rgb(224,135,50); }
H1.HeaderClassName
{
color: #E08732;
}
.AnyTagClassName
{
color: #E08732;
}
</style>
background-color css
<style>
a { background-color: #E08732; }
a { background-color: rgb(224,135,50); }
div.DivClassName
{
background-color: #E08732;
}
.BgClassName
{
background-color: #E08732;
}
</style>
border-color css
<style>
span { border-color: #E08732; }
span { border-color: rgb(224,135,50); }
td.TdClassName
{
border-color: #E08732;
}
.TagClassName
{
border-color: #E08732;
}
</style>