Shades of Sorbus #E16B44
Tints of Sorbus #E16B44
RGB
CMYK
RGB Variations
Color information
#E16B44 (or 0xE16B44) is known color: Sorbus. HEX triplet: E1, 6B and 44. RGB value is (225,107,68). Sum of RGB (Red+Green+Blue) = 225+107+68=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B44 is #1E94BB. Grayscale: #8A8A8A. Windows color (decimal): -2004156 or 4484065. OLE color: 4484065.
HSL color Cylindrical-coordinate representation of color #E16B44: hue angle of 14.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16B44 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 68 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.12 |
| HSL | 14.9º | 0.72% | 0.57% | - |
| HSV(B) | 14.9º | 0.7% | 0.88% | - |
| XYZ | 37.35 | 26.94 | 8.7 | - |
| YUV | 137.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 68 | 0 | 0.52 | 0.70 | 0.12 | 14.9 | 0.72 | 0.57 |
| Hex | E1 | 6B | 44 | 0 | 34 | 46 | C | F | 48 | 39 |
| Octal | 341 | 153 | 104 | 0 | 64 | 106 | 14 | 17 | 110 | 71 |
| Binary | 11100001 | 1101011 | 1000100 | 0 | 110100 | 1000110 | 1100 | 1111 | 1001000 | 111001 |
Color Harmonies of #E16B44
Complementary color
Monochromatic Colors of #E16B44
Black with #E16B44
Text Example
Text Example
White with #E16B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B44; }
p { color: rgb(225,107,68); }
H1.HeaderClassName
{
color: #E16B44;
}
.AnyTagClassName
{
color: #E16B44;
}
</style>
background-color css
<style>
a { background-color: #E16B44; }
a { background-color: rgb(225,107,68); }
div.DivClassName
{
background-color: #E16B44;
}
.BgClassName
{
background-color: #E16B44;
}
</style>
border-color css
<style>
span { border-color: #E16B44; }
span { border-color: rgb(225,107,68); }
td.TdClassName
{
border-color: #E16B44;
}
.TagClassName
{
border-color: #E16B44;
}
</style>