Shades of Sorbus #E16A3E
Tints of Sorbus #E16A3E
RGB
CMYK
RGB Variations
Color information
#E16A3E (or 0xE16A3E) is known color: Sorbus. HEX triplet: E1, 6A and 3E. RGB value is (225,106,62). Sum of RGB (Red+Green+Blue) = 225+106+62=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A3E is #1E95C1. Grayscale: #888888. Windows color (decimal): -2004418 or 4090593. OLE color: 4090593.
HSL color Cylindrical-coordinate representation of color #E16A3E: hue angle of 16.2º 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 #E16A3E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 62 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.12 |
| HSL | 16.2º | 0.73% | 0.56% | - |
| HSV(B) | 16.2º | 0.72% | 0.88% | - |
| XYZ | 37.07 | 26.66 | 7.75 | - |
| YUV | 136.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 62 | 0 | 0.53 | 0.72 | 0.12 | 16.2 | 0.73 | 0.56 |
| Hex | E1 | 6A | 3E | 0 | 35 | 48 | C | 10 | 49 | 38 |
| Octal | 341 | 152 | 76 | 0 | 65 | 110 | 14 | 20 | 111 | 70 |
| Binary | 11100001 | 1101010 | 111110 | 0 | 110101 | 1001000 | 1100 | 10000 | 1001001 | 111000 |
Color Harmonies of #E16A3E
Complementary color
Monochromatic Colors of #E16A3E
Black with #E16A3E
Text Example
Text Example
White with #E16A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A3E; }
p { color: rgb(225,106,62); }
H1.HeaderClassName
{
color: #E16A3E;
}
.AnyTagClassName
{
color: #E16A3E;
}
</style>
background-color css
<style>
a { background-color: #E16A3E; }
a { background-color: rgb(225,106,62); }
div.DivClassName
{
background-color: #E16A3E;
}
.BgClassName
{
background-color: #E16A3E;
}
</style>
border-color css
<style>
span { border-color: #E16A3E; }
span { border-color: rgb(225,106,62); }
td.TdClassName
{
border-color: #E16A3E;
}
.TagClassName
{
border-color: #E16A3E;
}
</style>