Shades of West Side #ED802A
Tints of West Side #ED802A
RGB
CMYK
RGB Variations
Color information
#ED802A (or 0xED802A) is known color: West Side. HEX triplet: ED, 80 and 2A. RGB value is (237,128,42). Sum of RGB (Red+Green+Blue) = 237+128+42=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED802A is #127FD5. Grayscale: #979797. Windows color (decimal): -1212374 or 2785517. OLE color: 2785517.
HSL color Cylindrical-coordinate representation of color #ED802A: hue angle of 26.46º 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 #ED802A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 42 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.07 |
| HSL | 26.46º | 0.84% | 0.55% | - |
| HSV(B) | 26.46º | 0.82% | 0.93% | - |
| XYZ | 43.06 | 33.61 | 6.41 | - |
| YUV | 150.79 | 66.61 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 42 | 0 | 0.46 | 0.82 | 0.07 | 26.46 | 0.84 | 0.55 |
| Hex | ED | 80 | 2A | 0 | 2E | 52 | 7 | 1A | 54 | 37 |
| Octal | 355 | 200 | 52 | 0 | 56 | 122 | 7 | 32 | 124 | 67 |
| Binary | 11101101 | 10000000 | 101010 | 0 | 101110 | 1010010 | 111 | 11010 | 1010100 | 110111 |
Color Harmonies of #ED802A
Complementary color
Monochromatic Colors of #ED802A
Black with #ED802A
Text Example
Text Example
White with #ED802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED802A; }
p { color: rgb(237,128,42); }
H1.HeaderClassName
{
color: #ED802A;
}
.AnyTagClassName
{
color: #ED802A;
}
</style>
background-color css
<style>
a { background-color: #ED802A; }
a { background-color: rgb(237,128,42); }
div.DivClassName
{
background-color: #ED802A;
}
.BgClassName
{
background-color: #ED802A;
}
</style>
border-color css
<style>
span { border-color: #ED802A; }
span { border-color: rgb(237,128,42); }
td.TdClassName
{
border-color: #ED802A;
}
.TagClassName
{
border-color: #ED802A;
}
</style>