Shades of West Side #E5802B
Tints of West Side #E5802B
RGB
CMYK
RGB Variations
Color information
#E5802B (or 0xE5802B) is known color: West Side. HEX triplet: E5, 80 and 2B. RGB value is (229,128,43). Sum of RGB (Red+Green+Blue) = 229+128+43=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5802B is #1A7FD4. Grayscale: #949494. Windows color (decimal): -1736661 or 2851045. OLE color: 2851045.
HSL color Cylindrical-coordinate representation of color #E5802B: hue angle of 27.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5802B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 43 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.10 |
| HSL | 27.42º | 0.78% | 0.53% | - |
| HSV(B) | 27.42º | 0.81% | 0.9% | - |
| XYZ | 40.47 | 32.27 | 6.38 | - |
| YUV | 148.51 | 68.46 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 43 | 0 | 0.44 | 0.81 | 0.10 | 27.42 | 0.78 | 0.53 |
| Hex | E5 | 80 | 2B | 0 | 2C | 51 | A | 1B | 4E | 35 |
| Octal | 345 | 200 | 53 | 0 | 54 | 121 | 12 | 33 | 116 | 65 |
| Binary | 11100101 | 10000000 | 101011 | 0 | 101100 | 1010001 | 1010 | 11011 | 1001110 | 110101 |
Color Harmonies of #E5802B
Complementary color
Monochromatic Colors of #E5802B
Black with #E5802B
Text Example
Text Example
White with #E5802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5802B; }
p { color: rgb(229,128,43); }
H1.HeaderClassName
{
color: #E5802B;
}
.AnyTagClassName
{
color: #E5802B;
}
</style>
background-color css
<style>
a { background-color: #E5802B; }
a { background-color: rgb(229,128,43); }
div.DivClassName
{
background-color: #E5802B;
}
.BgClassName
{
background-color: #E5802B;
}
</style>
border-color css
<style>
span { border-color: #E5802B; }
span { border-color: rgb(229,128,43); }
td.TdClassName
{
border-color: #E5802B;
}
.TagClassName
{
border-color: #E5802B;
}
</style>