Shades of Sorbus #E26036
Tints of Sorbus #E26036
RGB
CMYK
RGB Variations
Color information
#E26036 (or 0xE26036) is known color: Sorbus. HEX triplet: E2, 60 and 36. RGB value is (226,96,54). Sum of RGB (Red+Green+Blue) = 226+96+54=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E26036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26036 is #1D9FC9. Grayscale: #828282. Windows color (decimal): -1941450 or 3563746. OLE color: 3563746.
HSL color Cylindrical-coordinate representation of color #E26036: hue angle of 14.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E26036 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 54 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.11 |
| HSL | 14.65º | 0.75% | 0.55% | - |
| HSV(B) | 14.65º | 0.76% | 0.89% | - |
| XYZ | 36.21 | 24.8 | 6.37 | - |
| YUV | 130.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 54 | 0 | 0.58 | 0.76 | 0.11 | 14.65 | 0.75 | 0.55 |
| Hex | E2 | 60 | 36 | 0 | 3A | 4C | B | F | 4B | 37 |
| Octal | 342 | 140 | 66 | 0 | 72 | 114 | 13 | 17 | 113 | 67 |
| Binary | 11100010 | 1100000 | 110110 | 0 | 111010 | 1001100 | 1011 | 1111 | 1001011 | 110111 |
Color Harmonies of #E26036
Complementary color
Monochromatic Colors of #E26036
Black with #E26036
Text Example
Text Example
White with #E26036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26036; }
p { color: rgb(226,96,54); }
H1.HeaderClassName
{
color: #E26036;
}
.AnyTagClassName
{
color: #E26036;
}
</style>
background-color css
<style>
a { background-color: #E26036; }
a { background-color: rgb(226,96,54); }
div.DivClassName
{
background-color: #E26036;
}
.BgClassName
{
background-color: #E26036;
}
</style>
border-color css
<style>
span { border-color: #E26036; }
span { border-color: rgb(226,96,54); }
td.TdClassName
{
border-color: #E26036;
}
.TagClassName
{
border-color: #E26036;
}
</style>