Shades of Sorbus #E26A36
Tints of Sorbus #E26A36
RGB
CMYK
RGB Variations
Color information
#E26A36 (or 0xE26A36) is known color: Sorbus. HEX triplet: E2, 6A and 36. RGB value is (226,106,54). Sum of RGB (Red+Green+Blue) = 226+106+54=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A36 is #1D95C9. Grayscale: #888888. Windows color (decimal): -1938890 or 3566306. OLE color: 3566306.
HSL color Cylindrical-coordinate representation of color #E26A36: hue angle of 18.14º 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 #E26A36 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 54 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.11 |
| HSL | 18.14º | 0.75% | 0.55% | - |
| HSV(B) | 18.14º | 0.76% | 0.89% | - |
| XYZ | 37.18 | 26.74 | 6.69 | - |
| YUV | 135.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 54 | 0 | 0.53 | 0.76 | 0.11 | 18.14 | 0.75 | 0.55 |
| Hex | E2 | 6A | 36 | 0 | 35 | 4C | B | 12 | 4B | 37 |
| Octal | 342 | 152 | 66 | 0 | 65 | 114 | 13 | 22 | 113 | 67 |
| Binary | 11100010 | 1101010 | 110110 | 0 | 110101 | 1001100 | 1011 | 10010 | 1001011 | 110111 |
Color Harmonies of #E26A36
Complementary color
Monochromatic Colors of #E26A36
Black with #E26A36
Text Example
Text Example
White with #E26A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A36; }
p { color: rgb(226,106,54); }
H1.HeaderClassName
{
color: #E26A36;
}
.AnyTagClassName
{
color: #E26A36;
}
</style>
background-color css
<style>
a { background-color: #E26A36; }
a { background-color: rgb(226,106,54); }
div.DivClassName
{
background-color: #E26A36;
}
.BgClassName
{
background-color: #E26A36;
}
</style>
border-color css
<style>
span { border-color: #E26A36; }
span { border-color: rgb(226,106,54); }
td.TdClassName
{
border-color: #E26A36;
}
.TagClassName
{
border-color: #E26A36;
}
</style>