Shades of Sorbus #E16334
Tints of Sorbus #E16334
RGB
CMYK
RGB Variations
Color information
#E16334 (or 0xE16334) is known color: Sorbus. HEX triplet: E1, 63 and 34. RGB value is (225,99,52). Sum of RGB (Red+Green+Blue) = 225+99+52=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E16334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16334 is #1E9CCB. Grayscale: #838383. Windows color (decimal): -2006220 or 3433441. OLE color: 3433441.
HSL color Cylindrical-coordinate representation of color #E16334: hue angle of 16.3º 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 #E16334 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 52 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.12 |
| HSL | 16.3º | 0.74% | 0.54% | - |
| HSV(B) | 16.3º | 0.77% | 0.88% | - |
| XYZ | 36.13 | 25.18 | 6.2 | - |
| YUV | 131.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 52 | 0 | 0.56 | 0.77 | 0.12 | 16.3 | 0.74 | 0.54 |
| Hex | E1 | 63 | 34 | 0 | 38 | 4D | C | 10 | 4A | 36 |
| Octal | 341 | 143 | 64 | 0 | 70 | 115 | 14 | 20 | 112 | 66 |
| Binary | 11100001 | 1100011 | 110100 | 0 | 111000 | 1001101 | 1100 | 10000 | 1001010 | 110110 |
Color Harmonies of #E16334
Complementary color
Monochromatic Colors of #E16334
Black with #E16334
Text Example
Text Example
White with #E16334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16334; }
p { color: rgb(225,99,52); }
H1.HeaderClassName
{
color: #E16334;
}
.AnyTagClassName
{
color: #E16334;
}
</style>
background-color css
<style>
a { background-color: #E16334; }
a { background-color: rgb(225,99,52); }
div.DivClassName
{
background-color: #E16334;
}
.BgClassName
{
background-color: #E16334;
}
</style>
border-color css
<style>
span { border-color: #E16334; }
span { border-color: rgb(225,99,52); }
td.TdClassName
{
border-color: #E16334;
}
.TagClassName
{
border-color: #E16334;
}
</style>