Shades of Sorbus #E86F3D
Tints of Sorbus #E86F3D
RGB
CMYK
RGB Variations
Color information
#E86F3D (or 0xE86F3D) is known color: Sorbus. HEX triplet: E8, 6F and 3D. RGB value is (232,111,61). Sum of RGB (Red+Green+Blue) = 232+111+61=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F3D is #1790C2. Grayscale: #8D8D8D. Windows color (decimal): -1544387 or 4026344. OLE color: 4026344.
HSL color Cylindrical-coordinate representation of color #E86F3D: hue angle of 17.54º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E86F3D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 61 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.09 |
| HSL | 17.54º | 0.79% | 0.57% | - |
| HSV(B) | 17.54º | 0.74% | 0.91% | - |
| XYZ | 39.81 | 28.86 | 7.89 | - |
| YUV | 141.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 61 | 0 | 0.52 | 0.74 | 0.09 | 17.54 | 0.79 | 0.57 |
| Hex | E8 | 6F | 3D | 0 | 34 | 4A | 9 | 12 | 4F | 39 |
| Octal | 350 | 157 | 75 | 0 | 64 | 112 | 11 | 22 | 117 | 71 |
| Binary | 11101000 | 1101111 | 111101 | 0 | 110100 | 1001010 | 1001 | 10010 | 1001111 | 111001 |
Color Harmonies of #E86F3D
Complementary color
Monochromatic Colors of #E86F3D
Black with #E86F3D
Text Example
Text Example
White with #E86F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F3D; }
p { color: rgb(232,111,61); }
H1.HeaderClassName
{
color: #E86F3D;
}
.AnyTagClassName
{
color: #E86F3D;
}
</style>
background-color css
<style>
a { background-color: #E86F3D; }
a { background-color: rgb(232,111,61); }
div.DivClassName
{
background-color: #E86F3D;
}
.BgClassName
{
background-color: #E86F3D;
}
</style>
border-color css
<style>
span { border-color: #E86F3D; }
span { border-color: rgb(232,111,61); }
td.TdClassName
{
border-color: #E86F3D;
}
.TagClassName
{
border-color: #E86F3D;
}
</style>