Shades of Sorbus #E56532
Tints of Sorbus #E56532
RGB
CMYK
RGB Variations
Color information
#E56532 (or 0xE56532) is known color: Sorbus. HEX triplet: E5, 65 and 32. RGB value is (229,101,50). Sum of RGB (Red+Green+Blue) = 229+101+50=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E56532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56532 is #1A9ACD. Grayscale: #858585. Windows color (decimal): -1743566 or 3302885. OLE color: 3302885.
HSL color Cylindrical-coordinate representation of color #E56532: hue angle of 17.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E56532 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 50 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.10 |
| HSL | 17.09º | 0.77% | 0.55% | - |
| HSV(B) | 17.09º | 0.78% | 0.9% | - |
| XYZ | 37.54 | 26.2 | 6.1 | - |
| YUV | 133.46 | 80.91 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 50 | 0 | 0.56 | 0.78 | 0.10 | 17.09 | 0.77 | 0.55 |
| Hex | E5 | 65 | 32 | 0 | 38 | 4E | A | 11 | 4D | 37 |
| Octal | 345 | 145 | 62 | 0 | 70 | 116 | 12 | 21 | 115 | 67 |
| Binary | 11100101 | 1100101 | 110010 | 0 | 111000 | 1001110 | 1010 | 10001 | 1001101 | 110111 |
Color Harmonies of #E56532
Complementary color
Monochromatic Colors of #E56532
Black with #E56532
Text Example
Text Example
White with #E56532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56532; }
p { color: rgb(229,101,50); }
H1.HeaderClassName
{
color: #E56532;
}
.AnyTagClassName
{
color: #E56532;
}
</style>
background-color css
<style>
a { background-color: #E56532; }
a { background-color: rgb(229,101,50); }
div.DivClassName
{
background-color: #E56532;
}
.BgClassName
{
background-color: #E56532;
}
</style>
border-color css
<style>
span { border-color: #E56532; }
span { border-color: rgb(229,101,50); }
td.TdClassName
{
border-color: #E56532;
}
.TagClassName
{
border-color: #E56532;
}
</style>