Shades of Sorbus #E26532
Tints of Sorbus #E26532
RGB
CMYK
RGB Variations
Color information
#E26532 (or 0xE26532) is known color: Sorbus. HEX triplet: E2, 65 and 32. RGB value is (226,101,50). Sum of RGB (Red+Green+Blue) = 226+101+50=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E26532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26532 is #1D9ACD. Grayscale: #848484. Windows color (decimal): -1940174 or 3302882. OLE color: 3302882.
HSL color Cylindrical-coordinate representation of color #E26532: hue angle of 17.39º 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 #E26532 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 50 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.11 |
| HSL | 17.39º | 0.75% | 0.54% | - |
| HSV(B) | 17.39º | 0.78% | 0.89% | - |
| XYZ | 36.59 | 25.71 | 6.05 | - |
| YUV | 132.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 50 | 0 | 0.55 | 0.78 | 0.11 | 17.39 | 0.75 | 0.54 |
| Hex | E2 | 65 | 32 | 0 | 37 | 4E | B | 11 | 4B | 36 |
| Octal | 342 | 145 | 62 | 0 | 67 | 116 | 13 | 21 | 113 | 66 |
| Binary | 11100010 | 1100101 | 110010 | 0 | 110111 | 1001110 | 1011 | 10001 | 1001011 | 110110 |
Color Harmonies of #E26532
Complementary color
Monochromatic Colors of #E26532
Black with #E26532
Text Example
Text Example
White with #E26532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26532; }
p { color: rgb(226,101,50); }
H1.HeaderClassName
{
color: #E26532;
}
.AnyTagClassName
{
color: #E26532;
}
</style>
background-color css
<style>
a { background-color: #E26532; }
a { background-color: rgb(226,101,50); }
div.DivClassName
{
background-color: #E26532;
}
.BgClassName
{
background-color: #E26532;
}
</style>
border-color css
<style>
span { border-color: #E26532; }
span { border-color: rgb(226,101,50); }
td.TdClassName
{
border-color: #E26532;
}
.TagClassName
{
border-color: #E26532;
}
</style>