Shades of West Side #E68431
Tints of West Side #E68431
RGB
CMYK
RGB Variations
Color information
#E68431 (or 0xE68431) is known color: West Side. HEX triplet: E6, 84 and 31. RGB value is (230,132,49). Sum of RGB (Red+Green+Blue) = 230+132+49=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E68431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68431 is #197BCE. Grayscale: #989898. Windows color (decimal): -1670095 or 3245286. OLE color: 3245286.
HSL color Cylindrical-coordinate representation of color #E68431: hue angle of 27.51º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E68431 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 49 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.10 |
| HSL | 27.51º | 0.78% | 0.55% | - |
| HSV(B) | 27.51º | 0.79% | 0.9% | - |
| XYZ | 41.44 | 33.55 | 7.2 | - |
| YUV | 151.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 49 | 0 | 0.43 | 0.79 | 0.10 | 27.51 | 0.78 | 0.55 |
| Hex | E6 | 84 | 31 | 0 | 2B | 4F | A | 1C | 4E | 37 |
| Octal | 346 | 204 | 61 | 0 | 53 | 117 | 12 | 34 | 116 | 67 |
| Binary | 11100110 | 10000100 | 110001 | 0 | 101011 | 1001111 | 1010 | 11100 | 1001110 | 110111 |
Color Harmonies of #E68431
Complementary color
Monochromatic Colors of #E68431
Black with #E68431
Text Example
Text Example
White with #E68431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68431; }
p { color: rgb(230,132,49); }
H1.HeaderClassName
{
color: #E68431;
}
.AnyTagClassName
{
color: #E68431;
}
</style>
background-color css
<style>
a { background-color: #E68431; }
a { background-color: rgb(230,132,49); }
div.DivClassName
{
background-color: #E68431;
}
.BgClassName
{
background-color: #E68431;
}
</style>
border-color css
<style>
span { border-color: #E68431; }
span { border-color: rgb(230,132,49); }
td.TdClassName
{
border-color: #E68431;
}
.TagClassName
{
border-color: #E68431;
}
</style>