Shades of West Side #EE823A
Tints of West Side #EE823A
RGB
CMYK
RGB Variations
Color information
#EE823A (or 0xEE823A) is known color: West Side. HEX triplet: EE, 82 and 3A. RGB value is (238,130,58). Sum of RGB (Red+Green+Blue) = 238+130+58=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE823A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE823A is #117DC5. Grayscale: #9A9A9A. Windows color (decimal): -1146310 or 3834606. OLE color: 3834606.
HSL color Cylindrical-coordinate representation of color #EE823A: hue angle of 24º 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 #EE823A is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 58 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.07 |
| HSL | 24º | 0.84% | 0.58% | - |
| HSV(B) | 24º | 0.76% | 0.93% | - |
| XYZ | 44.01 | 34.45 | 8.33 | - |
| YUV | 154.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 58 | 0 | 0.45 | 0.76 | 0.07 | 24 | 0.84 | 0.58 |
| Hex | EE | 82 | 3A | 0 | 2D | 4C | 7 | 18 | 54 | 3A |
| Octal | 356 | 202 | 72 | 0 | 55 | 114 | 7 | 30 | 124 | 72 |
| Binary | 11101110 | 10000010 | 111010 | 0 | 101101 | 1001100 | 111 | 11000 | 1010100 | 111010 |
Color Harmonies of #EE823A
Complementary color
Monochromatic Colors of #EE823A
Black with #EE823A
Text Example
Text Example
White with #EE823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE823A; }
p { color: rgb(238,130,58); }
H1.HeaderClassName
{
color: #EE823A;
}
.AnyTagClassName
{
color: #EE823A;
}
</style>
background-color css
<style>
a { background-color: #EE823A; }
a { background-color: rgb(238,130,58); }
div.DivClassName
{
background-color: #EE823A;
}
.BgClassName
{
background-color: #EE823A;
}
</style>
border-color css
<style>
span { border-color: #EE823A; }
span { border-color: rgb(238,130,58); }
td.TdClassName
{
border-color: #EE823A;
}
.TagClassName
{
border-color: #EE823A;
}
</style>