Shades of West Side #E47D30
Tints of West Side #E47D30
RGB
CMYK
RGB Variations
Color information
#E47D30 (or 0xE47D30) is known color: West Side. HEX triplet: E4, 7D and 30. RGB value is (228,125,48). Sum of RGB (Red+Green+Blue) = 228+125+48=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47D30 is #1B82CF. Grayscale: #939393. Windows color (decimal): -1802960 or 3177956. OLE color: 3177956.
HSL color Cylindrical-coordinate representation of color #E47D30: hue angle of 25.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E47D30 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 48 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.11 |
| HSL | 25.67º | 0.77% | 0.54% | - |
| HSV(B) | 25.67º | 0.79% | 0.89% | - |
| XYZ | 39.86 | 31.37 | 6.75 | - |
| YUV | 147.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 48 | 0 | 0.45 | 0.79 | 0.11 | 25.67 | 0.77 | 0.54 |
| Hex | E4 | 7D | 30 | 0 | 2D | 4F | B | 1A | 4D | 36 |
| Octal | 344 | 175 | 60 | 0 | 55 | 117 | 13 | 32 | 115 | 66 |
| Binary | 11100100 | 1111101 | 110000 | 0 | 101101 | 1001111 | 1011 | 11010 | 1001101 | 110110 |
Color Harmonies of #E47D30
Complementary color
Monochromatic Colors of #E47D30
Black with #E47D30
Text Example
Text Example
White with #E47D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D30; }
p { color: rgb(228,125,48); }
H1.HeaderClassName
{
color: #E47D30;
}
.AnyTagClassName
{
color: #E47D30;
}
</style>
background-color css
<style>
a { background-color: #E47D30; }
a { background-color: rgb(228,125,48); }
div.DivClassName
{
background-color: #E47D30;
}
.BgClassName
{
background-color: #E47D30;
}
</style>
border-color css
<style>
span { border-color: #E47D30; }
span { border-color: rgb(228,125,48); }
td.TdClassName
{
border-color: #E47D30;
}
.TagClassName
{
border-color: #E47D30;
}
</style>