Shades of West Side #E4832A
Tints of West Side #E4832A
RGB
CMYK
RGB Variations
Color information
#E4832A (or 0xE4832A) is known color: West Side. HEX triplet: E4, 83 and 2A. RGB value is (228,131,42). Sum of RGB (Red+Green+Blue) = 228+131+42=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E4832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4832A is #1B7CD5. Grayscale: #969696. Windows color (decimal): -1801430 or 2786276. OLE color: 2786276.
HSL color Cylindrical-coordinate representation of color #E4832A: hue angle of 28.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4832A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 42 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.11 |
| HSL | 28.71º | 0.78% | 0.53% | - |
| HSV(B) | 28.71º | 0.82% | 0.89% | - |
| XYZ | 40.53 | 32.89 | 6.4 | - |
| YUV | 149.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 42 | 0 | 0.43 | 0.82 | 0.11 | 28.71 | 0.78 | 0.53 |
| Hex | E4 | 83 | 2A | 0 | 2B | 52 | B | 1D | 4E | 35 |
| Octal | 344 | 203 | 52 | 0 | 53 | 122 | 13 | 35 | 116 | 65 |
| Binary | 11100100 | 10000011 | 101010 | 0 | 101011 | 1010010 | 1011 | 11101 | 1001110 | 110101 |
Color Harmonies of #E4832A
Complementary color
Monochromatic Colors of #E4832A
Black with #E4832A
Text Example
Text Example
White with #E4832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4832A; }
p { color: rgb(228,131,42); }
H1.HeaderClassName
{
color: #E4832A;
}
.AnyTagClassName
{
color: #E4832A;
}
</style>
background-color css
<style>
a { background-color: #E4832A; }
a { background-color: rgb(228,131,42); }
div.DivClassName
{
background-color: #E4832A;
}
.BgClassName
{
background-color: #E4832A;
}
</style>
border-color css
<style>
span { border-color: #E4832A; }
span { border-color: rgb(228,131,42); }
td.TdClassName
{
border-color: #E4832A;
}
.TagClassName
{
border-color: #E4832A;
}
</style>