Shades of Sorbus #E25E29
Tints of Sorbus #E25E29
RGB
CMYK
RGB Variations
Color information
#E25E29 (or 0xE25E29) is known color: Sorbus. HEX triplet: E2, 5E and 29. RGB value is (226,94,41). Sum of RGB (Red+Green+Blue) = 226+94+41=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E29 is #1DA1D6. Grayscale: #7F7F7F. Windows color (decimal): -1941975 or 2711266. OLE color: 2711266.
HSL color Cylindrical-coordinate representation of color #E25E29: hue angle of 17.19º 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 #E25E29 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.11 |
| HSL | 17.19º | 0.76% | 0.52% | - |
| HSV(B) | 17.19º | 0.82% | 0.89% | - |
| XYZ | 35.77 | 24.33 | 4.91 | - |
| YUV | 127.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 41 | 0 | 0.58 | 0.82 | 0.11 | 17.19 | 0.76 | 0.52 |
| Hex | E2 | 5E | 29 | 0 | 3A | 52 | B | 11 | 4C | 34 |
| Octal | 342 | 136 | 51 | 0 | 72 | 122 | 13 | 21 | 114 | 64 |
| Binary | 11100010 | 1011110 | 101001 | 0 | 111010 | 1010010 | 1011 | 10001 | 1001100 | 110100 |
Color Harmonies of #E25E29
Complementary color
Monochromatic Colors of #E25E29
Black with #E25E29
Text Example
Text Example
White with #E25E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E29; }
p { color: rgb(226,94,41); }
H1.HeaderClassName
{
color: #E25E29;
}
.AnyTagClassName
{
color: #E25E29;
}
</style>
background-color css
<style>
a { background-color: #E25E29; }
a { background-color: rgb(226,94,41); }
div.DivClassName
{
background-color: #E25E29;
}
.BgClassName
{
background-color: #E25E29;
}
</style>
border-color css
<style>
span { border-color: #E25E29; }
span { border-color: rgb(226,94,41); }
td.TdClassName
{
border-color: #E25E29;
}
.TagClassName
{
border-color: #E25E29;
}
</style>