Shades of Sorbus #E16A2F
Tints of Sorbus #E16A2F
RGB
CMYK
RGB Variations
Color information
#E16A2F (or 0xE16A2F) is known color: Sorbus. HEX triplet: E1, 6A and 2F. RGB value is (225,106,47). Sum of RGB (Red+Green+Blue) = 225+106+47=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A2F is #1E95D0. Grayscale: #878787. Windows color (decimal): -2004433 or 3107553. OLE color: 3107553.
HSL color Cylindrical-coordinate representation of color #E16A2F: hue angle of 19.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E16A2F is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 47 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.12 |
| HSL | 19.89º | 0.75% | 0.53% | - |
| HSV(B) | 19.89º | 0.79% | 0.88% | - |
| XYZ | 36.72 | 26.52 | 5.87 | - |
| YUV | 134.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 47 | 0 | 0.53 | 0.79 | 0.12 | 19.89 | 0.75 | 0.53 |
| Hex | E1 | 6A | 2F | 0 | 35 | 4F | C | 14 | 4B | 35 |
| Octal | 341 | 152 | 57 | 0 | 65 | 117 | 14 | 24 | 113 | 65 |
| Binary | 11100001 | 1101010 | 101111 | 0 | 110101 | 1001111 | 1100 | 10100 | 1001011 | 110101 |
Color Harmonies of #E16A2F
Complementary color
Monochromatic Colors of #E16A2F
Black with #E16A2F
Text Example
Text Example
White with #E16A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A2F; }
p { color: rgb(225,106,47); }
H1.HeaderClassName
{
color: #E16A2F;
}
.AnyTagClassName
{
color: #E16A2F;
}
</style>
background-color css
<style>
a { background-color: #E16A2F; }
a { background-color: rgb(225,106,47); }
div.DivClassName
{
background-color: #E16A2F;
}
.BgClassName
{
background-color: #E16A2F;
}
</style>
border-color css
<style>
span { border-color: #E16A2F; }
span { border-color: rgb(225,106,47); }
td.TdClassName
{
border-color: #E16A2F;
}
.TagClassName
{
border-color: #E16A2F;
}
</style>