Shades of West Side #EA7A31
Tints of West Side #EA7A31
RGB
CMYK
RGB Variations
Color information
#EA7A31 (or 0xEA7A31) is known color: West Side. HEX triplet: EA, 7A and 31. RGB value is (234,122,49). Sum of RGB (Red+Green+Blue) = 234+122+49=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A31 is #1585CE. Grayscale: #939393. Windows color (decimal): -1410511 or 3242730. OLE color: 3242730.
HSL color Cylindrical-coordinate representation of color #EA7A31: hue angle of 23.68º degrees, saturation: 0.81, 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 #EA7A31 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 49 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.08 |
| HSL | 23.68º | 0.81% | 0.55% | - |
| HSV(B) | 23.68º | 0.79% | 0.92% | - |
| XYZ | 41.45 | 31.63 | 6.83 | - |
| YUV | 147.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 49 | 0 | 0.48 | 0.79 | 0.08 | 23.68 | 0.81 | 0.55 |
| Hex | EA | 7A | 31 | 0 | 30 | 4F | 8 | 18 | 51 | 37 |
| Octal | 352 | 172 | 61 | 0 | 60 | 117 | 10 | 30 | 121 | 67 |
| Binary | 11101010 | 1111010 | 110001 | 0 | 110000 | 1001111 | 1000 | 11000 | 1010001 | 110111 |
Color Harmonies of #EA7A31
Complementary color
Monochromatic Colors of #EA7A31
Black with #EA7A31
Text Example
Text Example
White with #EA7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A31; }
p { color: rgb(234,122,49); }
H1.HeaderClassName
{
color: #EA7A31;
}
.AnyTagClassName
{
color: #EA7A31;
}
</style>
background-color css
<style>
a { background-color: #EA7A31; }
a { background-color: rgb(234,122,49); }
div.DivClassName
{
background-color: #EA7A31;
}
.BgClassName
{
background-color: #EA7A31;
}
</style>
border-color css
<style>
span { border-color: #EA7A31; }
span { border-color: rgb(234,122,49); }
td.TdClassName
{
border-color: #EA7A31;
}
.TagClassName
{
border-color: #EA7A31;
}
</style>