Shades of West Side #EE822D
Tints of West Side #EE822D
RGB
CMYK
RGB Variations
Color information
#EE822D (or 0xEE822D) is known color: West Side. HEX triplet: EE, 82 and 2D. RGB value is (238,130,45). Sum of RGB (Red+Green+Blue) = 238+130+45=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE822D is #117DD2. Grayscale: #999999. Windows color (decimal): -1146323 or 2982638. OLE color: 2982638.
HSL color Cylindrical-coordinate representation of color #EE822D: hue angle of 26.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE822D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 45 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.07 |
| HSL | 26.42º | 0.85% | 0.55% | - |
| HSV(B) | 26.42º | 0.81% | 0.93% | - |
| XYZ | 43.72 | 34.33 | 6.81 | - |
| YUV | 152.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 45 | 0 | 0.45 | 0.81 | 0.07 | 26.42 | 0.85 | 0.55 |
| Hex | EE | 82 | 2D | 0 | 2D | 51 | 7 | 1A | 55 | 37 |
| Octal | 356 | 202 | 55 | 0 | 55 | 121 | 7 | 32 | 125 | 67 |
| Binary | 11101110 | 10000010 | 101101 | 0 | 101101 | 1010001 | 111 | 11010 | 1010101 | 110111 |
Color Harmonies of #EE822D
Complementary color
Monochromatic Colors of #EE822D
Black with #EE822D
Text Example
Text Example
White with #EE822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE822D; }
p { color: rgb(238,130,45); }
H1.HeaderClassName
{
color: #EE822D;
}
.AnyTagClassName
{
color: #EE822D;
}
</style>
background-color css
<style>
a { background-color: #EE822D; }
a { background-color: rgb(238,130,45); }
div.DivClassName
{
background-color: #EE822D;
}
.BgClassName
{
background-color: #EE822D;
}
</style>
border-color css
<style>
span { border-color: #EE822D; }
span { border-color: rgb(238,130,45); }
td.TdClassName
{
border-color: #EE822D;
}
.TagClassName
{
border-color: #EE822D;
}
</style>