Shades of West Side #E7802F
Tints of West Side #E7802F
RGB
CMYK
RGB Variations
Color information
#E7802F (or 0xE7802F) is known color: West Side. HEX triplet: E7, 80 and 2F. RGB value is (231,128,47). Sum of RGB (Red+Green+Blue) = 231+128+47=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7802F is #187FD0. Grayscale: #959595. Windows color (decimal): -1605585 or 3113191. OLE color: 3113191.
HSL color Cylindrical-coordinate representation of color #E7802F: hue angle of 26.41º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7802F is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 47 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.09 |
| HSL | 26.41º | 0.79% | 0.55% | - |
| HSV(B) | 26.41º | 0.8% | 0.91% | - |
| XYZ | 41.19 | 32.63 | 6.82 | - |
| YUV | 149.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 47 | 0 | 0.45 | 0.80 | 0.09 | 26.41 | 0.79 | 0.55 |
| Hex | E7 | 80 | 2F | 0 | 2D | 50 | 9 | 1A | 4F | 37 |
| Octal | 347 | 200 | 57 | 0 | 55 | 120 | 11 | 32 | 117 | 67 |
| Binary | 11100111 | 10000000 | 101111 | 0 | 101101 | 1010000 | 1001 | 11010 | 1001111 | 110111 |
Color Harmonies of #E7802F
Complementary color
Monochromatic Colors of #E7802F
Black with #E7802F
Text Example
Text Example
White with #E7802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7802F; }
p { color: rgb(231,128,47); }
H1.HeaderClassName
{
color: #E7802F;
}
.AnyTagClassName
{
color: #E7802F;
}
</style>
background-color css
<style>
a { background-color: #E7802F; }
a { background-color: rgb(231,128,47); }
div.DivClassName
{
background-color: #E7802F;
}
.BgClassName
{
background-color: #E7802F;
}
</style>
border-color css
<style>
span { border-color: #E7802F; }
span { border-color: rgb(231,128,47); }
td.TdClassName
{
border-color: #E7802F;
}
.TagClassName
{
border-color: #E7802F;
}
</style>