Shades of West Side #EE8038
Tints of West Side #EE8038
RGB
CMYK
RGB Variations
Color information
#EE8038 (or 0xEE8038) is known color: West Side. HEX triplet: EE, 80 and 38. RGB value is (238,128,56). Sum of RGB (Red+Green+Blue) = 238+128+56=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8038 is #117FC7. Grayscale: #999999. Windows color (decimal): -1146824 or 3703022. OLE color: 3703022.
HSL color Cylindrical-coordinate representation of color #EE8038: hue angle of 23.74º 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 #EE8038 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 56 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.07 |
| HSL | 23.74º | 0.84% | 0.58% | - |
| HSV(B) | 23.74º | 0.76% | 0.93% | - |
| XYZ | 43.69 | 33.9 | 7.98 | - |
| YUV | 152.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 56 | 0 | 0.46 | 0.76 | 0.07 | 23.74 | 0.84 | 0.58 |
| Hex | EE | 80 | 38 | 0 | 2E | 4C | 7 | 18 | 54 | 3A |
| Octal | 356 | 200 | 70 | 0 | 56 | 114 | 7 | 30 | 124 | 72 |
| Binary | 11101110 | 10000000 | 111000 | 0 | 101110 | 1001100 | 111 | 11000 | 1010100 | 111010 |
Color Harmonies of #EE8038
Complementary color
Monochromatic Colors of #EE8038
Black with #EE8038
Text Example
Text Example
White with #EE8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8038; }
p { color: rgb(238,128,56); }
H1.HeaderClassName
{
color: #EE8038;
}
.AnyTagClassName
{
color: #EE8038;
}
</style>
background-color css
<style>
a { background-color: #EE8038; }
a { background-color: rgb(238,128,56); }
div.DivClassName
{
background-color: #EE8038;
}
.BgClassName
{
background-color: #EE8038;
}
</style>
border-color css
<style>
span { border-color: #EE8038; }
span { border-color: rgb(238,128,56); }
td.TdClassName
{
border-color: #EE8038;
}
.TagClassName
{
border-color: #EE8038;
}
</style>