Shades of West Side #EE822B
Tints of West Side #EE822B
RGB
CMYK
RGB Variations
Color information
#EE822B (or 0xEE822B) is known color: West Side. HEX triplet: EE, 82 and 2B. RGB value is (238,130,43). Sum of RGB (Red+Green+Blue) = 238+130+43=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE822B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE822B is #117DD4. Grayscale: #989898. Windows color (decimal): -1146325 or 2851566. OLE color: 2851566.
HSL color Cylindrical-coordinate representation of color #EE822B: hue angle of 26.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE822B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 43 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.07 |
| HSL | 26.77º | 0.85% | 0.55% | - |
| HSV(B) | 26.77º | 0.82% | 0.93% | - |
| XYZ | 43.68 | 34.32 | 6.61 | - |
| YUV | 152.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 43 | 0 | 0.45 | 0.82 | 0.07 | 26.77 | 0.85 | 0.55 |
| Hex | EE | 82 | 2B | 0 | 2D | 52 | 7 | 1B | 55 | 37 |
| Octal | 356 | 202 | 53 | 0 | 55 | 122 | 7 | 33 | 125 | 67 |
| Binary | 11101110 | 10000010 | 101011 | 0 | 101101 | 1010010 | 111 | 11011 | 1010101 | 110111 |
Color Harmonies of #EE822B
Complementary color
Monochromatic Colors of #EE822B
Black with #EE822B
Text Example
Text Example
White with #EE822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE822B; }
p { color: rgb(238,130,43); }
H1.HeaderClassName
{
color: #EE822B;
}
.AnyTagClassName
{
color: #EE822B;
}
</style>
background-color css
<style>
a { background-color: #EE822B; }
a { background-color: rgb(238,130,43); }
div.DivClassName
{
background-color: #EE822B;
}
.BgClassName
{
background-color: #EE822B;
}
</style>
border-color css
<style>
span { border-color: #EE822B; }
span { border-color: rgb(238,130,43); }
td.TdClassName
{
border-color: #EE822B;
}
.TagClassName
{
border-color: #EE822B;
}
</style>