Shades of Sorbus #E56940
Tints of Sorbus #E56940
RGB
CMYK
RGB Variations
Color information
#E56940 (or 0xE56940) is known color: Sorbus. HEX triplet: E5, 69 and 40. RGB value is (229,105,64). Sum of RGB (Red+Green+Blue) = 229+105+64=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E56940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56940 is #1A96BF. Grayscale: #898989. Windows color (decimal): -1742528 or 4221413. OLE color: 4221413.
HSL color Cylindrical-coordinate representation of color #E56940: hue angle of 14.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E56940 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 64 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.10 |
| HSL | 14.91º | 0.76% | 0.57% | - |
| HSV(B) | 14.91º | 0.72% | 0.9% | - |
| XYZ | 38.29 | 27.13 | 8.07 | - |
| YUV | 137.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 64 | 0 | 0.54 | 0.72 | 0.10 | 14.91 | 0.76 | 0.57 |
| Hex | E5 | 69 | 40 | 0 | 36 | 48 | A | F | 4C | 39 |
| Octal | 345 | 151 | 100 | 0 | 66 | 110 | 12 | 17 | 114 | 71 |
| Binary | 11100101 | 1101001 | 1000000 | 0 | 110110 | 1001000 | 1010 | 1111 | 1001100 | 111001 |
Color Harmonies of #E56940
Complementary color
Monochromatic Colors of #E56940
Black with #E56940
Text Example
Text Example
White with #E56940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56940; }
p { color: rgb(229,105,64); }
H1.HeaderClassName
{
color: #E56940;
}
.AnyTagClassName
{
color: #E56940;
}
</style>
background-color css
<style>
a { background-color: #E56940; }
a { background-color: rgb(229,105,64); }
div.DivClassName
{
background-color: #E56940;
}
.BgClassName
{
background-color: #E56940;
}
</style>
border-color css
<style>
span { border-color: #E56940; }
span { border-color: rgb(229,105,64); }
td.TdClassName
{
border-color: #E56940;
}
.TagClassName
{
border-color: #E56940;
}
</style>