Shades of Sorbus #E26434
Tints of Sorbus #E26434
RGB
CMYK
RGB Variations
Color information
#E26434 (or 0xE26434) is known color: Sorbus. HEX triplet: E2, 64 and 34. RGB value is (226,100,52). Sum of RGB (Red+Green+Blue) = 226+100+52=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E26434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26434 is #1D9BCB. Grayscale: #848484. Windows color (decimal): -1940428 or 3433698. OLE color: 3433698.
HSL color Cylindrical-coordinate representation of color #E26434: hue angle of 16.55º 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 #E26434 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 52 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.11 |
| HSL | 16.55º | 0.75% | 0.55% | - |
| HSV(B) | 16.55º | 0.77% | 0.89% | - |
| XYZ | 36.54 | 25.53 | 6.25 | - |
| YUV | 132.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 52 | 0 | 0.56 | 0.77 | 0.11 | 16.55 | 0.75 | 0.55 |
| Hex | E2 | 64 | 34 | 0 | 38 | 4D | B | 11 | 4B | 37 |
| Octal | 342 | 144 | 64 | 0 | 70 | 115 | 13 | 21 | 113 | 67 |
| Binary | 11100010 | 1100100 | 110100 | 0 | 111000 | 1001101 | 1011 | 10001 | 1001011 | 110111 |
Color Harmonies of #E26434
Complementary color
Monochromatic Colors of #E26434
Black with #E26434
Text Example
Text Example
White with #E26434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26434; }
p { color: rgb(226,100,52); }
H1.HeaderClassName
{
color: #E26434;
}
.AnyTagClassName
{
color: #E26434;
}
</style>
background-color css
<style>
a { background-color: #E26434; }
a { background-color: rgb(226,100,52); }
div.DivClassName
{
background-color: #E26434;
}
.BgClassName
{
background-color: #E26434;
}
</style>
border-color css
<style>
span { border-color: #E26434; }
span { border-color: rgb(226,100,52); }
td.TdClassName
{
border-color: #E26434;
}
.TagClassName
{
border-color: #E26434;
}
</style>