Shades of West Side #EA8036
Tints of West Side #EA8036
RGB
CMYK
RGB Variations
Color information
#EA8036 (or 0xEA8036) is known color: West Side. HEX triplet: EA, 80 and 36. RGB value is (234,128,54). Sum of RGB (Red+Green+Blue) = 234+128+54=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8036 is #157FC9. Grayscale: #979797. Windows color (decimal): -1408970 or 3571946. OLE color: 3571946.
HSL color Cylindrical-coordinate representation of color #EA8036: hue angle of 24.67º 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 #EA8036 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 54 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.08 |
| HSL | 24.67º | 0.81% | 0.56% | - |
| HSV(B) | 24.67º | 0.77% | 0.92% | - |
| XYZ | 42.32 | 33.2 | 7.67 | - |
| YUV | 151.26 | 73.12 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 54 | 0 | 0.45 | 0.77 | 0.08 | 24.67 | 0.81 | 0.56 |
| Hex | EA | 80 | 36 | 0 | 2D | 4D | 8 | 19 | 51 | 38 |
| Octal | 352 | 200 | 66 | 0 | 55 | 115 | 10 | 31 | 121 | 70 |
| Binary | 11101010 | 10000000 | 110110 | 0 | 101101 | 1001101 | 1000 | 11001 | 1010001 | 111000 |
Color Harmonies of #EA8036
Complementary color
Monochromatic Colors of #EA8036
Black with #EA8036
Text Example
Text Example
White with #EA8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8036; }
p { color: rgb(234,128,54); }
H1.HeaderClassName
{
color: #EA8036;
}
.AnyTagClassName
{
color: #EA8036;
}
</style>
background-color css
<style>
a { background-color: #EA8036; }
a { background-color: rgb(234,128,54); }
div.DivClassName
{
background-color: #EA8036;
}
.BgClassName
{
background-color: #EA8036;
}
</style>
border-color css
<style>
span { border-color: #EA8036; }
span { border-color: rgb(234,128,54); }
td.TdClassName
{
border-color: #EA8036;
}
.TagClassName
{
border-color: #EA8036;
}
</style>