Shades of Sorbus #E26C34
Tints of Sorbus #E26C34
RGB
CMYK
RGB Variations
Color information
#E26C34 (or 0xE26C34) is known color: Sorbus. HEX triplet: E2, 6C and 34. RGB value is (226,108,52). Sum of RGB (Red+Green+Blue) = 226+108+52=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26C34 is #1D93CB. Grayscale: #898989. Windows color (decimal): -1938380 or 3435746. OLE color: 3435746.
HSL color Cylindrical-coordinate representation of color #E26C34: hue angle of 19.31º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E26C34 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 52 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.11 |
| HSL | 19.31º | 0.75% | 0.55% | - |
| HSV(B) | 19.31º | 0.77% | 0.89% | - |
| XYZ | 37.35 | 27.14 | 6.52 | - |
| YUV | 136.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 52 | 0 | 0.52 | 0.77 | 0.11 | 19.31 | 0.75 | 0.55 |
| Hex | E2 | 6C | 34 | 0 | 34 | 4D | B | 13 | 4B | 37 |
| Octal | 342 | 154 | 64 | 0 | 64 | 115 | 13 | 23 | 113 | 67 |
| Binary | 11100010 | 1101100 | 110100 | 0 | 110100 | 1001101 | 1011 | 10011 | 1001011 | 110111 |
Color Harmonies of #E26C34
Complementary color
Monochromatic Colors of #E26C34
Black with #E26C34
Text Example
Text Example
White with #E26C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C34; }
p { color: rgb(226,108,52); }
H1.HeaderClassName
{
color: #E26C34;
}
.AnyTagClassName
{
color: #E26C34;
}
</style>
background-color css
<style>
a { background-color: #E26C34; }
a { background-color: rgb(226,108,52); }
div.DivClassName
{
background-color: #E26C34;
}
.BgClassName
{
background-color: #E26C34;
}
</style>
border-color css
<style>
span { border-color: #E26C34; }
span { border-color: rgb(226,108,52); }
td.TdClassName
{
border-color: #E26C34;
}
.TagClassName
{
border-color: #E26C34;
}
</style>