Shades of West Side #E48334
Tints of West Side #E48334
RGB
CMYK
RGB Variations
Color information
#E48334 (or 0xE48334) is known color: West Side. HEX triplet: E4, 83 and 34. RGB value is (228,131,52). Sum of RGB (Red+Green+Blue) = 228+131+52=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E48334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48334 is #1B7CCB. Grayscale: #979797. Windows color (decimal): -1801420 or 3441636. OLE color: 3441636.
HSL color Cylindrical-coordinate representation of color #E48334: hue angle of 26.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E48334 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 52 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.11 |
| HSL | 26.93º | 0.77% | 0.55% | - |
| HSV(B) | 26.93º | 0.77% | 0.89% | - |
| XYZ | 40.73 | 32.97 | 7.47 | - |
| YUV | 151 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 52 | 0 | 0.43 | 0.77 | 0.11 | 26.93 | 0.77 | 0.55 |
| Hex | E4 | 83 | 34 | 0 | 2B | 4D | B | 1B | 4D | 37 |
| Octal | 344 | 203 | 64 | 0 | 53 | 115 | 13 | 33 | 115 | 67 |
| Binary | 11100100 | 10000011 | 110100 | 0 | 101011 | 1001101 | 1011 | 11011 | 1001101 | 110111 |
Color Harmonies of #E48334
Complementary color
Monochromatic Colors of #E48334
Black with #E48334
Text Example
Text Example
White with #E48334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48334; }
p { color: rgb(228,131,52); }
H1.HeaderClassName
{
color: #E48334;
}
.AnyTagClassName
{
color: #E48334;
}
</style>
background-color css
<style>
a { background-color: #E48334; }
a { background-color: rgb(228,131,52); }
div.DivClassName
{
background-color: #E48334;
}
.BgClassName
{
background-color: #E48334;
}
</style>
border-color css
<style>
span { border-color: #E48334; }
span { border-color: rgb(228,131,52); }
td.TdClassName
{
border-color: #E48334;
}
.TagClassName
{
border-color: #E48334;
}
</style>