Shades of Sorbus #E16F35
Tints of Sorbus #E16F35
RGB
CMYK
RGB Variations
Color information
#E16F35 (or 0xE16F35) is known color: Sorbus. HEX triplet: E1, 6F and 35. RGB value is (225,111,53). Sum of RGB (Red+Green+Blue) = 225+111+53=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16F35 is #1E90CA. Grayscale: #8A8A8A. Windows color (decimal): -2003147 or 3502049. OLE color: 3502049.
HSL color Cylindrical-coordinate representation of color #E16F35: hue angle of 20.23º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E16F35 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 53 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.12 |
| HSL | 20.23º | 0.74% | 0.55% | - |
| HSV(B) | 20.23º | 0.76% | 0.88% | - |
| XYZ | 37.38 | 27.63 | 6.73 | - |
| YUV | 138.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 53 | 0 | 0.51 | 0.76 | 0.12 | 20.23 | 0.74 | 0.55 |
| Hex | E1 | 6F | 35 | 0 | 33 | 4C | C | 14 | 4A | 37 |
| Octal | 341 | 157 | 65 | 0 | 63 | 114 | 14 | 24 | 112 | 67 |
| Binary | 11100001 | 1101111 | 110101 | 0 | 110011 | 1001100 | 1100 | 10100 | 1001010 | 110111 |
Color Harmonies of #E16F35
Complementary color
Monochromatic Colors of #E16F35
Black with #E16F35
Text Example
Text Example
White with #E16F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F35; }
p { color: rgb(225,111,53); }
H1.HeaderClassName
{
color: #E16F35;
}
.AnyTagClassName
{
color: #E16F35;
}
</style>
background-color css
<style>
a { background-color: #E16F35; }
a { background-color: rgb(225,111,53); }
div.DivClassName
{
background-color: #E16F35;
}
.BgClassName
{
background-color: #E16F35;
}
</style>
border-color css
<style>
span { border-color: #E16F35; }
span { border-color: rgb(225,111,53); }
td.TdClassName
{
border-color: #E16F35;
}
.TagClassName
{
border-color: #E16F35;
}
</style>