Shades of West Side #EA842F
Tints of West Side #EA842F
RGB
CMYK
RGB Variations
Color information
#EA842F (or 0xEA842F) is known color: West Side. HEX triplet: EA, 84 and 2F. RGB value is (234,132,47). Sum of RGB (Red+Green+Blue) = 234+132+47=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA842F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA842F is #157BD0. Grayscale: #999999. Windows color (decimal): -1407953 or 3114218. OLE color: 3114218.
HSL color Cylindrical-coordinate representation of color #EA842F: hue angle of 27.27º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA842F is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 47 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.08 |
| HSL | 27.27º | 0.82% | 0.55% | - |
| HSV(B) | 27.27º | 0.8% | 0.92% | - |
| XYZ | 42.7 | 34.2 | 7.04 | - |
| YUV | 152.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 47 | 0 | 0.44 | 0.80 | 0.08 | 27.27 | 0.82 | 0.55 |
| Hex | EA | 84 | 2F | 0 | 2C | 50 | 8 | 1B | 52 | 37 |
| Octal | 352 | 204 | 57 | 0 | 54 | 120 | 10 | 33 | 122 | 67 |
| Binary | 11101010 | 10000100 | 101111 | 0 | 101100 | 1010000 | 1000 | 11011 | 1010010 | 110111 |
Color Harmonies of #EA842F
Complementary color
Monochromatic Colors of #EA842F
Black with #EA842F
Text Example
Text Example
White with #EA842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA842F; }
p { color: rgb(234,132,47); }
H1.HeaderClassName
{
color: #EA842F;
}
.AnyTagClassName
{
color: #EA842F;
}
</style>
background-color css
<style>
a { background-color: #EA842F; }
a { background-color: rgb(234,132,47); }
div.DivClassName
{
background-color: #EA842F;
}
.BgClassName
{
background-color: #EA842F;
}
</style>
border-color css
<style>
span { border-color: #EA842F; }
span { border-color: rgb(234,132,47); }
td.TdClassName
{
border-color: #EA842F;
}
.TagClassName
{
border-color: #EA842F;
}
</style>