Shades of Sorbus #E26A44
Tints of Sorbus #E26A44
RGB
CMYK
RGB Variations
Color information
#E26A44 (or 0xE26A44) is known color: Sorbus. HEX triplet: E2, 6A and 44. RGB value is (226,106,68). Sum of RGB (Red+Green+Blue) = 226+106+68=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A44 is #1D95BB. Grayscale: #898989. Windows color (decimal): -1938876 or 4483810. OLE color: 4483810.
HSL color Cylindrical-coordinate representation of color #E26A44: hue angle of 14.43º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E26A44 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 68 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.11 |
| HSL | 14.43º | 0.73% | 0.58% | - |
| HSV(B) | 14.43º | 0.7% | 0.89% | - |
| XYZ | 37.56 | 26.89 | 8.68 | - |
| YUV | 137.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 68 | 0 | 0.53 | 0.70 | 0.11 | 14.43 | 0.73 | 0.58 |
| Hex | E2 | 6A | 44 | 0 | 35 | 46 | B | E | 49 | 3A |
| Octal | 342 | 152 | 104 | 0 | 65 | 106 | 13 | 16 | 111 | 72 |
| Binary | 11100010 | 1101010 | 1000100 | 0 | 110101 | 1000110 | 1011 | 1110 | 1001001 | 111010 |
Color Harmonies of #E26A44
Complementary color
Monochromatic Colors of #E26A44
Black with #E26A44
Text Example
Text Example
White with #E26A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A44; }
p { color: rgb(226,106,68); }
H1.HeaderClassName
{
color: #E26A44;
}
.AnyTagClassName
{
color: #E26A44;
}
</style>
background-color css
<style>
a { background-color: #E26A44; }
a { background-color: rgb(226,106,68); }
div.DivClassName
{
background-color: #E26A44;
}
.BgClassName
{
background-color: #E26A44;
}
</style>
border-color css
<style>
span { border-color: #E26A44; }
span { border-color: rgb(226,106,68); }
td.TdClassName
{
border-color: #E26A44;
}
.TagClassName
{
border-color: #E26A44;
}
</style>