Shades of West Side #E4812B
Tints of West Side #E4812B
RGB
CMYK
RGB Variations
Color information
#E4812B (or 0xE4812B) is known color: West Side. HEX triplet: E4, 81 and 2B. RGB value is (228,129,43). Sum of RGB (Red+Green+Blue) = 228+129+43=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E4812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4812B is #1B7ED4. Grayscale: #959595. Windows color (decimal): -1801941 or 2851300. OLE color: 2851300.
HSL color Cylindrical-coordinate representation of color #E4812B: hue angle of 27.89º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4812B is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 43 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.11 |
| HSL | 27.89º | 0.77% | 0.53% | - |
| HSV(B) | 27.89º | 0.81% | 0.89% | - |
| XYZ | 40.28 | 32.37 | 6.41 | - |
| YUV | 148.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 43 | 0 | 0.43 | 0.81 | 0.11 | 27.89 | 0.77 | 0.53 |
| Hex | E4 | 81 | 2B | 0 | 2B | 51 | B | 1C | 4D | 35 |
| Octal | 344 | 201 | 53 | 0 | 53 | 121 | 13 | 34 | 115 | 65 |
| Binary | 11100100 | 10000001 | 101011 | 0 | 101011 | 1010001 | 1011 | 11100 | 1001101 | 110101 |
Color Harmonies of #E4812B
Complementary color
Monochromatic Colors of #E4812B
Black with #E4812B
Text Example
Text Example
White with #E4812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4812B; }
p { color: rgb(228,129,43); }
H1.HeaderClassName
{
color: #E4812B;
}
.AnyTagClassName
{
color: #E4812B;
}
</style>
background-color css
<style>
a { background-color: #E4812B; }
a { background-color: rgb(228,129,43); }
div.DivClassName
{
background-color: #E4812B;
}
.BgClassName
{
background-color: #E4812B;
}
</style>
border-color css
<style>
span { border-color: #E4812B; }
span { border-color: rgb(228,129,43); }
td.TdClassName
{
border-color: #E4812B;
}
.TagClassName
{
border-color: #E4812B;
}
</style>