Shades of West Side #EA8330
Tints of West Side #EA8330
RGB
CMYK
RGB Variations
Color information
#EA8330 (or 0xEA8330) is known color: West Side. HEX triplet: EA, 83 and 30. RGB value is (234,131,48). Sum of RGB (Red+Green+Blue) = 234+131+48=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8330 is #157CCF. Grayscale: #989898. Windows color (decimal): -1408208 or 3179498. OLE color: 3179498.
HSL color Cylindrical-coordinate representation of color #EA8330: hue angle of 26.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA8330 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 48 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.08 |
| HSL | 26.77º | 0.82% | 0.55% | - |
| HSV(B) | 26.77º | 0.79% | 0.92% | - |
| XYZ | 42.58 | 33.94 | 7.1 | - |
| YUV | 152.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 48 | 0 | 0.44 | 0.79 | 0.08 | 26.77 | 0.82 | 0.55 |
| Hex | EA | 83 | 30 | 0 | 2C | 4F | 8 | 1B | 52 | 37 |
| Octal | 352 | 203 | 60 | 0 | 54 | 117 | 10 | 33 | 122 | 67 |
| Binary | 11101010 | 10000011 | 110000 | 0 | 101100 | 1001111 | 1000 | 11011 | 1010010 | 110111 |
Color Harmonies of #EA8330
Complementary color
Monochromatic Colors of #EA8330
Black with #EA8330
Text Example
Text Example
White with #EA8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8330; }
p { color: rgb(234,131,48); }
H1.HeaderClassName
{
color: #EA8330;
}
.AnyTagClassName
{
color: #EA8330;
}
</style>
background-color css
<style>
a { background-color: #EA8330; }
a { background-color: rgb(234,131,48); }
div.DivClassName
{
background-color: #EA8330;
}
.BgClassName
{
background-color: #EA8330;
}
</style>
border-color css
<style>
span { border-color: #EA8330; }
span { border-color: rgb(234,131,48); }
td.TdClassName
{
border-color: #EA8330;
}
.TagClassName
{
border-color: #EA8330;
}
</style>