Shades of West Side #E08735
Tints of West Side #E08735
RGB
CMYK
RGB Variations
Color information
#E08735 (or 0xE08735) is known color: West Side. HEX triplet: E0, 87 and 35. RGB value is (224,135,53). Sum of RGB (Red+Green+Blue) = 224+135+53=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E08735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08735 is #1F78CA. Grayscale: #989898. Windows color (decimal): -2062539 or 3508192. OLE color: 3508192.
HSL color Cylindrical-coordinate representation of color #E08735: hue angle of 28.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E08735 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 53 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.12 |
| HSL | 28.77º | 0.73% | 0.54% | - |
| HSV(B) | 28.77º | 0.76% | 0.88% | - |
| XYZ | 40.05 | 33.43 | 7.71 | - |
| YUV | 152.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 53 | 0 | 0.40 | 0.76 | 0.12 | 28.77 | 0.73 | 0.54 |
| Hex | E0 | 87 | 35 | 0 | 28 | 4C | C | 1D | 49 | 36 |
| Octal | 340 | 207 | 65 | 0 | 50 | 114 | 14 | 35 | 111 | 66 |
| Binary | 11100000 | 10000111 | 110101 | 0 | 101000 | 1001100 | 1100 | 11101 | 1001001 | 110110 |
Color Harmonies of #E08735
Complementary color
Monochromatic Colors of #E08735
Black with #E08735
Text Example
Text Example
White with #E08735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08735; }
p { color: rgb(224,135,53); }
H1.HeaderClassName
{
color: #E08735;
}
.AnyTagClassName
{
color: #E08735;
}
</style>
background-color css
<style>
a { background-color: #E08735; }
a { background-color: rgb(224,135,53); }
div.DivClassName
{
background-color: #E08735;
}
.BgClassName
{
background-color: #E08735;
}
</style>
border-color css
<style>
span { border-color: #E08735; }
span { border-color: rgb(224,135,53); }
td.TdClassName
{
border-color: #E08735;
}
.TagClassName
{
border-color: #E08735;
}
</style>