Shades of Sorbus #E16A3F
Tints of Sorbus #E16A3F
RGB
CMYK
RGB Variations
Color information
#E16A3F (or 0xE16A3F) is known color: Sorbus. HEX triplet: E1, 6A and 3F. RGB value is (225,106,63). Sum of RGB (Red+Green+Blue) = 225+106+63=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A3F is #1E95C0. Grayscale: #888888. Windows color (decimal): -2004417 or 4156129. OLE color: 4156129.
HSL color Cylindrical-coordinate representation of color #E16A3F: hue angle of 15.93º 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 #E16A3F is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 63 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.12 |
| HSL | 15.93º | 0.73% | 0.56% | - |
| HSV(B) | 15.93º | 0.72% | 0.88% | - |
| XYZ | 37.1 | 26.67 | 7.9 | - |
| YUV | 136.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 63 | 0 | 0.53 | 0.72 | 0.12 | 15.93 | 0.73 | 0.56 |
| Hex | E1 | 6A | 3F | 0 | 35 | 48 | C | 10 | 49 | 38 |
| Octal | 341 | 152 | 77 | 0 | 65 | 110 | 14 | 20 | 111 | 70 |
| Binary | 11100001 | 1101010 | 111111 | 0 | 110101 | 1001000 | 1100 | 10000 | 1001001 | 111000 |
Color Harmonies of #E16A3F
Complementary color
Monochromatic Colors of #E16A3F
Black with #E16A3F
Text Example
Text Example
White with #E16A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A3F; }
p { color: rgb(225,106,63); }
H1.HeaderClassName
{
color: #E16A3F;
}
.AnyTagClassName
{
color: #E16A3F;
}
</style>
background-color css
<style>
a { background-color: #E16A3F; }
a { background-color: rgb(225,106,63); }
div.DivClassName
{
background-color: #E16A3F;
}
.BgClassName
{
background-color: #E16A3F;
}
</style>
border-color css
<style>
span { border-color: #E16A3F; }
span { border-color: rgb(225,106,63); }
td.TdClassName
{
border-color: #E16A3F;
}
.TagClassName
{
border-color: #E16A3F;
}
</style>