Shades of West Side #E47F32
Tints of West Side #E47F32
RGB
CMYK
RGB Variations
Color information
#E47F32 (or 0xE47F32) is known color: West Side. HEX triplet: E4, 7F and 32. RGB value is (228,127,50). Sum of RGB (Red+Green+Blue) = 228+127+50=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47F32 is #1B80CD. Grayscale: #949494. Windows color (decimal): -1802446 or 3309540. OLE color: 3309540.
HSL color Cylindrical-coordinate representation of color #E47F32: hue angle of 25.96º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E47F32 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 50 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.11 |
| HSL | 25.96º | 0.77% | 0.55% | - |
| HSV(B) | 25.96º | 0.78% | 0.89% | - |
| XYZ | 40.16 | 31.9 | 7.06 | - |
| YUV | 148.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 50 | 0 | 0.44 | 0.78 | 0.11 | 25.96 | 0.77 | 0.55 |
| Hex | E4 | 7F | 32 | 0 | 2C | 4E | B | 1A | 4D | 37 |
| Octal | 344 | 177 | 62 | 0 | 54 | 116 | 13 | 32 | 115 | 67 |
| Binary | 11100100 | 1111111 | 110010 | 0 | 101100 | 1001110 | 1011 | 11010 | 1001101 | 110111 |
Color Harmonies of #E47F32
Complementary color
Monochromatic Colors of #E47F32
Black with #E47F32
Text Example
Text Example
White with #E47F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F32; }
p { color: rgb(228,127,50); }
H1.HeaderClassName
{
color: #E47F32;
}
.AnyTagClassName
{
color: #E47F32;
}
</style>
background-color css
<style>
a { background-color: #E47F32; }
a { background-color: rgb(228,127,50); }
div.DivClassName
{
background-color: #E47F32;
}
.BgClassName
{
background-color: #E47F32;
}
</style>
border-color css
<style>
span { border-color: #E47F32; }
span { border-color: rgb(228,127,50); }
td.TdClassName
{
border-color: #E47F32;
}
.TagClassName
{
border-color: #E47F32;
}
</style>