Shades of West Side #EE8132
Tints of West Side #EE8132
RGB
CMYK
RGB Variations
Color information
#EE8132 (or 0xEE8132) is known color: West Side. HEX triplet: EE, 81 and 32. RGB value is (238,129,50). Sum of RGB (Red+Green+Blue) = 238+129+50=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8132 is #117ECD. Grayscale: #999999. Windows color (decimal): -1146574 or 3310062. OLE color: 3310062.
HSL color Cylindrical-coordinate representation of color #EE8132: hue angle of 25.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE8132 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 50 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.07 |
| HSL | 25.21º | 0.85% | 0.56% | - |
| HSV(B) | 25.21º | 0.79% | 0.93% | - |
| XYZ | 43.69 | 34.11 | 7.3 | - |
| YUV | 152.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 50 | 0 | 0.46 | 0.79 | 0.07 | 25.21 | 0.85 | 0.56 |
| Hex | EE | 81 | 32 | 0 | 2E | 4F | 7 | 19 | 55 | 38 |
| Octal | 356 | 201 | 62 | 0 | 56 | 117 | 7 | 31 | 125 | 70 |
| Binary | 11101110 | 10000001 | 110010 | 0 | 101110 | 1001111 | 111 | 11001 | 1010101 | 111000 |
Color Harmonies of #EE8132
Complementary color
Monochromatic Colors of #EE8132
Black with #EE8132
Text Example
Text Example
White with #EE8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8132; }
p { color: rgb(238,129,50); }
H1.HeaderClassName
{
color: #EE8132;
}
.AnyTagClassName
{
color: #EE8132;
}
</style>
background-color css
<style>
a { background-color: #EE8132; }
a { background-color: rgb(238,129,50); }
div.DivClassName
{
background-color: #EE8132;
}
.BgClassName
{
background-color: #EE8132;
}
</style>
border-color css
<style>
span { border-color: #EE8132; }
span { border-color: rgb(238,129,50); }
td.TdClassName
{
border-color: #EE8132;
}
.TagClassName
{
border-color: #EE8132;
}
</style>