Shades of West Side #E9802D
Tints of West Side #E9802D
RGB
CMYK
RGB Variations
Color information
#E9802D (or 0xE9802D) is known color: West Side. HEX triplet: E9, 80 and 2D. RGB value is (233,128,45). Sum of RGB (Red+Green+Blue) = 233+128+45=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E9802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9802D is #167FD2. Grayscale: #969696. Windows color (decimal): -1474515 or 2982121. OLE color: 2982121.
HSL color Cylindrical-coordinate representation of color #E9802D: hue angle of 26.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9802D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 45 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.09 |
| HSL | 26.49º | 0.81% | 0.55% | - |
| HSV(B) | 26.49º | 0.81% | 0.91% | - |
| XYZ | 41.8 | 32.95 | 6.64 | - |
| YUV | 149.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 45 | 0 | 0.45 | 0.81 | 0.09 | 26.49 | 0.81 | 0.55 |
| Hex | E9 | 80 | 2D | 0 | 2D | 51 | 9 | 1A | 51 | 37 |
| Octal | 351 | 200 | 55 | 0 | 55 | 121 | 11 | 32 | 121 | 67 |
| Binary | 11101001 | 10000000 | 101101 | 0 | 101101 | 1010001 | 1001 | 11010 | 1010001 | 110111 |
Color Harmonies of #E9802D
Complementary color
Monochromatic Colors of #E9802D
Black with #E9802D
Text Example
Text Example
White with #E9802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9802D; }
p { color: rgb(233,128,45); }
H1.HeaderClassName
{
color: #E9802D;
}
.AnyTagClassName
{
color: #E9802D;
}
</style>
background-color css
<style>
a { background-color: #E9802D; }
a { background-color: rgb(233,128,45); }
div.DivClassName
{
background-color: #E9802D;
}
.BgClassName
{
background-color: #E9802D;
}
</style>
border-color css
<style>
span { border-color: #E9802D; }
span { border-color: rgb(233,128,45); }
td.TdClassName
{
border-color: #E9802D;
}
.TagClassName
{
border-color: #E9802D;
}
</style>