Shades of Sorbus #E26032
Tints of Sorbus #E26032
RGB
CMYK
RGB Variations
Color information
#E26032 (or 0xE26032) is known color: Sorbus. HEX triplet: E2, 60 and 32. RGB value is (226,96,50). Sum of RGB (Red+Green+Blue) = 226+96+50=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E26032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26032 is #1D9FCD. Grayscale: #818181. Windows color (decimal): -1941454 or 3301602. OLE color: 3301602.
HSL color Cylindrical-coordinate representation of color #E26032: hue angle of 15.68º 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 #E26032 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 50 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.11 |
| HSL | 15.68º | 0.75% | 0.54% | - |
| HSV(B) | 15.68º | 0.78% | 0.89% | - |
| XYZ | 36.12 | 24.76 | 5.89 | - |
| YUV | 129.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 50 | 0 | 0.58 | 0.78 | 0.11 | 15.68 | 0.75 | 0.54 |
| Hex | E2 | 60 | 32 | 0 | 3A | 4E | B | 10 | 4B | 36 |
| Octal | 342 | 140 | 62 | 0 | 72 | 116 | 13 | 20 | 113 | 66 |
| Binary | 11100010 | 1100000 | 110010 | 0 | 111010 | 1001110 | 1011 | 10000 | 1001011 | 110110 |
Color Harmonies of #E26032
Complementary color
Monochromatic Colors of #E26032
Black with #E26032
Text Example
Text Example
White with #E26032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26032; }
p { color: rgb(226,96,50); }
H1.HeaderClassName
{
color: #E26032;
}
.AnyTagClassName
{
color: #E26032;
}
</style>
background-color css
<style>
a { background-color: #E26032; }
a { background-color: rgb(226,96,50); }
div.DivClassName
{
background-color: #E26032;
}
.BgClassName
{
background-color: #E26032;
}
</style>
border-color css
<style>
span { border-color: #E26032; }
span { border-color: rgb(226,96,50); }
td.TdClassName
{
border-color: #E26032;
}
.TagClassName
{
border-color: #E26032;
}
</style>