Shades of Sorbus #E16734
Tints of Sorbus #E16734
RGB
CMYK
RGB Variations
Color information
#E16734 (or 0xE16734) is known color: Sorbus. HEX triplet: E1, 67 and 34. RGB value is (225,103,52). Sum of RGB (Red+Green+Blue) = 225+103+52=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E16734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16734 is #1E98CB. Grayscale: #858585. Windows color (decimal): -2005196 or 3434465. OLE color: 3434465.
HSL color Cylindrical-coordinate representation of color #E16734: hue angle of 17.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E16734 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 52 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.12 |
| HSL | 17.69º | 0.74% | 0.54% | - |
| HSV(B) | 17.69º | 0.77% | 0.88% | - |
| XYZ | 36.52 | 25.96 | 6.33 | - |
| YUV | 133.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 52 | 0 | 0.54 | 0.77 | 0.12 | 17.69 | 0.74 | 0.54 |
| Hex | E1 | 67 | 34 | 0 | 36 | 4D | C | 12 | 4A | 36 |
| Octal | 341 | 147 | 64 | 0 | 66 | 115 | 14 | 22 | 112 | 66 |
| Binary | 11100001 | 1100111 | 110100 | 0 | 110110 | 1001101 | 1100 | 10010 | 1001010 | 110110 |
Color Harmonies of #E16734
Complementary color
Monochromatic Colors of #E16734
Black with #E16734
Text Example
Text Example
White with #E16734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16734; }
p { color: rgb(225,103,52); }
H1.HeaderClassName
{
color: #E16734;
}
.AnyTagClassName
{
color: #E16734;
}
</style>
background-color css
<style>
a { background-color: #E16734; }
a { background-color: rgb(225,103,52); }
div.DivClassName
{
background-color: #E16734;
}
.BgClassName
{
background-color: #E16734;
}
</style>
border-color css
<style>
span { border-color: #E16734; }
span { border-color: rgb(225,103,52); }
td.TdClassName
{
border-color: #E16734;
}
.TagClassName
{
border-color: #E16734;
}
</style>