Shades of Sorbus #E25F29
Tints of Sorbus #E25F29
RGB
CMYK
RGB Variations
Color information
#E25F29 (or 0xE25F29) is known color: Sorbus. HEX triplet: E2, 5F and 29. RGB value is (226,95,41). Sum of RGB (Red+Green+Blue) = 226+95+41=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F29 is #1DA0D6. Grayscale: #808080. Windows color (decimal): -1941719 or 2711522. OLE color: 2711522.
HSL color Cylindrical-coordinate representation of color #E25F29: hue angle of 17.51º 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 #E25F29 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.11 |
| HSL | 17.51º | 0.76% | 0.52% | - |
| HSV(B) | 17.51º | 0.82% | 0.89% | - |
| XYZ | 35.86 | 24.51 | 4.94 | - |
| YUV | 128.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 41 | 0 | 0.58 | 0.82 | 0.11 | 17.51 | 0.76 | 0.52 |
| Hex | E2 | 5F | 29 | 0 | 3A | 52 | B | 12 | 4C | 34 |
| Octal | 342 | 137 | 51 | 0 | 72 | 122 | 13 | 22 | 114 | 64 |
| Binary | 11100010 | 1011111 | 101001 | 0 | 111010 | 1010010 | 1011 | 10010 | 1001100 | 110100 |
Color Harmonies of #E25F29
Complementary color
Monochromatic Colors of #E25F29
Black with #E25F29
Text Example
Text Example
White with #E25F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F29; }
p { color: rgb(226,95,41); }
H1.HeaderClassName
{
color: #E25F29;
}
.AnyTagClassName
{
color: #E25F29;
}
</style>
background-color css
<style>
a { background-color: #E25F29; }
a { background-color: rgb(226,95,41); }
div.DivClassName
{
background-color: #E25F29;
}
.BgClassName
{
background-color: #E25F29;
}
</style>
border-color css
<style>
span { border-color: #E25F29; }
span { border-color: rgb(226,95,41); }
td.TdClassName
{
border-color: #E25F29;
}
.TagClassName
{
border-color: #E25F29;
}
</style>