Shades of Sorbus #E16E3E
Tints of Sorbus #E16E3E
RGB
CMYK
RGB Variations
Color information
#E16E3E (or 0xE16E3E) is known color: Sorbus. HEX triplet: E1, 6E and 3E. RGB value is (225,110,62). Sum of RGB (Red+Green+Blue) = 225+110+62=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E3E is #1E91C1. Grayscale: #8B8B8B. Windows color (decimal): -2003394 or 4091617. OLE color: 4091617.
HSL color Cylindrical-coordinate representation of color #E16E3E: hue angle of 17.67º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E16E3E is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 62 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.12 |
| HSL | 17.67º | 0.73% | 0.56% | - |
| HSV(B) | 17.67º | 0.72% | 0.88% | - |
| XYZ | 37.5 | 27.51 | 7.89 | - |
| YUV | 138.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 62 | 0 | 0.51 | 0.72 | 0.12 | 17.67 | 0.73 | 0.56 |
| Hex | E1 | 6E | 3E | 0 | 33 | 48 | C | 12 | 49 | 38 |
| Octal | 341 | 156 | 76 | 0 | 63 | 110 | 14 | 22 | 111 | 70 |
| Binary | 11100001 | 1101110 | 111110 | 0 | 110011 | 1001000 | 1100 | 10010 | 1001001 | 111000 |
Color Harmonies of #E16E3E
Complementary color
Monochromatic Colors of #E16E3E
Black with #E16E3E
Text Example
Text Example
White with #E16E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E3E; }
p { color: rgb(225,110,62); }
H1.HeaderClassName
{
color: #E16E3E;
}
.AnyTagClassName
{
color: #E16E3E;
}
</style>
background-color css
<style>
a { background-color: #E16E3E; }
a { background-color: rgb(225,110,62); }
div.DivClassName
{
background-color: #E16E3E;
}
.BgClassName
{
background-color: #E16E3E;
}
</style>
border-color css
<style>
span { border-color: #E16E3E; }
span { border-color: rgb(225,110,62); }
td.TdClassName
{
border-color: #E16E3E;
}
.TagClassName
{
border-color: #E16E3E;
}
</style>