Shades of Sorbus #E16D32
Tints of Sorbus #E16D32
RGB
CMYK
RGB Variations
Color information
#E16D32 (or 0xE16D32) is known color: Sorbus. HEX triplet: E1, 6D and 32. RGB value is (225,109,50). Sum of RGB (Red+Green+Blue) = 225+109+50=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D32 is #1E92CD. Grayscale: #898989. Windows color (decimal): -2003662 or 3304929. OLE color: 3304929.
HSL color Cylindrical-coordinate representation of color #E16D32: hue angle of 20.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E16D32 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 50 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.12 |
| HSL | 20.23º | 0.74% | 0.54% | - |
| HSV(B) | 20.23º | 0.78% | 0.88% | - |
| XYZ | 37.1 | 27.18 | 6.31 | - |
| YUV | 136.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 50 | 0 | 0.52 | 0.78 | 0.12 | 20.23 | 0.74 | 0.54 |
| Hex | E1 | 6D | 32 | 0 | 34 | 4E | C | 14 | 4A | 36 |
| Octal | 341 | 155 | 62 | 0 | 64 | 116 | 14 | 24 | 112 | 66 |
| Binary | 11100001 | 1101101 | 110010 | 0 | 110100 | 1001110 | 1100 | 10100 | 1001010 | 110110 |
Color Harmonies of #E16D32
Complementary color
Monochromatic Colors of #E16D32
Black with #E16D32
Text Example
Text Example
White with #E16D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D32; }
p { color: rgb(225,109,50); }
H1.HeaderClassName
{
color: #E16D32;
}
.AnyTagClassName
{
color: #E16D32;
}
</style>
background-color css
<style>
a { background-color: #E16D32; }
a { background-color: rgb(225,109,50); }
div.DivClassName
{
background-color: #E16D32;
}
.BgClassName
{
background-color: #E16D32;
}
</style>
border-color css
<style>
span { border-color: #E16D32; }
span { border-color: rgb(225,109,50); }
td.TdClassName
{
border-color: #E16D32;
}
.TagClassName
{
border-color: #E16D32;
}
</style>