Shades of Sorbus #E26A32
Tints of Sorbus #E26A32
RGB
CMYK
RGB Variations
Color information
#E26A32 (or 0xE26A32) is known color: Sorbus. HEX triplet: E2, 6A and 32. RGB value is (226,106,50). Sum of RGB (Red+Green+Blue) = 226+106+50=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A32 is #1D95CD. Grayscale: #878787. Windows color (decimal): -1938894 or 3304162. OLE color: 3304162.
HSL color Cylindrical-coordinate representation of color #E26A32: hue angle of 19.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E26A32 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 50 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.11 |
| HSL | 19.09º | 0.75% | 0.54% | - |
| HSV(B) | 19.09º | 0.78% | 0.89% | - |
| XYZ | 37.09 | 26.71 | 6.22 | - |
| YUV | 135.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 50 | 0 | 0.53 | 0.78 | 0.11 | 19.09 | 0.75 | 0.54 |
| Hex | E2 | 6A | 32 | 0 | 35 | 4E | B | 13 | 4B | 36 |
| Octal | 342 | 152 | 62 | 0 | 65 | 116 | 13 | 23 | 113 | 66 |
| Binary | 11100010 | 1101010 | 110010 | 0 | 110101 | 1001110 | 1011 | 10011 | 1001011 | 110110 |
Color Harmonies of #E26A32
Complementary color
Monochromatic Colors of #E26A32
Black with #E26A32
Text Example
Text Example
White with #E26A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A32; }
p { color: rgb(226,106,50); }
H1.HeaderClassName
{
color: #E26A32;
}
.AnyTagClassName
{
color: #E26A32;
}
</style>
background-color css
<style>
a { background-color: #E26A32; }
a { background-color: rgb(226,106,50); }
div.DivClassName
{
background-color: #E26A32;
}
.BgClassName
{
background-color: #E26A32;
}
</style>
border-color css
<style>
span { border-color: #E26A32; }
span { border-color: rgb(226,106,50); }
td.TdClassName
{
border-color: #E26A32;
}
.TagClassName
{
border-color: #E26A32;
}
</style>