Shades of West Side #EE8239
Tints of West Side #EE8239
RGB
CMYK
RGB Variations
Color information
#EE8239 (or 0xEE8239) is known color: West Side. HEX triplet: EE, 82 and 39. RGB value is (238,130,57). Sum of RGB (Red+Green+Blue) = 238+130+57=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8239 is #117DC6. Grayscale: #9A9A9A. Windows color (decimal): -1146311 or 3769070. OLE color: 3769070.
HSL color Cylindrical-coordinate representation of color #EE8239: hue angle of 24.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE8239 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 57 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.07 |
| HSL | 24.2º | 0.84% | 0.58% | - |
| HSV(B) | 24.2º | 0.76% | 0.93% | - |
| XYZ | 43.98 | 34.44 | 8.2 | - |
| YUV | 153.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 57 | 0 | 0.45 | 0.76 | 0.07 | 24.2 | 0.84 | 0.58 |
| Hex | EE | 82 | 39 | 0 | 2D | 4C | 7 | 18 | 54 | 3A |
| Octal | 356 | 202 | 71 | 0 | 55 | 114 | 7 | 30 | 124 | 72 |
| Binary | 11101110 | 10000010 | 111001 | 0 | 101101 | 1001100 | 111 | 11000 | 1010100 | 111010 |
Color Harmonies of #EE8239
Complementary color
Monochromatic Colors of #EE8239
Black with #EE8239
Text Example
Text Example
White with #EE8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8239; }
p { color: rgb(238,130,57); }
H1.HeaderClassName
{
color: #EE8239;
}
.AnyTagClassName
{
color: #EE8239;
}
</style>
background-color css
<style>
a { background-color: #EE8239; }
a { background-color: rgb(238,130,57); }
div.DivClassName
{
background-color: #EE8239;
}
.BgClassName
{
background-color: #EE8239;
}
</style>
border-color css
<style>
span { border-color: #EE8239; }
span { border-color: rgb(238,130,57); }
td.TdClassName
{
border-color: #EE8239;
}
.TagClassName
{
border-color: #EE8239;
}
</style>