Shades of West Side #E57F2D
Tints of West Side #E57F2D
RGB
CMYK
RGB Variations
Color information
#E57F2D (or 0xE57F2D) is known color: West Side. HEX triplet: E5, 7F and 2D. RGB value is (229,127,45). Sum of RGB (Red+Green+Blue) = 229+127+45=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57F2D is #1A80D2. Grayscale: #949494. Windows color (decimal): -1736915 or 2981861. OLE color: 2981861.
HSL color Cylindrical-coordinate representation of color #E57F2D: hue angle of 26.74º degrees, saturation: 0.78, 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 #E57F2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.10 |
| HSL | 26.74º | 0.78% | 0.54% | - |
| HSV(B) | 26.74º | 0.8% | 0.9% | - |
| XYZ | 40.38 | 32.03 | 6.54 | - |
| YUV | 148.15 | 69.79 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 45 | 0 | 0.45 | 0.80 | 0.10 | 26.74 | 0.78 | 0.54 |
| Hex | E5 | 7F | 2D | 0 | 2D | 50 | A | 1B | 4E | 36 |
| Octal | 345 | 177 | 55 | 0 | 55 | 120 | 12 | 33 | 116 | 66 |
| Binary | 11100101 | 1111111 | 101101 | 0 | 101101 | 1010000 | 1010 | 11011 | 1001110 | 110110 |
Color Harmonies of #E57F2D
Complementary color
Monochromatic Colors of #E57F2D
Black with #E57F2D
Text Example
Text Example
White with #E57F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F2D; }
p { color: rgb(229,127,45); }
H1.HeaderClassName
{
color: #E57F2D;
}
.AnyTagClassName
{
color: #E57F2D;
}
</style>
background-color css
<style>
a { background-color: #E57F2D; }
a { background-color: rgb(229,127,45); }
div.DivClassName
{
background-color: #E57F2D;
}
.BgClassName
{
background-color: #E57F2D;
}
</style>
border-color css
<style>
span { border-color: #E57F2D; }
span { border-color: rgb(229,127,45); }
td.TdClassName
{
border-color: #E57F2D;
}
.TagClassName
{
border-color: #E57F2D;
}
</style>