Shades of Sorbus #E85B25
Tints of Sorbus #E85B25
RGB
CMYK
RGB Variations
Color information
#E85B25 (or 0xE85B25) is known color: Sorbus. HEX triplet: E8, 5B and 25. RGB value is (232,91,37). Sum of RGB (Red+Green+Blue) = 232+91+37=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B25 is #17A4DA. Grayscale: #7F7F7F. Windows color (decimal): -1549531 or 2448360. OLE color: 2448360.
HSL color Cylindrical-coordinate representation of color #E85B25: hue angle of 16.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E85B25 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 37 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.09 |
| HSL | 16.62º | 0.81% | 0.53% | - |
| HSV(B) | 16.62º | 0.84% | 0.91% | - |
| XYZ | 37.35 | 24.77 | 4.56 | - |
| YUV | 127 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 37 | 0 | 0.61 | 0.84 | 0.09 | 16.62 | 0.81 | 0.53 |
| Hex | E8 | 5B | 25 | 0 | 3D | 54 | 9 | 11 | 51 | 35 |
| Octal | 350 | 133 | 45 | 0 | 75 | 124 | 11 | 21 | 121 | 65 |
| Binary | 11101000 | 1011011 | 100101 | 0 | 111101 | 1010100 | 1001 | 10001 | 1010001 | 110101 |
Color Harmonies of #E85B25
Complementary color
Monochromatic Colors of #E85B25
Black with #E85B25
Text Example
Text Example
White with #E85B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B25; }
p { color: rgb(232,91,37); }
H1.HeaderClassName
{
color: #E85B25;
}
.AnyTagClassName
{
color: #E85B25;
}
</style>
background-color css
<style>
a { background-color: #E85B25; }
a { background-color: rgb(232,91,37); }
div.DivClassName
{
background-color: #E85B25;
}
.BgClassName
{
background-color: #E85B25;
}
</style>
border-color css
<style>
span { border-color: #E85B25; }
span { border-color: rgb(232,91,37); }
td.TdClassName
{
border-color: #E85B25;
}
.TagClassName
{
border-color: #E85B25;
}
</style>