Shades of West Side #EA8129
Tints of West Side #EA8129
RGB
CMYK
RGB Variations
Color information
#EA8129 (or 0xEA8129) is known color: West Side. HEX triplet: EA, 81 and 29. RGB value is (234,129,41). Sum of RGB (Red+Green+Blue) = 234+129+41=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8129 is #157ED6. Grayscale: #969696. Windows color (decimal): -1408727 or 2720234. OLE color: 2720234.
HSL color Cylindrical-coordinate representation of color #EA8129: hue angle of 27.36º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA8129 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 41 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.08 |
| HSL | 27.36º | 0.82% | 0.54% | - |
| HSV(B) | 27.36º | 0.82% | 0.92% | - |
| XYZ | 42.18 | 33.35 | 6.31 | - |
| YUV | 150.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 41 | 0 | 0.45 | 0.82 | 0.08 | 27.36 | 0.82 | 0.54 |
| Hex | EA | 81 | 29 | 0 | 2D | 52 | 8 | 1B | 52 | 36 |
| Octal | 352 | 201 | 51 | 0 | 55 | 122 | 10 | 33 | 122 | 66 |
| Binary | 11101010 | 10000001 | 101001 | 0 | 101101 | 1010010 | 1000 | 11011 | 1010010 | 110110 |
Color Harmonies of #EA8129
Complementary color
Monochromatic Colors of #EA8129
Black with #EA8129
Text Example
Text Example
White with #EA8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8129; }
p { color: rgb(234,129,41); }
H1.HeaderClassName
{
color: #EA8129;
}
.AnyTagClassName
{
color: #EA8129;
}
</style>
background-color css
<style>
a { background-color: #EA8129; }
a { background-color: rgb(234,129,41); }
div.DivClassName
{
background-color: #EA8129;
}
.BgClassName
{
background-color: #EA8129;
}
</style>
border-color css
<style>
span { border-color: #EA8129; }
span { border-color: rgb(234,129,41); }
td.TdClassName
{
border-color: #EA8129;
}
.TagClassName
{
border-color: #EA8129;
}
</style>