Shades of West Side #EA8436
Tints of West Side #EA8436
RGB
CMYK
RGB Variations
Color information
#EA8436 (or 0xEA8436) is known color: West Side. HEX triplet: EA, 84 and 36. RGB value is (234,132,54). Sum of RGB (Red+Green+Blue) = 234+132+54=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8436 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8436 is #157BC9. Grayscale: #9A9A9A. Windows color (decimal): -1407946 or 3572970. OLE color: 3572970.
HSL color Cylindrical-coordinate representation of color #EA8436: hue angle of 26º 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 #EA8436 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 54 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.08 |
| HSL | 26º | 0.81% | 0.56% | - |
| HSV(B) | 26º | 0.77% | 0.92% | - |
| XYZ | 42.85 | 34.26 | 7.84 | - |
| YUV | 153.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 54 | 0 | 0.44 | 0.77 | 0.08 | 26 | 0.81 | 0.56 |
| Hex | EA | 84 | 36 | 0 | 2C | 4D | 8 | 1A | 51 | 38 |
| Octal | 352 | 204 | 66 | 0 | 54 | 115 | 10 | 32 | 121 | 70 |
| Binary | 11101010 | 10000100 | 110110 | 0 | 101100 | 1001101 | 1000 | 11010 | 1010001 | 111000 |
Color Harmonies of #EA8436
Complementary color
Monochromatic Colors of #EA8436
Black with #EA8436
Text Example
Text Example
White with #EA8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8436; }
p { color: rgb(234,132,54); }
H1.HeaderClassName
{
color: #EA8436;
}
.AnyTagClassName
{
color: #EA8436;
}
</style>
background-color css
<style>
a { background-color: #EA8436; }
a { background-color: rgb(234,132,54); }
div.DivClassName
{
background-color: #EA8436;
}
.BgClassName
{
background-color: #EA8436;
}
</style>
border-color css
<style>
span { border-color: #EA8436; }
span { border-color: rgb(234,132,54); }
td.TdClassName
{
border-color: #EA8436;
}
.TagClassName
{
border-color: #EA8436;
}
</style>