Shades of West Side #EA8535
Tints of West Side #EA8535
RGB
CMYK
RGB Variations
Color information
#EA8535 (or 0xEA8535) is known color: West Side. HEX triplet: EA, 85 and 35. RGB value is (234,133,53). Sum of RGB (Red+Green+Blue) = 234+133+53=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8535 is #157ACA. Grayscale: #9A9A9A. Windows color (decimal): -1407691 or 3507690. OLE color: 3507690.
HSL color Cylindrical-coordinate representation of color #EA8535: hue angle of 26.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA8535 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 53 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.08 |
| HSL | 26.52º | 0.81% | 0.56% | - |
| HSV(B) | 26.52º | 0.77% | 0.92% | - |
| XYZ | 42.96 | 34.52 | 7.77 | - |
| YUV | 154.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 53 | 0 | 0.43 | 0.77 | 0.08 | 26.52 | 0.81 | 0.56 |
| Hex | EA | 85 | 35 | 0 | 2B | 4D | 8 | 1B | 51 | 38 |
| Octal | 352 | 205 | 65 | 0 | 53 | 115 | 10 | 33 | 121 | 70 |
| Binary | 11101010 | 10000101 | 110101 | 0 | 101011 | 1001101 | 1000 | 11011 | 1010001 | 111000 |
Color Harmonies of #EA8535
Complementary color
Monochromatic Colors of #EA8535
Black with #EA8535
Text Example
Text Example
White with #EA8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8535; }
p { color: rgb(234,133,53); }
H1.HeaderClassName
{
color: #EA8535;
}
.AnyTagClassName
{
color: #EA8535;
}
</style>
background-color css
<style>
a { background-color: #EA8535; }
a { background-color: rgb(234,133,53); }
div.DivClassName
{
background-color: #EA8535;
}
.BgClassName
{
background-color: #EA8535;
}
</style>
border-color css
<style>
span { border-color: #EA8535; }
span { border-color: rgb(234,133,53); }
td.TdClassName
{
border-color: #EA8535;
}
.TagClassName
{
border-color: #EA8535;
}
</style>