Shades of Sorbus #E16C3E
Tints of Sorbus #E16C3E
RGB
CMYK
RGB Variations
Color information
#E16C3E (or 0xE16C3E) is known color: Sorbus. HEX triplet: E1, 6C and 3E. RGB value is (225,108,62). Sum of RGB (Red+Green+Blue) = 225+108+62=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16C3E is #1E93C1. Grayscale: #8A8A8A. Windows color (decimal): -2003906 or 4091105. OLE color: 4091105.
HSL color Cylindrical-coordinate representation of color #E16C3E: hue angle of 16.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 #E16C3E is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 62 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.12 |
| HSL | 16.93º | 0.73% | 0.56% | - |
| HSV(B) | 16.93º | 0.72% | 0.88% | - |
| XYZ | 37.28 | 27.08 | 7.82 | - |
| YUV | 137.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 62 | 0 | 0.52 | 0.72 | 0.12 | 16.93 | 0.73 | 0.56 |
| Hex | E1 | 6C | 3E | 0 | 34 | 48 | C | 11 | 49 | 38 |
| Octal | 341 | 154 | 76 | 0 | 64 | 110 | 14 | 21 | 111 | 70 |
| Binary | 11100001 | 1101100 | 111110 | 0 | 110100 | 1001000 | 1100 | 10001 | 1001001 | 111000 |
Color Harmonies of #E16C3E
Complementary color
Monochromatic Colors of #E16C3E
Black with #E16C3E
Text Example
Text Example
White with #E16C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C3E; }
p { color: rgb(225,108,62); }
H1.HeaderClassName
{
color: #E16C3E;
}
.AnyTagClassName
{
color: #E16C3E;
}
</style>
background-color css
<style>
a { background-color: #E16C3E; }
a { background-color: rgb(225,108,62); }
div.DivClassName
{
background-color: #E16C3E;
}
.BgClassName
{
background-color: #E16C3E;
}
</style>
border-color css
<style>
span { border-color: #E16C3E; }
span { border-color: rgb(225,108,62); }
td.TdClassName
{
border-color: #E16C3E;
}
.TagClassName
{
border-color: #E16C3E;
}
</style>