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