Shades of Sorbus #E56A40
Tints of Sorbus #E56A40
RGB
CMYK
RGB Variations
Color information
#E56A40 (or 0xE56A40) is known color: Sorbus. HEX triplet: E5, 6A and 40. RGB value is (229,106,64). Sum of RGB (Red+Green+Blue) = 229+106+64=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56A40 is #1A95BF. Grayscale: #8A8A8A. Windows color (decimal): -1742272 or 4221669. OLE color: 4221669.
HSL color Cylindrical-coordinate representation of color #E56A40: hue angle of 15.27º 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 #E56A40 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 64 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.10 |
| HSL | 15.27º | 0.76% | 0.57% | - |
| HSV(B) | 15.27º | 0.72% | 0.9% | - |
| XYZ | 38.39 | 27.34 | 8.1 | - |
| YUV | 137.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 64 | 0 | 0.54 | 0.72 | 0.10 | 15.27 | 0.76 | 0.57 |
| Hex | E5 | 6A | 40 | 0 | 36 | 48 | A | F | 4C | 39 |
| Octal | 345 | 152 | 100 | 0 | 66 | 110 | 12 | 17 | 114 | 71 |
| Binary | 11100101 | 1101010 | 1000000 | 0 | 110110 | 1001000 | 1010 | 1111 | 1001100 | 111001 |
Color Harmonies of #E56A40
Complementary color
Monochromatic Colors of #E56A40
Black with #E56A40
Text Example
Text Example
White with #E56A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A40; }
p { color: rgb(229,106,64); }
H1.HeaderClassName
{
color: #E56A40;
}
.AnyTagClassName
{
color: #E56A40;
}
</style>
background-color css
<style>
a { background-color: #E56A40; }
a { background-color: rgb(229,106,64); }
div.DivClassName
{
background-color: #E56A40;
}
.BgClassName
{
background-color: #E56A40;
}
</style>
border-color css
<style>
span { border-color: #E56A40; }
span { border-color: rgb(229,106,64); }
td.TdClassName
{
border-color: #E56A40;
}
.TagClassName
{
border-color: #E56A40;
}
</style>