Shades of Sorbus #E26029
Tints of Sorbus #E26029
RGB
CMYK
RGB Variations
Color information
#E26029 (or 0xE26029) is known color: Sorbus. HEX triplet: E2, 60 and 29. RGB value is (226,96,41). Sum of RGB (Red+Green+Blue) = 226+96+41=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E26029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26029 is #1D9FD6. Grayscale: #808080. Windows color (decimal): -1941463 or 2711778. OLE color: 2711778.
HSL color Cylindrical-coordinate representation of color #E26029: hue angle of 17.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E26029 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.11 |
| HSL | 17.84º | 0.76% | 0.52% | - |
| HSV(B) | 17.84º | 0.82% | 0.89% | - |
| XYZ | 35.95 | 24.69 | 4.97 | - |
| YUV | 128.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 41 | 0 | 0.58 | 0.82 | 0.11 | 17.84 | 0.76 | 0.52 |
| Hex | E2 | 60 | 29 | 0 | 3A | 52 | B | 12 | 4C | 34 |
| Octal | 342 | 140 | 51 | 0 | 72 | 122 | 13 | 22 | 114 | 64 |
| Binary | 11100010 | 1100000 | 101001 | 0 | 111010 | 1010010 | 1011 | 10010 | 1001100 | 110100 |
Color Harmonies of #E26029
Complementary color
Monochromatic Colors of #E26029
Black with #E26029
Text Example
Text Example
White with #E26029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26029; }
p { color: rgb(226,96,41); }
H1.HeaderClassName
{
color: #E26029;
}
.AnyTagClassName
{
color: #E26029;
}
</style>
background-color css
<style>
a { background-color: #E26029; }
a { background-color: rgb(226,96,41); }
div.DivClassName
{
background-color: #E26029;
}
.BgClassName
{
background-color: #E26029;
}
</style>
border-color css
<style>
span { border-color: #E26029; }
span { border-color: rgb(226,96,41); }
td.TdClassName
{
border-color: #E26029;
}
.TagClassName
{
border-color: #E26029;
}
</style>