Shades of West Side #ED802B
Tints of West Side #ED802B
RGB
CMYK
RGB Variations
Color information
#ED802B (or 0xED802B) is known color: West Side. HEX triplet: ED, 80 and 2B. RGB value is (237,128,43). Sum of RGB (Red+Green+Blue) = 237+128+43=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED802B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED802B is #127FD4. Grayscale: #979797. Windows color (decimal): -1212373 or 2851053. OLE color: 2851053.
HSL color Cylindrical-coordinate representation of color #ED802B: hue angle of 26.29º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED802B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.07 |
| HSL | 26.29º | 0.84% | 0.55% | - |
| HSV(B) | 26.29º | 0.82% | 0.93% | - |
| XYZ | 43.08 | 33.62 | 6.5 | - |
| YUV | 150.9 | 67.11 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 43 | 0 | 0.46 | 0.82 | 0.07 | 26.29 | 0.84 | 0.55 |
| Hex | ED | 80 | 2B | 0 | 2E | 52 | 7 | 1A | 54 | 37 |
| Octal | 355 | 200 | 53 | 0 | 56 | 122 | 7 | 32 | 124 | 67 |
| Binary | 11101101 | 10000000 | 101011 | 0 | 101110 | 1010010 | 111 | 11010 | 1010100 | 110111 |
Color Harmonies of #ED802B
Complementary color
Monochromatic Colors of #ED802B
Black with #ED802B
Text Example
Text Example
White with #ED802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED802B; }
p { color: rgb(237,128,43); }
H1.HeaderClassName
{
color: #ED802B;
}
.AnyTagClassName
{
color: #ED802B;
}
</style>
background-color css
<style>
a { background-color: #ED802B; }
a { background-color: rgb(237,128,43); }
div.DivClassName
{
background-color: #ED802B;
}
.BgClassName
{
background-color: #ED802B;
}
</style>
border-color css
<style>
span { border-color: #ED802B; }
span { border-color: rgb(237,128,43); }
td.TdClassName
{
border-color: #ED802B;
}
.TagClassName
{
border-color: #ED802B;
}
</style>