Shades of Sorbus #E56C3A
Tints of Sorbus #E56C3A
RGB
CMYK
RGB Variations
Color information
#E56C3A (or 0xE56C3A) is known color: Sorbus. HEX triplet: E5, 6C and 3A. RGB value is (229,108,58). Sum of RGB (Red+Green+Blue) = 229+108+58=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C3A is #1A93C5. Grayscale: #8A8A8A. Windows color (decimal): -1741766 or 3828965. OLE color: 3828965.
HSL color Cylindrical-coordinate representation of color #E56C3A: hue angle of 17.54º 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 #E56C3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 58 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.10 |
| HSL | 17.54º | 0.77% | 0.56% | - |
| HSV(B) | 17.54º | 0.75% | 0.9% | - |
| XYZ | 38.44 | 27.69 | 7.32 | - |
| YUV | 138.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 58 | 0 | 0.53 | 0.75 | 0.10 | 17.54 | 0.77 | 0.56 |
| Hex | E5 | 6C | 3A | 0 | 35 | 4B | A | 12 | 4D | 38 |
| Octal | 345 | 154 | 72 | 0 | 65 | 113 | 12 | 22 | 115 | 70 |
| Binary | 11100101 | 1101100 | 111010 | 0 | 110101 | 1001011 | 1010 | 10010 | 1001101 | 111000 |
Color Harmonies of #E56C3A
Complementary color
Monochromatic Colors of #E56C3A
Black with #E56C3A
Text Example
Text Example
White with #E56C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C3A; }
p { color: rgb(229,108,58); }
H1.HeaderClassName
{
color: #E56C3A;
}
.AnyTagClassName
{
color: #E56C3A;
}
</style>
background-color css
<style>
a { background-color: #E56C3A; }
a { background-color: rgb(229,108,58); }
div.DivClassName
{
background-color: #E56C3A;
}
.BgClassName
{
background-color: #E56C3A;
}
</style>
border-color css
<style>
span { border-color: #E56C3A; }
span { border-color: rgb(229,108,58); }
td.TdClassName
{
border-color: #E56C3A;
}
.TagClassName
{
border-color: #E56C3A;
}
</style>