Shades of West Side #EE8131
Tints of West Side #EE8131
RGB
CMYK
RGB Variations
Color information
#EE8131 (or 0xEE8131) is known color: West Side. HEX triplet: EE, 81 and 31. RGB value is (238,129,49). Sum of RGB (Red+Green+Blue) = 238+129+49=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8131 is #117ECE. Grayscale: #989898. Windows color (decimal): -1146575 or 3244526. OLE color: 3244526.
HSL color Cylindrical-coordinate representation of color #EE8131: hue angle of 25.4º 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 #EE8131 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 49 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.07 |
| HSL | 25.4º | 0.85% | 0.56% | - |
| HSV(B) | 25.4º | 0.79% | 0.93% | - |
| XYZ | 43.66 | 34.1 | 7.19 | - |
| YUV | 152.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 49 | 0 | 0.46 | 0.79 | 0.07 | 25.4 | 0.85 | 0.56 |
| Hex | EE | 81 | 31 | 0 | 2E | 4F | 7 | 19 | 55 | 38 |
| Octal | 356 | 201 | 61 | 0 | 56 | 117 | 7 | 31 | 125 | 70 |
| Binary | 11101110 | 10000001 | 110001 | 0 | 101110 | 1001111 | 111 | 11001 | 1010101 | 111000 |
Color Harmonies of #EE8131
Complementary color
Monochromatic Colors of #EE8131
Black with #EE8131
Text Example
Text Example
White with #EE8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8131; }
p { color: rgb(238,129,49); }
H1.HeaderClassName
{
color: #EE8131;
}
.AnyTagClassName
{
color: #EE8131;
}
</style>
background-color css
<style>
a { background-color: #EE8131; }
a { background-color: rgb(238,129,49); }
div.DivClassName
{
background-color: #EE8131;
}
.BgClassName
{
background-color: #EE8131;
}
</style>
border-color css
<style>
span { border-color: #EE8131; }
span { border-color: rgb(238,129,49); }
td.TdClassName
{
border-color: #EE8131;
}
.TagClassName
{
border-color: #EE8131;
}
</style>