Shades of Sorbus #E26F36
Tints of Sorbus #E26F36
RGB
CMYK
RGB Variations
Color information
#E26F36 (or 0xE26F36) is known color: Sorbus. HEX triplet: E2, 6F and 36. RGB value is (226,111,54). Sum of RGB (Red+Green+Blue) = 226+111+54=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F36 is #1D90C9. Grayscale: #8B8B8B. Windows color (decimal): -1937610 or 3567586. OLE color: 3567586.
HSL color Cylindrical-coordinate representation of color #E26F36: hue angle of 19.88º 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 #E26F36 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 54 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.11 |
| HSL | 19.88º | 0.75% | 0.55% | - |
| HSV(B) | 19.88º | 0.76% | 0.89% | - |
| XYZ | 37.71 | 27.8 | 6.87 | - |
| YUV | 138.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 54 | 0 | 0.51 | 0.76 | 0.11 | 19.88 | 0.75 | 0.55 |
| Hex | E2 | 6F | 36 | 0 | 33 | 4C | B | 14 | 4B | 37 |
| Octal | 342 | 157 | 66 | 0 | 63 | 114 | 13 | 24 | 113 | 67 |
| Binary | 11100010 | 1101111 | 110110 | 0 | 110011 | 1001100 | 1011 | 10100 | 1001011 | 110111 |
Color Harmonies of #E26F36
Complementary color
Monochromatic Colors of #E26F36
Black with #E26F36
Text Example
Text Example
White with #E26F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F36; }
p { color: rgb(226,111,54); }
H1.HeaderClassName
{
color: #E26F36;
}
.AnyTagClassName
{
color: #E26F36;
}
</style>
background-color css
<style>
a { background-color: #E26F36; }
a { background-color: rgb(226,111,54); }
div.DivClassName
{
background-color: #E26F36;
}
.BgClassName
{
background-color: #E26F36;
}
</style>
border-color css
<style>
span { border-color: #E26F36; }
span { border-color: rgb(226,111,54); }
td.TdClassName
{
border-color: #E26F36;
}
.TagClassName
{
border-color: #E26F36;
}
</style>