Shades of West Side #EA8239
Tints of West Side #EA8239
RGB
CMYK
RGB Variations
Color information
#EA8239 (or 0xEA8239) is known color: West Side. HEX triplet: EA, 82 and 39. RGB value is (234,130,57). Sum of RGB (Red+Green+Blue) = 234+130+57=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8239 is #157DC6. Grayscale: #999999. Windows color (decimal): -1408455 or 3769066. OLE color: 3769066.
HSL color Cylindrical-coordinate representation of color #EA8239: hue angle of 24.75º 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 #EA8239 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 57 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.08 |
| HSL | 24.75º | 0.81% | 0.57% | - |
| HSV(B) | 24.75º | 0.76% | 0.92% | - |
| XYZ | 42.65 | 33.75 | 8.14 | - |
| YUV | 152.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 57 | 0 | 0.44 | 0.76 | 0.08 | 24.75 | 0.81 | 0.57 |
| Hex | EA | 82 | 39 | 0 | 2C | 4C | 8 | 19 | 51 | 39 |
| Octal | 352 | 202 | 71 | 0 | 54 | 114 | 10 | 31 | 121 | 71 |
| Binary | 11101010 | 10000010 | 111001 | 0 | 101100 | 1001100 | 1000 | 11001 | 1010001 | 111001 |
Color Harmonies of #EA8239
Complementary color
Monochromatic Colors of #EA8239
Black with #EA8239
Text Example
Text Example
White with #EA8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8239; }
p { color: rgb(234,130,57); }
H1.HeaderClassName
{
color: #EA8239;
}
.AnyTagClassName
{
color: #EA8239;
}
</style>
background-color css
<style>
a { background-color: #EA8239; }
a { background-color: rgb(234,130,57); }
div.DivClassName
{
background-color: #EA8239;
}
.BgClassName
{
background-color: #EA8239;
}
</style>
border-color css
<style>
span { border-color: #EA8239; }
span { border-color: rgb(234,130,57); }
td.TdClassName
{
border-color: #EA8239;
}
.TagClassName
{
border-color: #EA8239;
}
</style>