Shades of Sorbus #E86C3F
Tints of Sorbus #E86C3F
RGB
CMYK
RGB Variations
Color information
#E86C3F (or 0xE86C3F) is known color: Sorbus. HEX triplet: E8, 6C and 3F. RGB value is (232,108,63). Sum of RGB (Red+Green+Blue) = 232+108+63=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C3F is #1793C0. Grayscale: #8C8C8C. Windows color (decimal): -1545153 or 4156648. OLE color: 4156648.
HSL color Cylindrical-coordinate representation of color #E86C3F: hue angle of 15.98º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E86C3F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 63 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.09 |
| HSL | 15.98º | 0.79% | 0.58% | - |
| HSV(B) | 15.98º | 0.73% | 0.91% | - |
| XYZ | 39.54 | 28.24 | 8.07 | - |
| YUV | 139.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 63 | 0 | 0.53 | 0.73 | 0.09 | 15.98 | 0.79 | 0.58 |
| Hex | E8 | 6C | 3F | 0 | 35 | 49 | 9 | 10 | 4F | 3A |
| Octal | 350 | 154 | 77 | 0 | 65 | 111 | 11 | 20 | 117 | 72 |
| Binary | 11101000 | 1101100 | 111111 | 0 | 110101 | 1001001 | 1001 | 10000 | 1001111 | 111010 |
Color Harmonies of #E86C3F
Complementary color
Monochromatic Colors of #E86C3F
Black with #E86C3F
Text Example
Text Example
White with #E86C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C3F; }
p { color: rgb(232,108,63); }
H1.HeaderClassName
{
color: #E86C3F;
}
.AnyTagClassName
{
color: #E86C3F;
}
</style>
background-color css
<style>
a { background-color: #E86C3F; }
a { background-color: rgb(232,108,63); }
div.DivClassName
{
background-color: #E86C3F;
}
.BgClassName
{
background-color: #E86C3F;
}
</style>
border-color css
<style>
span { border-color: #E86C3F; }
span { border-color: rgb(232,108,63); }
td.TdClassName
{
border-color: #E86C3F;
}
.TagClassName
{
border-color: #E86C3F;
}
</style>