Shades of West Side #E57E2F
Tints of West Side #E57E2F
RGB
CMYK
RGB Variations
Color information
#E57E2F (or 0xE57E2F) is known color: West Side. HEX triplet: E5, 7E and 2F. RGB value is (229,126,47). Sum of RGB (Red+Green+Blue) = 229+126+47=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57E2F is #1A81D0. Grayscale: #949494. Windows color (decimal): -1737169 or 3112677. OLE color: 3112677.
HSL color Cylindrical-coordinate representation of color #E57E2F: hue angle of 26.04º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E57E2F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 47 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.10 |
| HSL | 26.04º | 0.78% | 0.54% | - |
| HSV(B) | 26.04º | 0.79% | 0.9% | - |
| XYZ | 40.29 | 31.78 | 6.7 | - |
| YUV | 147.79 | 71.12 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 47 | 0 | 0.45 | 0.79 | 0.10 | 26.04 | 0.78 | 0.54 |
| Hex | E5 | 7E | 2F | 0 | 2D | 4F | A | 1A | 4E | 36 |
| Octal | 345 | 176 | 57 | 0 | 55 | 117 | 12 | 32 | 116 | 66 |
| Binary | 11100101 | 1111110 | 101111 | 0 | 101101 | 1001111 | 1010 | 11010 | 1001110 | 110110 |
Color Harmonies of #E57E2F
Complementary color
Monochromatic Colors of #E57E2F
Black with #E57E2F
Text Example
Text Example
White with #E57E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E2F; }
p { color: rgb(229,126,47); }
H1.HeaderClassName
{
color: #E57E2F;
}
.AnyTagClassName
{
color: #E57E2F;
}
</style>
background-color css
<style>
a { background-color: #E57E2F; }
a { background-color: rgb(229,126,47); }
div.DivClassName
{
background-color: #E57E2F;
}
.BgClassName
{
background-color: #E57E2F;
}
</style>
border-color css
<style>
span { border-color: #E57E2F; }
span { border-color: rgb(229,126,47); }
td.TdClassName
{
border-color: #E57E2F;
}
.TagClassName
{
border-color: #E57E2F;
}
</style>