Shades of West Side #EA8139
Tints of West Side #EA8139
RGB
CMYK
RGB Variations
Color information
#EA8139 (or 0xEA8139) is known color: West Side. HEX triplet: EA, 81 and 39. RGB value is (234,129,57). Sum of RGB (Red+Green+Blue) = 234+129+57=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8139 is #157EC6. Grayscale: #989898. Windows color (decimal): -1408711 or 3768810. OLE color: 3768810.
HSL color Cylindrical-coordinate representation of color #EA8139: hue angle of 24.41º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA8139 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 57 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.08 |
| HSL | 24.41º | 0.81% | 0.57% | - |
| HSV(B) | 24.41º | 0.76% | 0.92% | - |
| XYZ | 42.52 | 33.49 | 8.09 | - |
| YUV | 152.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 57 | 0 | 0.45 | 0.76 | 0.08 | 24.41 | 0.81 | 0.57 |
| Hex | EA | 81 | 39 | 0 | 2D | 4C | 8 | 18 | 51 | 39 |
| Octal | 352 | 201 | 71 | 0 | 55 | 114 | 10 | 30 | 121 | 71 |
| Binary | 11101010 | 10000001 | 111001 | 0 | 101101 | 1001100 | 1000 | 11000 | 1010001 | 111001 |
Color Harmonies of #EA8139
Complementary color
Monochromatic Colors of #EA8139
Black with #EA8139
Text Example
Text Example
White with #EA8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8139; }
p { color: rgb(234,129,57); }
H1.HeaderClassName
{
color: #EA8139;
}
.AnyTagClassName
{
color: #EA8139;
}
</style>
background-color css
<style>
a { background-color: #EA8139; }
a { background-color: rgb(234,129,57); }
div.DivClassName
{
background-color: #EA8139;
}
.BgClassName
{
background-color: #EA8139;
}
</style>
border-color css
<style>
span { border-color: #EA8139; }
span { border-color: rgb(234,129,57); }
td.TdClassName
{
border-color: #EA8139;
}
.TagClassName
{
border-color: #EA8139;
}
</style>