Shades of West Side #EE832F
Tints of West Side #EE832F
RGB
CMYK
RGB Variations
Color information
#EE832F (or 0xEE832F) is known color: West Side. HEX triplet: EE, 83 and 2F. RGB value is (238,131,47). Sum of RGB (Red+Green+Blue) = 238+131+47=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE832F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE832F is #117CD0. Grayscale: #999999. Windows color (decimal): -1146065 or 3113966. OLE color: 3113966.
HSL color Cylindrical-coordinate representation of color #EE832F: hue angle of 26.39º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE832F is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 47 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.07 |
| HSL | 26.39º | 0.85% | 0.56% | - |
| HSV(B) | 26.39º | 0.8% | 0.93% | - |
| XYZ | 43.89 | 34.61 | 7.06 | - |
| YUV | 153.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 47 | 0 | 0.45 | 0.80 | 0.07 | 26.39 | 0.85 | 0.56 |
| Hex | EE | 83 | 2F | 0 | 2D | 50 | 7 | 1A | 55 | 38 |
| Octal | 356 | 203 | 57 | 0 | 55 | 120 | 7 | 32 | 125 | 70 |
| Binary | 11101110 | 10000011 | 101111 | 0 | 101101 | 1010000 | 111 | 11010 | 1010101 | 111000 |
Color Harmonies of #EE832F
Complementary color
Monochromatic Colors of #EE832F
Black with #EE832F
Text Example
Text Example
White with #EE832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE832F; }
p { color: rgb(238,131,47); }
H1.HeaderClassName
{
color: #EE832F;
}
.AnyTagClassName
{
color: #EE832F;
}
</style>
background-color css
<style>
a { background-color: #EE832F; }
a { background-color: rgb(238,131,47); }
div.DivClassName
{
background-color: #EE832F;
}
.BgClassName
{
background-color: #EE832F;
}
</style>
border-color css
<style>
span { border-color: #EE832F; }
span { border-color: rgb(238,131,47); }
td.TdClassName
{
border-color: #EE832F;
}
.TagClassName
{
border-color: #EE832F;
}
</style>