Shades of Sorbus #E56C31
Tints of Sorbus #E56C31
RGB
CMYK
RGB Variations
Color information
#E56C31 (or 0xE56C31) is known color: Sorbus. HEX triplet: E5, 6C and 31. RGB value is (229,108,49). Sum of RGB (Red+Green+Blue) = 229+108+49=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56C31 is #1A93CE. Grayscale: #898989. Windows color (decimal): -1741775 or 3239141. OLE color: 3239141.
HSL color Cylindrical-coordinate representation of color #E56C31: hue angle of 19.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E56C31 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 49 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.10 |
| HSL | 19.67º | 0.78% | 0.55% | - |
| HSV(B) | 19.67º | 0.79% | 0.9% | - |
| XYZ | 38.23 | 27.6 | 6.22 | - |
| YUV | 137.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 49 | 0 | 0.53 | 0.79 | 0.10 | 19.67 | 0.78 | 0.55 |
| Hex | E5 | 6C | 31 | 0 | 35 | 4F | A | 14 | 4E | 37 |
| Octal | 345 | 154 | 61 | 0 | 65 | 117 | 12 | 24 | 116 | 67 |
| Binary | 11100101 | 1101100 | 110001 | 0 | 110101 | 1001111 | 1010 | 10100 | 1001110 | 110111 |
Color Harmonies of #E56C31
Complementary color
Monochromatic Colors of #E56C31
Black with #E56C31
Text Example
Text Example
White with #E56C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C31; }
p { color: rgb(229,108,49); }
H1.HeaderClassName
{
color: #E56C31;
}
.AnyTagClassName
{
color: #E56C31;
}
</style>
background-color css
<style>
a { background-color: #E56C31; }
a { background-color: rgb(229,108,49); }
div.DivClassName
{
background-color: #E56C31;
}
.BgClassName
{
background-color: #E56C31;
}
</style>
border-color css
<style>
span { border-color: #E56C31; }
span { border-color: rgb(229,108,49); }
td.TdClassName
{
border-color: #E56C31;
}
.TagClassName
{
border-color: #E56C31;
}
</style>