Shades of Sorbus #E26F32
Tints of Sorbus #E26F32
RGB
CMYK
RGB Variations
Color information
#E26F32 (or 0xE26F32) is known color: Sorbus. HEX triplet: E2, 6F and 32. RGB value is (226,111,50). Sum of RGB (Red+Green+Blue) = 226+111+50=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F32 is #1D90CD. Grayscale: #8A8A8A. Windows color (decimal): -1937614 or 3305442. OLE color: 3305442.
HSL color Cylindrical-coordinate representation of color #E26F32: hue angle of 20.8º 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 #E26F32 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 50 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.11 |
| HSL | 20.8º | 0.75% | 0.54% | - |
| HSV(B) | 20.8º | 0.78% | 0.89% | - |
| XYZ | 37.62 | 27.77 | 6.39 | - |
| YUV | 138.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 50 | 0 | 0.51 | 0.78 | 0.11 | 20.8 | 0.75 | 0.54 |
| Hex | E2 | 6F | 32 | 0 | 33 | 4E | B | 15 | 4B | 36 |
| Octal | 342 | 157 | 62 | 0 | 63 | 116 | 13 | 25 | 113 | 66 |
| Binary | 11100010 | 1101111 | 110010 | 0 | 110011 | 1001110 | 1011 | 10101 | 1001011 | 110110 |
Color Harmonies of #E26F32
Complementary color
Monochromatic Colors of #E26F32
Black with #E26F32
Text Example
Text Example
White with #E26F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F32; }
p { color: rgb(226,111,50); }
H1.HeaderClassName
{
color: #E26F32;
}
.AnyTagClassName
{
color: #E26F32;
}
</style>
background-color css
<style>
a { background-color: #E26F32; }
a { background-color: rgb(226,111,50); }
div.DivClassName
{
background-color: #E26F32;
}
.BgClassName
{
background-color: #E26F32;
}
</style>
border-color css
<style>
span { border-color: #E26F32; }
span { border-color: rgb(226,111,50); }
td.TdClassName
{
border-color: #E26F32;
}
.TagClassName
{
border-color: #E26F32;
}
</style>