Shades of West Side #E4802A
Tints of West Side #E4802A
RGB
CMYK
RGB Variations
Color information
#E4802A (or 0xE4802A) is known color: West Side. HEX triplet: E4, 80 and 2A. RGB value is (228,128,42). Sum of RGB (Red+Green+Blue) = 228+128+42=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E4802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4802A is #1B7FD5. Grayscale: #949494. Windows color (decimal): -1802198 or 2785508. OLE color: 2785508.
HSL color Cylindrical-coordinate representation of color #E4802A: hue angle of 27.74º 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 #E4802A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 42 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.11 |
| HSL | 27.74º | 0.78% | 0.53% | - |
| HSV(B) | 27.74º | 0.82% | 0.89% | - |
| XYZ | 40.13 | 32.1 | 6.27 | - |
| YUV | 148.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 42 | 0 | 0.44 | 0.82 | 0.11 | 27.74 | 0.78 | 0.53 |
| Hex | E4 | 80 | 2A | 0 | 2C | 52 | B | 1C | 4E | 35 |
| Octal | 344 | 200 | 52 | 0 | 54 | 122 | 13 | 34 | 116 | 65 |
| Binary | 11100100 | 10000000 | 101010 | 0 | 101100 | 1010010 | 1011 | 11100 | 1001110 | 110101 |
Color Harmonies of #E4802A
Complementary color
Monochromatic Colors of #E4802A
Black with #E4802A
Text Example
Text Example
White with #E4802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4802A; }
p { color: rgb(228,128,42); }
H1.HeaderClassName
{
color: #E4802A;
}
.AnyTagClassName
{
color: #E4802A;
}
</style>
background-color css
<style>
a { background-color: #E4802A; }
a { background-color: rgb(228,128,42); }
div.DivClassName
{
background-color: #E4802A;
}
.BgClassName
{
background-color: #E4802A;
}
</style>
border-color css
<style>
span { border-color: #E4802A; }
span { border-color: rgb(228,128,42); }
td.TdClassName
{
border-color: #E4802A;
}
.TagClassName
{
border-color: #E4802A;
}
</style>