Shades of Sorbus #E16A31
Tints of Sorbus #E16A31
RGB
CMYK
RGB Variations
Color information
#E16A31 (or 0xE16A31) is known color: Sorbus. HEX triplet: E1, 6A and 31. RGB value is (225,106,49). Sum of RGB (Red+Green+Blue) = 225+106+49=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A31 is #1E95CE. Grayscale: #878787. Windows color (decimal): -2004431 or 3238625. OLE color: 3238625.
HSL color Cylindrical-coordinate representation of color #E16A31: hue angle of 19.43º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E16A31 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 49 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.12 |
| HSL | 19.43º | 0.75% | 0.54% | - |
| HSV(B) | 19.43º | 0.78% | 0.88% | - |
| XYZ | 36.76 | 26.54 | 6.09 | - |
| YUV | 135.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 49 | 0 | 0.53 | 0.78 | 0.12 | 19.43 | 0.75 | 0.54 |
| Hex | E1 | 6A | 31 | 0 | 35 | 4E | C | 13 | 4B | 36 |
| Octal | 341 | 152 | 61 | 0 | 65 | 116 | 14 | 23 | 113 | 66 |
| Binary | 11100001 | 1101010 | 110001 | 0 | 110101 | 1001110 | 1100 | 10011 | 1001011 | 110110 |
Color Harmonies of #E16A31
Complementary color
Monochromatic Colors of #E16A31
Black with #E16A31
Text Example
Text Example
White with #E16A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A31; }
p { color: rgb(225,106,49); }
H1.HeaderClassName
{
color: #E16A31;
}
.AnyTagClassName
{
color: #E16A31;
}
</style>
background-color css
<style>
a { background-color: #E16A31; }
a { background-color: rgb(225,106,49); }
div.DivClassName
{
background-color: #E16A31;
}
.BgClassName
{
background-color: #E16A31;
}
</style>
border-color css
<style>
span { border-color: #E16A31; }
span { border-color: rgb(225,106,49); }
td.TdClassName
{
border-color: #E16A31;
}
.TagClassName
{
border-color: #E16A31;
}
</style>