Shades of Sorbus #E16F32
Tints of Sorbus #E16F32
RGB
CMYK
RGB Variations
Color information
#E16F32 (or 0xE16F32) is known color: Sorbus. HEX triplet: E1, 6F and 32. RGB value is (225,111,50). Sum of RGB (Red+Green+Blue) = 225+111+50=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F32 is #1E90CD. Grayscale: #8A8A8A. Windows color (decimal): -2003150 or 3305441. OLE color: 3305441.
HSL color Cylindrical-coordinate representation of color #E16F32: hue angle of 20.91º 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 #E16F32 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 50 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.12 |
| HSL | 20.91º | 0.74% | 0.54% | - |
| HSV(B) | 20.91º | 0.78% | 0.88% | - |
| XYZ | 37.31 | 27.61 | 6.38 | - |
| YUV | 138.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 50 | 0 | 0.51 | 0.78 | 0.12 | 20.91 | 0.74 | 0.54 |
| Hex | E1 | 6F | 32 | 0 | 33 | 4E | C | 15 | 4A | 36 |
| Octal | 341 | 157 | 62 | 0 | 63 | 116 | 14 | 25 | 112 | 66 |
| Binary | 11100001 | 1101111 | 110010 | 0 | 110011 | 1001110 | 1100 | 10101 | 1001010 | 110110 |
Color Harmonies of #E16F32
Complementary color
Monochromatic Colors of #E16F32
Black with #E16F32
Text Example
Text Example
White with #E16F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F32; }
p { color: rgb(225,111,50); }
H1.HeaderClassName
{
color: #E16F32;
}
.AnyTagClassName
{
color: #E16F32;
}
</style>
background-color css
<style>
a { background-color: #E16F32; }
a { background-color: rgb(225,111,50); }
div.DivClassName
{
background-color: #E16F32;
}
.BgClassName
{
background-color: #E16F32;
}
</style>
border-color css
<style>
span { border-color: #E16F32; }
span { border-color: rgb(225,111,50); }
td.TdClassName
{
border-color: #E16F32;
}
.TagClassName
{
border-color: #E16F32;
}
</style>