Shades of Sorbus #E86D3B
Tints of Sorbus #E86D3B
RGB
CMYK
RGB Variations
Color information
#E86D3B (or 0xE86D3B) is known color: Sorbus. HEX triplet: E8, 6D and 3B. RGB value is (232,109,59). Sum of RGB (Red+Green+Blue) = 232+109+59=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86D3B is #1792C4. Grayscale: #8C8C8C. Windows color (decimal): -1544901 or 3894760. OLE color: 3894760.
HSL color Cylindrical-coordinate representation of color #E86D3B: hue angle of 17.34º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E86D3B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 59 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.09 |
| HSL | 17.34º | 0.79% | 0.57% | - |
| HSV(B) | 17.34º | 0.75% | 0.91% | - |
| XYZ | 39.54 | 28.41 | 7.54 | - |
| YUV | 140.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 59 | 0 | 0.53 | 0.75 | 0.09 | 17.34 | 0.79 | 0.57 |
| Hex | E8 | 6D | 3B | 0 | 35 | 4B | 9 | 11 | 4F | 39 |
| Octal | 350 | 155 | 73 | 0 | 65 | 113 | 11 | 21 | 117 | 71 |
| Binary | 11101000 | 1101101 | 111011 | 0 | 110101 | 1001011 | 1001 | 10001 | 1001111 | 111001 |
Color Harmonies of #E86D3B
Complementary color
Monochromatic Colors of #E86D3B
Black with #E86D3B
Text Example
Text Example
White with #E86D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D3B; }
p { color: rgb(232,109,59); }
H1.HeaderClassName
{
color: #E86D3B;
}
.AnyTagClassName
{
color: #E86D3B;
}
</style>
background-color css
<style>
a { background-color: #E86D3B; }
a { background-color: rgb(232,109,59); }
div.DivClassName
{
background-color: #E86D3B;
}
.BgClassName
{
background-color: #E86D3B;
}
</style>
border-color css
<style>
span { border-color: #E86D3B; }
span { border-color: rgb(232,109,59); }
td.TdClassName
{
border-color: #E86D3B;
}
.TagClassName
{
border-color: #E86D3B;
}
</style>