Shades of Sorbus #E16D34
Tints of Sorbus #E16D34
RGB
CMYK
RGB Variations
Color information
#E16D34 (or 0xE16D34) is known color: Sorbus. HEX triplet: E1, 6D and 34. RGB value is (225,109,52). Sum of RGB (Red+Green+Blue) = 225+109+52=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D34 is #1E92CB. Grayscale: #898989. Windows color (decimal): -2003660 or 3436001. OLE color: 3436001.
HSL color Cylindrical-coordinate representation of color #E16D34: hue angle of 19.77º 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 #E16D34 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 52 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.12 |
| HSL | 19.77º | 0.74% | 0.54% | - |
| HSV(B) | 19.77º | 0.77% | 0.88% | - |
| XYZ | 37.14 | 27.19 | 6.54 | - |
| YUV | 137.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 52 | 0 | 0.52 | 0.77 | 0.12 | 19.77 | 0.74 | 0.54 |
| Hex | E1 | 6D | 34 | 0 | 34 | 4D | C | 14 | 4A | 36 |
| Octal | 341 | 155 | 64 | 0 | 64 | 115 | 14 | 24 | 112 | 66 |
| Binary | 11100001 | 1101101 | 110100 | 0 | 110100 | 1001101 | 1100 | 10100 | 1001010 | 110110 |
Color Harmonies of #E16D34
Complementary color
Monochromatic Colors of #E16D34
Black with #E16D34
Text Example
Text Example
White with #E16D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D34; }
p { color: rgb(225,109,52); }
H1.HeaderClassName
{
color: #E16D34;
}
.AnyTagClassName
{
color: #E16D34;
}
</style>
background-color css
<style>
a { background-color: #E16D34; }
a { background-color: rgb(225,109,52); }
div.DivClassName
{
background-color: #E16D34;
}
.BgClassName
{
background-color: #E16D34;
}
</style>
border-color css
<style>
span { border-color: #E16D34; }
span { border-color: rgb(225,109,52); }
td.TdClassName
{
border-color: #E16D34;
}
.TagClassName
{
border-color: #E16D34;
}
</style>