Shades of Sorbus #EA7137
Tints of Sorbus #EA7137
RGB
CMYK
RGB Variations
Color information
#EA7137 (or 0xEA7137) is known color: Sorbus. HEX triplet: EA, 71 and 37. RGB value is (234,113,55). Sum of RGB (Red+Green+Blue) = 234+113+55=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7137 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7137 is #158EC8. Grayscale: #8E8E8E. Windows color (decimal): -1412809 or 3633642. OLE color: 3633642.
HSL color Cylindrical-coordinate representation of color #EA7137: hue angle of 19.44º 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 #EA7137 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 55 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.08 |
| HSL | 19.44º | 0.81% | 0.57% | - |
| HSV(B) | 19.44º | 0.76% | 0.92% | - |
| XYZ | 40.53 | 29.58 | 7.19 | - |
| YUV | 142.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 55 | 0 | 0.52 | 0.76 | 0.08 | 19.44 | 0.81 | 0.57 |
| Hex | EA | 71 | 37 | 0 | 34 | 4C | 8 | 13 | 51 | 39 |
| Octal | 352 | 161 | 67 | 0 | 64 | 114 | 10 | 23 | 121 | 71 |
| Binary | 11101010 | 1110001 | 110111 | 0 | 110100 | 1001100 | 1000 | 10011 | 1010001 | 111001 |
Color Harmonies of #EA7137
Complementary color
Monochromatic Colors of #EA7137
Black with #EA7137
Text Example
Text Example
White with #EA7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7137; }
p { color: rgb(234,113,55); }
H1.HeaderClassName
{
color: #EA7137;
}
.AnyTagClassName
{
color: #EA7137;
}
</style>
background-color css
<style>
a { background-color: #EA7137; }
a { background-color: rgb(234,113,55); }
div.DivClassName
{
background-color: #EA7137;
}
.BgClassName
{
background-color: #EA7137;
}
</style>
border-color css
<style>
span { border-color: #EA7137; }
span { border-color: rgb(234,113,55); }
td.TdClassName
{
border-color: #EA7137;
}
.TagClassName
{
border-color: #EA7137;
}
</style>