Shades of West Side #E78430
Tints of West Side #E78430
RGB
CMYK
RGB Variations
Color information
#E78430 (or 0xE78430) is known color: West Side. HEX triplet: E7, 84 and 30. RGB value is (231,132,48). Sum of RGB (Red+Green+Blue) = 231+132+48=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E78430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78430 is #187BCF. Grayscale: #989898. Windows color (decimal): -1604560 or 3179751. OLE color: 3179751.
HSL color Cylindrical-coordinate representation of color #E78430: hue angle of 27.54º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E78430 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 48 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.09 |
| HSL | 27.54º | 0.79% | 0.55% | - |
| HSV(B) | 27.54º | 0.79% | 0.91% | - |
| XYZ | 41.74 | 33.7 | 7.1 | - |
| YUV | 152.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 48 | 0 | 0.43 | 0.79 | 0.09 | 27.54 | 0.79 | 0.55 |
| Hex | E7 | 84 | 30 | 0 | 2B | 4F | 9 | 1C | 4F | 37 |
| Octal | 347 | 204 | 60 | 0 | 53 | 117 | 11 | 34 | 117 | 67 |
| Binary | 11100111 | 10000100 | 110000 | 0 | 101011 | 1001111 | 1001 | 11100 | 1001111 | 110111 |
Color Harmonies of #E78430
Complementary color
Monochromatic Colors of #E78430
Black with #E78430
Text Example
Text Example
White with #E78430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78430; }
p { color: rgb(231,132,48); }
H1.HeaderClassName
{
color: #E78430;
}
.AnyTagClassName
{
color: #E78430;
}
</style>
background-color css
<style>
a { background-color: #E78430; }
a { background-color: rgb(231,132,48); }
div.DivClassName
{
background-color: #E78430;
}
.BgClassName
{
background-color: #E78430;
}
</style>
border-color css
<style>
span { border-color: #E78430; }
span { border-color: rgb(231,132,48); }
td.TdClassName
{
border-color: #E78430;
}
.TagClassName
{
border-color: #E78430;
}
</style>