Shades of West Side #E68035
Tints of West Side #E68035
RGB
CMYK
RGB Variations
Color information
#E68035 (or 0xE68035) is known color: West Side. HEX triplet: E6, 80 and 35. RGB value is (230,128,53). Sum of RGB (Red+Green+Blue) = 230+128+53=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E68035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68035 is #197FCA. Grayscale: #969696. Windows color (decimal): -1671115 or 3506406. OLE color: 3506406.
HSL color Cylindrical-coordinate representation of color #E68035: hue angle of 25.42º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E68035 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 53 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.10 |
| HSL | 25.42º | 0.78% | 0.55% | - |
| HSV(B) | 25.42º | 0.77% | 0.9% | - |
| XYZ | 40.99 | 32.52 | 7.48 | - |
| YUV | 149.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 53 | 0 | 0.44 | 0.77 | 0.10 | 25.42 | 0.78 | 0.55 |
| Hex | E6 | 80 | 35 | 0 | 2C | 4D | A | 19 | 4E | 37 |
| Octal | 346 | 200 | 65 | 0 | 54 | 115 | 12 | 31 | 116 | 67 |
| Binary | 11100110 | 10000000 | 110101 | 0 | 101100 | 1001101 | 1010 | 11001 | 1001110 | 110111 |
Color Harmonies of #E68035
Complementary color
Monochromatic Colors of #E68035
Black with #E68035
Text Example
Text Example
White with #E68035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68035; }
p { color: rgb(230,128,53); }
H1.HeaderClassName
{
color: #E68035;
}
.AnyTagClassName
{
color: #E68035;
}
</style>
background-color css
<style>
a { background-color: #E68035; }
a { background-color: rgb(230,128,53); }
div.DivClassName
{
background-color: #E68035;
}
.BgClassName
{
background-color: #E68035;
}
</style>
border-color css
<style>
span { border-color: #E68035; }
span { border-color: rgb(230,128,53); }
td.TdClassName
{
border-color: #E68035;
}
.TagClassName
{
border-color: #E68035;
}
</style>