Shades of West Side #EE8033
Tints of West Side #EE8033
RGB
CMYK
RGB Variations
Color information
#EE8033 (or 0xEE8033) is known color: West Side. HEX triplet: EE, 80 and 33. RGB value is (238,128,51). Sum of RGB (Red+Green+Blue) = 238+128+51=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8033 is #117FCC. Grayscale: #989898. Windows color (decimal): -1146829 or 3375342. OLE color: 3375342.
HSL color Cylindrical-coordinate representation of color #EE8033: hue angle of 24.71º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE8033 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 51 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.07 |
| HSL | 24.71º | 0.85% | 0.57% | - |
| HSV(B) | 24.71º | 0.79% | 0.93% | - |
| XYZ | 43.58 | 33.85 | 7.37 | - |
| YUV | 152.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 51 | 0 | 0.46 | 0.79 | 0.07 | 24.71 | 0.85 | 0.57 |
| Hex | EE | 80 | 33 | 0 | 2E | 4F | 7 | 19 | 55 | 39 |
| Octal | 356 | 200 | 63 | 0 | 56 | 117 | 7 | 31 | 125 | 71 |
| Binary | 11101110 | 10000000 | 110011 | 0 | 101110 | 1001111 | 111 | 11001 | 1010101 | 111001 |
Color Harmonies of #EE8033
Complementary color
Monochromatic Colors of #EE8033
Black with #EE8033
Text Example
Text Example
White with #EE8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8033; }
p { color: rgb(238,128,51); }
H1.HeaderClassName
{
color: #EE8033;
}
.AnyTagClassName
{
color: #EE8033;
}
</style>
background-color css
<style>
a { background-color: #EE8033; }
a { background-color: rgb(238,128,51); }
div.DivClassName
{
background-color: #EE8033;
}
.BgClassName
{
background-color: #EE8033;
}
</style>
border-color css
<style>
span { border-color: #EE8033; }
span { border-color: rgb(238,128,51); }
td.TdClassName
{
border-color: #EE8033;
}
.TagClassName
{
border-color: #EE8033;
}
</style>