Shades of Sorbus #E26534
Tints of Sorbus #E26534
RGB
CMYK
RGB Variations
Color information
#E26534 (or 0xE26534) is known color: Sorbus. HEX triplet: E2, 65 and 34. RGB value is (226,101,52). Sum of RGB (Red+Green+Blue) = 226+101+52=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E26534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26534 is #1D9ACB. Grayscale: #858585. Windows color (decimal): -1940172 or 3433954. OLE color: 3433954.
HSL color Cylindrical-coordinate representation of color #E26534: hue angle of 16.9º 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 #E26534 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 52 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.11 |
| HSL | 16.9º | 0.75% | 0.55% | - |
| HSV(B) | 16.9º | 0.77% | 0.89% | - |
| XYZ | 36.64 | 25.72 | 6.28 | - |
| YUV | 132.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 52 | 0 | 0.55 | 0.77 | 0.11 | 16.9 | 0.75 | 0.55 |
| Hex | E2 | 65 | 34 | 0 | 37 | 4D | B | 11 | 4B | 37 |
| Octal | 342 | 145 | 64 | 0 | 67 | 115 | 13 | 21 | 113 | 67 |
| Binary | 11100010 | 1100101 | 110100 | 0 | 110111 | 1001101 | 1011 | 10001 | 1001011 | 110111 |
Color Harmonies of #E26534
Complementary color
Monochromatic Colors of #E26534
Black with #E26534
Text Example
Text Example
White with #E26534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26534; }
p { color: rgb(226,101,52); }
H1.HeaderClassName
{
color: #E26534;
}
.AnyTagClassName
{
color: #E26534;
}
</style>
background-color css
<style>
a { background-color: #E26534; }
a { background-color: rgb(226,101,52); }
div.DivClassName
{
background-color: #E26534;
}
.BgClassName
{
background-color: #E26534;
}
</style>
border-color css
<style>
span { border-color: #E26534; }
span { border-color: rgb(226,101,52); }
td.TdClassName
{
border-color: #E26534;
}
.TagClassName
{
border-color: #E26534;
}
</style>