Shades of Sorbus #E16C32
Tints of Sorbus #E16C32
RGB
CMYK
RGB Variations
Color information
#E16C32 (or 0xE16C32) is known color: Sorbus. HEX triplet: E1, 6C and 32. RGB value is (225,108,50). Sum of RGB (Red+Green+Blue) = 225+108+50=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C32 is #1E93CD. Grayscale: #888888. Windows color (decimal): -2003918 or 3304673. OLE color: 3304673.
HSL color Cylindrical-coordinate representation of color #E16C32: hue angle of 19.89º 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 #E16C32 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 50 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.12 |
| HSL | 19.89º | 0.74% | 0.54% | - |
| HSV(B) | 19.89º | 0.78% | 0.88% | - |
| XYZ | 36.99 | 26.96 | 6.27 | - |
| YUV | 136.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 50 | 0 | 0.52 | 0.78 | 0.12 | 19.89 | 0.74 | 0.54 |
| Hex | E1 | 6C | 32 | 0 | 34 | 4E | C | 14 | 4A | 36 |
| Octal | 341 | 154 | 62 | 0 | 64 | 116 | 14 | 24 | 112 | 66 |
| Binary | 11100001 | 1101100 | 110010 | 0 | 110100 | 1001110 | 1100 | 10100 | 1001010 | 110110 |
Color Harmonies of #E16C32
Complementary color
Monochromatic Colors of #E16C32
Black with #E16C32
Text Example
Text Example
White with #E16C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C32; }
p { color: rgb(225,108,50); }
H1.HeaderClassName
{
color: #E16C32;
}
.AnyTagClassName
{
color: #E16C32;
}
</style>
background-color css
<style>
a { background-color: #E16C32; }
a { background-color: rgb(225,108,50); }
div.DivClassName
{
background-color: #E16C32;
}
.BgClassName
{
background-color: #E16C32;
}
</style>
border-color css
<style>
span { border-color: #E16C32; }
span { border-color: rgb(225,108,50); }
td.TdClassName
{
border-color: #E16C32;
}
.TagClassName
{
border-color: #E16C32;
}
</style>