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