Shades of Sorbus #E56440
Tints of Sorbus #E56440
RGB
CMYK
RGB Variations
Color information
#E56440 (or 0xE56440) is known color: Sorbus. HEX triplet: E5, 64 and 40. RGB value is (229,100,64). Sum of RGB (Red+Green+Blue) = 229+100+64=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E56440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56440 is #1A9BBF. Grayscale: #868686. Windows color (decimal): -1743808 or 4220133. OLE color: 4220133.
HSL color Cylindrical-coordinate representation of color #E56440: hue angle of 13.09º 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 #E56440 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 64 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.10 |
| HSL | 13.09º | 0.76% | 0.57% | - |
| HSV(B) | 13.09º | 0.72% | 0.9% | - |
| XYZ | 37.8 | 26.14 | 7.9 | - |
| YUV | 134.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 64 | 0 | 0.56 | 0.72 | 0.10 | 13.09 | 0.76 | 0.57 |
| Hex | E5 | 64 | 40 | 0 | 38 | 48 | A | D | 4C | 39 |
| Octal | 345 | 144 | 100 | 0 | 70 | 110 | 12 | 15 | 114 | 71 |
| Binary | 11100101 | 1100100 | 1000000 | 0 | 111000 | 1001000 | 1010 | 1101 | 1001100 | 111001 |
Color Harmonies of #E56440
Complementary color
Monochromatic Colors of #E56440
Black with #E56440
Text Example
Text Example
White with #E56440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56440; }
p { color: rgb(229,100,64); }
H1.HeaderClassName
{
color: #E56440;
}
.AnyTagClassName
{
color: #E56440;
}
</style>
background-color css
<style>
a { background-color: #E56440; }
a { background-color: rgb(229,100,64); }
div.DivClassName
{
background-color: #E56440;
}
.BgClassName
{
background-color: #E56440;
}
</style>
border-color css
<style>
span { border-color: #E56440; }
span { border-color: rgb(229,100,64); }
td.TdClassName
{
border-color: #E56440;
}
.TagClassName
{
border-color: #E56440;
}
</style>