Shades of West Side #EE802C
Tints of West Side #EE802C
RGB
CMYK
RGB Variations
Color information
#EE802C (or 0xEE802C) is known color: West Side. HEX triplet: EE, 80 and 2C. RGB value is (238,128,44). Sum of RGB (Red+Green+Blue) = 238+128+44=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE802C is #117FD3. Grayscale: #979797. Windows color (decimal): -1146836 or 2916590. OLE color: 2916590.
HSL color Cylindrical-coordinate representation of color #EE802C: hue angle of 25.98º 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 #EE802C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.07 |
| HSL | 25.98º | 0.85% | 0.55% | - |
| HSV(B) | 25.98º | 0.82% | 0.93% | - |
| XYZ | 43.43 | 33.8 | 6.62 | - |
| YUV | 151.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 44 | 0 | 0.46 | 0.82 | 0.07 | 25.98 | 0.85 | 0.55 |
| Hex | EE | 80 | 2C | 0 | 2E | 52 | 7 | 1A | 55 | 37 |
| Octal | 356 | 200 | 54 | 0 | 56 | 122 | 7 | 32 | 125 | 67 |
| Binary | 11101110 | 10000000 | 101100 | 0 | 101110 | 1010010 | 111 | 11010 | 1010101 | 110111 |
Color Harmonies of #EE802C
Complementary color
Monochromatic Colors of #EE802C
Black with #EE802C
Text Example
Text Example
White with #EE802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE802C; }
p { color: rgb(238,128,44); }
H1.HeaderClassName
{
color: #EE802C;
}
.AnyTagClassName
{
color: #EE802C;
}
</style>
background-color css
<style>
a { background-color: #EE802C; }
a { background-color: rgb(238,128,44); }
div.DivClassName
{
background-color: #EE802C;
}
.BgClassName
{
background-color: #EE802C;
}
</style>
border-color css
<style>
span { border-color: #EE802C; }
span { border-color: rgb(238,128,44); }
td.TdClassName
{
border-color: #EE802C;
}
.TagClassName
{
border-color: #EE802C;
}
</style>