Shades of West Side #E68632
Tints of West Side #E68632
RGB
CMYK
RGB Variations
Color information
#E68632 (or 0xE68632) is known color: West Side. HEX triplet: E6, 86 and 32. RGB value is (230,134,50). Sum of RGB (Red+Green+Blue) = 230+134+50=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E68632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68632 is #1979CD. Grayscale: #999999. Windows color (decimal): -1669582 or 3311334. OLE color: 3311334.
HSL color Cylindrical-coordinate representation of color #E68632: hue angle of 28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E68632 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 50 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.10 |
| HSL | 28º | 0.78% | 0.55% | - |
| HSV(B) | 28º | 0.78% | 0.9% | - |
| XYZ | 41.73 | 34.1 | 7.4 | - |
| YUV | 153.13 | 69.8 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 50 | 0 | 0.42 | 0.78 | 0.10 | 28 | 0.78 | 0.55 |
| Hex | E6 | 86 | 32 | 0 | 2A | 4E | A | 1C | 4E | 37 |
| Octal | 346 | 206 | 62 | 0 | 52 | 116 | 12 | 34 | 116 | 67 |
| Binary | 11100110 | 10000110 | 110010 | 0 | 101010 | 1001110 | 1010 | 11100 | 1001110 | 110111 |
Color Harmonies of #E68632
Complementary color
Monochromatic Colors of #E68632
Black with #E68632
Text Example
Text Example
White with #E68632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68632; }
p { color: rgb(230,134,50); }
H1.HeaderClassName
{
color: #E68632;
}
.AnyTagClassName
{
color: #E68632;
}
</style>
background-color css
<style>
a { background-color: #E68632; }
a { background-color: rgb(230,134,50); }
div.DivClassName
{
background-color: #E68632;
}
.BgClassName
{
background-color: #E68632;
}
</style>
border-color css
<style>
span { border-color: #E68632; }
span { border-color: rgb(230,134,50); }
td.TdClassName
{
border-color: #E68632;
}
.TagClassName
{
border-color: #E68632;
}
</style>