Shades of West Side #EE813A
Tints of West Side #EE813A
RGB
CMYK
RGB Variations
Color information
#EE813A (or 0xEE813A) is known color: West Side. HEX triplet: EE, 81 and 3A. RGB value is (238,129,58). Sum of RGB (Red+Green+Blue) = 238+129+58=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE813A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE813A is #117EC5. Grayscale: #999999. Windows color (decimal): -1146566 or 3834350. OLE color: 3834350.
HSL color Cylindrical-coordinate representation of color #EE813A: hue angle of 23.67º 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 #EE813A is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 58 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.07 |
| HSL | 23.67º | 0.84% | 0.58% | - |
| HSV(B) | 23.67º | 0.76% | 0.93% | - |
| XYZ | 43.87 | 34.18 | 8.29 | - |
| YUV | 153.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 58 | 0 | 0.46 | 0.76 | 0.07 | 23.67 | 0.84 | 0.58 |
| Hex | EE | 81 | 3A | 0 | 2E | 4C | 7 | 18 | 54 | 3A |
| Octal | 356 | 201 | 72 | 0 | 56 | 114 | 7 | 30 | 124 | 72 |
| Binary | 11101110 | 10000001 | 111010 | 0 | 101110 | 1001100 | 111 | 11000 | 1010100 | 111010 |
Color Harmonies of #EE813A
Complementary color
Monochromatic Colors of #EE813A
Black with #EE813A
Text Example
Text Example
White with #EE813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE813A; }
p { color: rgb(238,129,58); }
H1.HeaderClassName
{
color: #EE813A;
}
.AnyTagClassName
{
color: #EE813A;
}
</style>
background-color css
<style>
a { background-color: #EE813A; }
a { background-color: rgb(238,129,58); }
div.DivClassName
{
background-color: #EE813A;
}
.BgClassName
{
background-color: #EE813A;
}
</style>
border-color css
<style>
span { border-color: #EE813A; }
span { border-color: rgb(238,129,58); }
td.TdClassName
{
border-color: #EE813A;
}
.TagClassName
{
border-color: #EE813A;
}
</style>