Shades of Sorbus #E56540
Tints of Sorbus #E56540
RGB
CMYK
RGB Variations
Color information
#E56540 (or 0xE56540) is known color: Sorbus. HEX triplet: E5, 65 and 40. RGB value is (229,101,64). Sum of RGB (Red+Green+Blue) = 229+101+64=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E56540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56540 is #1A9ABF. Grayscale: #878787. Windows color (decimal): -1743552 or 4220389. OLE color: 4220389.
HSL color Cylindrical-coordinate representation of color #E56540: hue angle of 13.45º 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 #E56540 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 64 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.10 |
| HSL | 13.45º | 0.76% | 0.57% | - |
| HSV(B) | 13.45º | 0.72% | 0.9% | - |
| XYZ | 37.89 | 26.34 | 7.94 | - |
| YUV | 135.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 64 | 0 | 0.56 | 0.72 | 0.10 | 13.45 | 0.76 | 0.57 |
| Hex | E5 | 65 | 40 | 0 | 38 | 48 | A | D | 4C | 39 |
| Octal | 345 | 145 | 100 | 0 | 70 | 110 | 12 | 15 | 114 | 71 |
| Binary | 11100101 | 1100101 | 1000000 | 0 | 111000 | 1001000 | 1010 | 1101 | 1001100 | 111001 |
Color Harmonies of #E56540
Complementary color
Monochromatic Colors of #E56540
Black with #E56540
Text Example
Text Example
White with #E56540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56540; }
p { color: rgb(229,101,64); }
H1.HeaderClassName
{
color: #E56540;
}
.AnyTagClassName
{
color: #E56540;
}
</style>
background-color css
<style>
a { background-color: #E56540; }
a { background-color: rgb(229,101,64); }
div.DivClassName
{
background-color: #E56540;
}
.BgClassName
{
background-color: #E56540;
}
</style>
border-color css
<style>
span { border-color: #E56540; }
span { border-color: rgb(229,101,64); }
td.TdClassName
{
border-color: #E56540;
}
.TagClassName
{
border-color: #E56540;
}
</style>