Shades of West Side #E6802F
Tints of West Side #E6802F
RGB
CMYK
RGB Variations
Color information
#E6802F (or 0xE6802F) is known color: West Side. HEX triplet: E6, 80 and 2F. RGB value is (230,128,47). Sum of RGB (Red+Green+Blue) = 230+128+47=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6802F is #197FD0. Grayscale: #959595. Windows color (decimal): -1671121 or 3113190. OLE color: 3113190.
HSL color Cylindrical-coordinate representation of color #E6802F: hue angle of 26.56º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6802F is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 47 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.10 |
| HSL | 26.56º | 0.79% | 0.54% | - |
| HSV(B) | 26.56º | 0.8% | 0.9% | - |
| XYZ | 40.87 | 32.47 | 6.8 | - |
| YUV | 149.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 47 | 0 | 0.44 | 0.80 | 0.10 | 26.56 | 0.79 | 0.54 |
| Hex | E6 | 80 | 2F | 0 | 2C | 50 | A | 1B | 4F | 36 |
| Octal | 346 | 200 | 57 | 0 | 54 | 120 | 12 | 33 | 117 | 66 |
| Binary | 11100110 | 10000000 | 101111 | 0 | 101100 | 1010000 | 1010 | 11011 | 1001111 | 110110 |
Color Harmonies of #E6802F
Complementary color
Monochromatic Colors of #E6802F
Black with #E6802F
Text Example
Text Example
White with #E6802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6802F; }
p { color: rgb(230,128,47); }
H1.HeaderClassName
{
color: #E6802F;
}
.AnyTagClassName
{
color: #E6802F;
}
</style>
background-color css
<style>
a { background-color: #E6802F; }
a { background-color: rgb(230,128,47); }
div.DivClassName
{
background-color: #E6802F;
}
.BgClassName
{
background-color: #E6802F;
}
</style>
border-color css
<style>
span { border-color: #E6802F; }
span { border-color: rgb(230,128,47); }
td.TdClassName
{
border-color: #E6802F;
}
.TagClassName
{
border-color: #E6802F;
}
</style>