Shades of West Side #EE802B
Tints of West Side #EE802B
RGB
CMYK
RGB Variations
Color information
#EE802B (or 0xEE802B) is known color: West Side. HEX triplet: EE, 80 and 2B. RGB value is (238,128,43). Sum of RGB (Red+Green+Blue) = 238+128+43=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE802B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE802B is #117FD4. Grayscale: #979797. Windows color (decimal): -1146837 or 2851054. OLE color: 2851054.
HSL color Cylindrical-coordinate representation of color #EE802B: hue angle of 26.15º degrees, saturation: 0.85, 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 #EE802B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.07 |
| HSL | 26.15º | 0.85% | 0.55% | - |
| HSV(B) | 26.15º | 0.82% | 0.93% | - |
| XYZ | 43.42 | 33.79 | 6.52 | - |
| YUV | 151.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 43 | 0 | 0.46 | 0.82 | 0.07 | 26.15 | 0.85 | 0.55 |
| Hex | EE | 80 | 2B | 0 | 2E | 52 | 7 | 1A | 55 | 37 |
| Octal | 356 | 200 | 53 | 0 | 56 | 122 | 7 | 32 | 125 | 67 |
| Binary | 11101110 | 10000000 | 101011 | 0 | 101110 | 1010010 | 111 | 11010 | 1010101 | 110111 |
Color Harmonies of #EE802B
Complementary color
Monochromatic Colors of #EE802B
Black with #EE802B
Text Example
Text Example
White with #EE802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE802B; }
p { color: rgb(238,128,43); }
H1.HeaderClassName
{
color: #EE802B;
}
.AnyTagClassName
{
color: #EE802B;
}
</style>
background-color css
<style>
a { background-color: #EE802B; }
a { background-color: rgb(238,128,43); }
div.DivClassName
{
background-color: #EE802B;
}
.BgClassName
{
background-color: #EE802B;
}
</style>
border-color css
<style>
span { border-color: #EE802B; }
span { border-color: rgb(238,128,43); }
td.TdClassName
{
border-color: #EE802B;
}
.TagClassName
{
border-color: #EE802B;
}
</style>