Shades of West Side #E37F2D
Tints of West Side #E37F2D
RGB
CMYK
RGB Variations
Color information
#E37F2D (or 0xE37F2D) is known color: West Side. HEX triplet: E3, 7F and 2D. RGB value is (227,127,45). Sum of RGB (Red+Green+Blue) = 227+127+45=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37F2D is #1C80D2. Grayscale: #939393. Windows color (decimal): -1867987 or 2981859. OLE color: 2981859.
HSL color Cylindrical-coordinate representation of color #E37F2D: hue angle of 27.03º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E37F2D is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 45 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.11 |
| HSL | 27.03º | 0.76% | 0.53% | - |
| HSV(B) | 27.03º | 0.8% | 0.89% | - |
| XYZ | 39.74 | 31.7 | 6.51 | - |
| YUV | 147.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 45 | 0 | 0.44 | 0.80 | 0.11 | 27.03 | 0.76 | 0.53 |
| Hex | E3 | 7F | 2D | 0 | 2C | 50 | B | 1B | 4C | 35 |
| Octal | 343 | 177 | 55 | 0 | 54 | 120 | 13 | 33 | 114 | 65 |
| Binary | 11100011 | 1111111 | 101101 | 0 | 101100 | 1010000 | 1011 | 11011 | 1001100 | 110101 |
Color Harmonies of #E37F2D
Complementary color
Monochromatic Colors of #E37F2D
Black with #E37F2D
Text Example
Text Example
White with #E37F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F2D; }
p { color: rgb(227,127,45); }
H1.HeaderClassName
{
color: #E37F2D;
}
.AnyTagClassName
{
color: #E37F2D;
}
</style>
background-color css
<style>
a { background-color: #E37F2D; }
a { background-color: rgb(227,127,45); }
div.DivClassName
{
background-color: #E37F2D;
}
.BgClassName
{
background-color: #E37F2D;
}
</style>
border-color css
<style>
span { border-color: #E37F2D; }
span { border-color: rgb(227,127,45); }
td.TdClassName
{
border-color: #E37F2D;
}
.TagClassName
{
border-color: #E37F2D;
}
</style>