Shades of Sorbus #E86841
Tints of Sorbus #E86841
RGB
CMYK
RGB Variations
Color information
#E86841 (or 0xE86841) is known color: Sorbus. HEX triplet: E8, 68 and 41. RGB value is (232,104,65). Sum of RGB (Red+Green+Blue) = 232+104+65=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E86841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86841 is #1797BE. Grayscale: #8A8A8A. Windows color (decimal): -1546175 or 4286696. OLE color: 4286696.
HSL color Cylindrical-coordinate representation of color #E86841: hue angle of 14.01º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E86841 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 65 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.09 |
| HSL | 14.01º | 0.78% | 0.58% | - |
| HSV(B) | 14.01º | 0.72% | 0.91% | - |
| XYZ | 39.18 | 27.44 | 8.23 | - |
| YUV | 137.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 65 | 0 | 0.55 | 0.72 | 0.09 | 14.01 | 0.78 | 0.58 |
| Hex | E8 | 68 | 41 | 0 | 37 | 48 | 9 | E | 4E | 3A |
| Octal | 350 | 150 | 101 | 0 | 67 | 110 | 11 | 16 | 116 | 72 |
| Binary | 11101000 | 1101000 | 1000001 | 0 | 110111 | 1001000 | 1001 | 1110 | 1001110 | 111010 |
Color Harmonies of #E86841
Complementary color
Monochromatic Colors of #E86841
Black with #E86841
Text Example
Text Example
White with #E86841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86841; }
p { color: rgb(232,104,65); }
H1.HeaderClassName
{
color: #E86841;
}
.AnyTagClassName
{
color: #E86841;
}
</style>
background-color css
<style>
a { background-color: #E86841; }
a { background-color: rgb(232,104,65); }
div.DivClassName
{
background-color: #E86841;
}
.BgClassName
{
background-color: #E86841;
}
</style>
border-color css
<style>
span { border-color: #E86841; }
span { border-color: rgb(232,104,65); }
td.TdClassName
{
border-color: #E86841;
}
.TagClassName
{
border-color: #E86841;
}
</style>