Shades of West Side #E97D2B
Tints of West Side #E97D2B
RGB
CMYK
RGB Variations
Color information
#E97D2B (or 0xE97D2B) is known color: West Side. HEX triplet: E9, 7D and 2B. RGB value is (233,125,43). Sum of RGB (Red+Green+Blue) = 233+125+43=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97D2B is #1682D4. Grayscale: #949494. Windows color (decimal): -1475285 or 2850281. OLE color: 2850281.
HSL color Cylindrical-coordinate representation of color #E97D2B: hue angle of 25.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E97D2B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.09 |
| HSL | 25.89º | 0.81% | 0.54% | - |
| HSV(B) | 25.89º | 0.82% | 0.91% | - |
| XYZ | 41.37 | 32.17 | 6.31 | - |
| YUV | 147.94 | 68.78 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 43 | 0 | 0.46 | 0.82 | 0.09 | 25.89 | 0.81 | 0.54 |
| Hex | E9 | 7D | 2B | 0 | 2E | 52 | 9 | 1A | 51 | 36 |
| Octal | 351 | 175 | 53 | 0 | 56 | 122 | 11 | 32 | 121 | 66 |
| Binary | 11101001 | 1111101 | 101011 | 0 | 101110 | 1010010 | 1001 | 11010 | 1010001 | 110110 |
Color Harmonies of #E97D2B
Complementary color
Monochromatic Colors of #E97D2B
Black with #E97D2B
Text Example
Text Example
White with #E97D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D2B; }
p { color: rgb(233,125,43); }
H1.HeaderClassName
{
color: #E97D2B;
}
.AnyTagClassName
{
color: #E97D2B;
}
</style>
background-color css
<style>
a { background-color: #E97D2B; }
a { background-color: rgb(233,125,43); }
div.DivClassName
{
background-color: #E97D2B;
}
.BgClassName
{
background-color: #E97D2B;
}
</style>
border-color css
<style>
span { border-color: #E97D2B; }
span { border-color: rgb(233,125,43); }
td.TdClassName
{
border-color: #E97D2B;
}
.TagClassName
{
border-color: #E97D2B;
}
</style>