Shades of Sorbus #E16434
Tints of Sorbus #E16434
RGB
CMYK
RGB Variations
Color information
#E16434 (or 0xE16434) is known color: Sorbus. HEX triplet: E1, 64 and 34. RGB value is (225,100,52). Sum of RGB (Red+Green+Blue) = 225+100+52=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E16434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16434 is #1E9BCB. Grayscale: #848484. Windows color (decimal): -2005964 or 3433697. OLE color: 3433697.
HSL color Cylindrical-coordinate representation of color #E16434: hue angle of 16.65º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E16434 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 52 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.12 |
| HSL | 16.65º | 0.74% | 0.54% | - |
| HSV(B) | 16.65º | 0.77% | 0.88% | - |
| XYZ | 36.23 | 25.37 | 6.24 | - |
| YUV | 131.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 52 | 0 | 0.56 | 0.77 | 0.12 | 16.65 | 0.74 | 0.54 |
| Hex | E1 | 64 | 34 | 0 | 38 | 4D | C | 11 | 4A | 36 |
| Octal | 341 | 144 | 64 | 0 | 70 | 115 | 14 | 21 | 112 | 66 |
| Binary | 11100001 | 1100100 | 110100 | 0 | 111000 | 1001101 | 1100 | 10001 | 1001010 | 110110 |
Color Harmonies of #E16434
Complementary color
Monochromatic Colors of #E16434
Black with #E16434
Text Example
Text Example
White with #E16434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16434; }
p { color: rgb(225,100,52); }
H1.HeaderClassName
{
color: #E16434;
}
.AnyTagClassName
{
color: #E16434;
}
</style>
background-color css
<style>
a { background-color: #E16434; }
a { background-color: rgb(225,100,52); }
div.DivClassName
{
background-color: #E16434;
}
.BgClassName
{
background-color: #E16434;
}
</style>
border-color css
<style>
span { border-color: #E16434; }
span { border-color: rgb(225,100,52); }
td.TdClassName
{
border-color: #E16434;
}
.TagClassName
{
border-color: #E16434;
}
</style>