Shades of Sorbus #E16C2F
Tints of Sorbus #E16C2F
RGB
CMYK
RGB Variations
Color information
#E16C2F (or 0xE16C2F) is known color: Sorbus. HEX triplet: E1, 6C and 2F. RGB value is (225,108,47). Sum of RGB (Red+Green+Blue) = 225+108+47=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C2F is #1E93D0. Grayscale: #888888. Windows color (decimal): -2003921 or 3108065. OLE color: 3108065.
HSL color Cylindrical-coordinate representation of color #E16C2F: hue angle of 20.56º 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 #E16C2F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 47 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.12 |
| HSL | 20.56º | 0.75% | 0.53% | - |
| HSV(B) | 20.56º | 0.79% | 0.88% | - |
| XYZ | 36.93 | 26.94 | 5.94 | - |
| YUV | 136.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 47 | 0 | 0.52 | 0.79 | 0.12 | 20.56 | 0.75 | 0.53 |
| Hex | E1 | 6C | 2F | 0 | 34 | 4F | C | 15 | 4B | 35 |
| Octal | 341 | 154 | 57 | 0 | 64 | 117 | 14 | 25 | 113 | 65 |
| Binary | 11100001 | 1101100 | 101111 | 0 | 110100 | 1001111 | 1100 | 10101 | 1001011 | 110101 |
Color Harmonies of #E16C2F
Complementary color
Monochromatic Colors of #E16C2F
Black with #E16C2F
Text Example
Text Example
White with #E16C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C2F; }
p { color: rgb(225,108,47); }
H1.HeaderClassName
{
color: #E16C2F;
}
.AnyTagClassName
{
color: #E16C2F;
}
</style>
background-color css
<style>
a { background-color: #E16C2F; }
a { background-color: rgb(225,108,47); }
div.DivClassName
{
background-color: #E16C2F;
}
.BgClassName
{
background-color: #E16C2F;
}
</style>
border-color css
<style>
span { border-color: #E16C2F; }
span { border-color: rgb(225,108,47); }
td.TdClassName
{
border-color: #E16C2F;
}
.TagClassName
{
border-color: #E16C2F;
}
</style>