Shades of Sorbus #E56D3A
Tints of Sorbus #E56D3A
RGB
CMYK
RGB Variations
Color information
#E56D3A (or 0xE56D3A) is known color: Sorbus. HEX triplet: E5, 6D and 3A. RGB value is (229,109,58). Sum of RGB (Red+Green+Blue) = 229+109+58=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56D3A is #1A92C5. Grayscale: #8B8B8B. Windows color (decimal): -1741510 or 3829221. OLE color: 3829221.
HSL color Cylindrical-coordinate representation of color #E56D3A: hue angle of 17.89º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E56D3A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 58 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.10 |
| HSL | 17.89º | 0.77% | 0.56% | - |
| HSV(B) | 17.89º | 0.75% | 0.9% | - |
| XYZ | 38.55 | 27.9 | 7.36 | - |
| YUV | 139.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 58 | 0 | 0.52 | 0.75 | 0.10 | 17.89 | 0.77 | 0.56 |
| Hex | E5 | 6D | 3A | 0 | 34 | 4B | A | 12 | 4D | 38 |
| Octal | 345 | 155 | 72 | 0 | 64 | 113 | 12 | 22 | 115 | 70 |
| Binary | 11100101 | 1101101 | 111010 | 0 | 110100 | 1001011 | 1010 | 10010 | 1001101 | 111000 |
Color Harmonies of #E56D3A
Complementary color
Monochromatic Colors of #E56D3A
Black with #E56D3A
Text Example
Text Example
White with #E56D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D3A; }
p { color: rgb(229,109,58); }
H1.HeaderClassName
{
color: #E56D3A;
}
.AnyTagClassName
{
color: #E56D3A;
}
</style>
background-color css
<style>
a { background-color: #E56D3A; }
a { background-color: rgb(229,109,58); }
div.DivClassName
{
background-color: #E56D3A;
}
.BgClassName
{
background-color: #E56D3A;
}
</style>
border-color css
<style>
span { border-color: #E56D3A; }
span { border-color: rgb(229,109,58); }
td.TdClassName
{
border-color: #E56D3A;
}
.TagClassName
{
border-color: #E56D3A;
}
</style>