Shades of Sorbus #E86C3A
Tints of Sorbus #E86C3A
RGB
CMYK
RGB Variations
Color information
#E86C3A (or 0xE86C3A) is known color: Sorbus. HEX triplet: E8, 6C and 3A. RGB value is (232,108,58). Sum of RGB (Red+Green+Blue) = 232+108+58=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C3A is #1793C5. Grayscale: #8B8B8B. Windows color (decimal): -1545158 or 3828968. OLE color: 3828968.
HSL color Cylindrical-coordinate representation of color #E86C3A: hue angle of 17.24º 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 #E86C3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 58 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.09 |
| HSL | 17.24º | 0.79% | 0.57% | - |
| HSV(B) | 17.24º | 0.75% | 0.91% | - |
| XYZ | 39.4 | 28.19 | 7.37 | - |
| YUV | 139.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 58 | 0 | 0.53 | 0.75 | 0.09 | 17.24 | 0.79 | 0.57 |
| Hex | E8 | 6C | 3A | 0 | 35 | 4B | 9 | 11 | 4F | 39 |
| Octal | 350 | 154 | 72 | 0 | 65 | 113 | 11 | 21 | 117 | 71 |
| Binary | 11101000 | 1101100 | 111010 | 0 | 110101 | 1001011 | 1001 | 10001 | 1001111 | 111001 |
Color Harmonies of #E86C3A
Complementary color
Monochromatic Colors of #E86C3A
Black with #E86C3A
Text Example
Text Example
White with #E86C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C3A; }
p { color: rgb(232,108,58); }
H1.HeaderClassName
{
color: #E86C3A;
}
.AnyTagClassName
{
color: #E86C3A;
}
</style>
background-color css
<style>
a { background-color: #E86C3A; }
a { background-color: rgb(232,108,58); }
div.DivClassName
{
background-color: #E86C3A;
}
.BgClassName
{
background-color: #E86C3A;
}
</style>
border-color css
<style>
span { border-color: #E86C3A; }
span { border-color: rgb(232,108,58); }
td.TdClassName
{
border-color: #E86C3A;
}
.TagClassName
{
border-color: #E86C3A;
}
</style>