Shades of Sorbus #E16B32
Tints of Sorbus #E16B32
RGB
CMYK
RGB Variations
Color information
#E16B32 (or 0xE16B32) is known color: Sorbus. HEX triplet: E1, 6B and 32. RGB value is (225,107,50). Sum of RGB (Red+Green+Blue) = 225+107+50=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16B32 is #1E94CD. Grayscale: #888888. Windows color (decimal): -2004174 or 3304417. OLE color: 3304417.
HSL color Cylindrical-coordinate representation of color #E16B32: hue angle of 19.54º 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 #E16B32 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 50 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.12 |
| HSL | 19.54º | 0.74% | 0.54% | - |
| HSV(B) | 19.54º | 0.78% | 0.88% | - |
| XYZ | 36.88 | 26.75 | 6.24 | - |
| YUV | 135.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 50 | 0 | 0.52 | 0.78 | 0.12 | 19.54 | 0.74 | 0.54 |
| Hex | E1 | 6B | 32 | 0 | 34 | 4E | C | 14 | 4A | 36 |
| Octal | 341 | 153 | 62 | 0 | 64 | 116 | 14 | 24 | 112 | 66 |
| Binary | 11100001 | 1101011 | 110010 | 0 | 110100 | 1001110 | 1100 | 10100 | 1001010 | 110110 |
Color Harmonies of #E16B32
Complementary color
Monochromatic Colors of #E16B32
Black with #E16B32
Text Example
Text Example
White with #E16B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B32; }
p { color: rgb(225,107,50); }
H1.HeaderClassName
{
color: #E16B32;
}
.AnyTagClassName
{
color: #E16B32;
}
</style>
background-color css
<style>
a { background-color: #E16B32; }
a { background-color: rgb(225,107,50); }
div.DivClassName
{
background-color: #E16B32;
}
.BgClassName
{
background-color: #E16B32;
}
</style>
border-color css
<style>
span { border-color: #E16B32; }
span { border-color: rgb(225,107,50); }
td.TdClassName
{
border-color: #E16B32;
}
.TagClassName
{
border-color: #E16B32;
}
</style>