#E86C32

Color #E86C32 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #E86C32

Tints of Sorbus #E86C32

Color information

#E86C32 (or 0xE86C32) is unknown color: approx Sorbus. HEX triplet: E8, 6C and 32. RGB value is (232,108,50). Sum of RGB (Red+Green+Blue) = 232+108+50=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86C32 is #1793CD. Grayscale: #8A8A8A. Windows color (decimal): -1545166 or 3304680. OLE color: 3304680.

HSL color Cylindrical-coordinate representation of color #E86C32: hue angle of 19.12º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E86C32 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23210850-
CMYK00.530.780.09
HSL19.12º79.82%55.29%-
HSV(B)19.12º78.45%90.98%-
XYZ39.2228.116.38-
YUV138.4678.08194.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 59.49%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 50 (19.92% from 255) = 12.82%
R=59.49%
G=27.69%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321085000.530.780.0919.1279.8255.29
HexE86C320354E9135037
Octal35015462065116112312067
Binary111010001101100110010011010110011101001100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C32; }

 p { color: rgb(232,108,50); }

 H1.HeaderClassName
 {
   color: #E86C32;
 }
 .AnyTagClassName
 {
   color: #E86C32;
 }
</style>
background-color css

<style>
 a { background-color: #E86C32; }

 a { background-color: rgb(232,108,50); }

 div.DivClassName
 {
   background-color: #E86C32;
 }
 .BgClassName
 {
   background-color: #E86C32;
 }
</style>
border-color css

<style>
 span { border-color: #E86C32; }

 span { border-color: rgb(232,108,50); }

 td.TdClassName
 {
   border-color: #E86C32;
 }
 .TagClassName
 {
   border-color: #E86C32;
 }
</style>