Shades of West Side #EA853B
Tints of West Side #EA853B
RGB
CMYK
RGB Variations
Color information
#EA853B (or 0xEA853B) is known color: West Side. HEX triplet: EA, 85 and 3B. RGB value is (234,133,59). Sum of RGB (Red+Green+Blue) = 234+133+59=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA853B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA853B is #157AC4. Grayscale: #9B9B9B. Windows color (decimal): -1407685 or 3900906. OLE color: 3900906.
HSL color Cylindrical-coordinate representation of color #EA853B: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA853B is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 59 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.08 |
| HSL | 25.37º | 0.81% | 0.57% | - |
| HSV(B) | 25.37º | 0.75% | 0.92% | - |
| XYZ | 43.11 | 34.58 | 8.54 | - |
| YUV | 154.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 59 | 0 | 0.43 | 0.75 | 0.08 | 25.37 | 0.81 | 0.57 |
| Hex | EA | 85 | 3B | 0 | 2B | 4B | 8 | 19 | 51 | 39 |
| Octal | 352 | 205 | 73 | 0 | 53 | 113 | 10 | 31 | 121 | 71 |
| Binary | 11101010 | 10000101 | 111011 | 0 | 101011 | 1001011 | 1000 | 11001 | 1010001 | 111001 |
Color Harmonies of #EA853B
Complementary color
Monochromatic Colors of #EA853B
Black with #EA853B
Text Example
Text Example
White with #EA853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA853B; }
p { color: rgb(234,133,59); }
H1.HeaderClassName
{
color: #EA853B;
}
.AnyTagClassName
{
color: #EA853B;
}
</style>
background-color css
<style>
a { background-color: #EA853B; }
a { background-color: rgb(234,133,59); }
div.DivClassName
{
background-color: #EA853B;
}
.BgClassName
{
background-color: #EA853B;
}
</style>
border-color css
<style>
span { border-color: #EA853B; }
span { border-color: rgb(234,133,59); }
td.TdClassName
{
border-color: #EA853B;
}
.TagClassName
{
border-color: #EA853B;
}
</style>