#E86734

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

Shades of Sorbus #E86734

Tints of Sorbus #E86734

Color information

#E86734 (or 0xE86734) is unknown color: approx Sorbus. HEX triplet: E8, 67 and 34. RGB value is (232,103,52). Sum of RGB (Red+Green+Blue) = 232+103+52=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E86734 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86734 is #1798CB. Grayscale: #888888. Windows color (decimal): -1546444 or 3434472. OLE color: 3434472.

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

Color convert

RGB23210352-
CMYK00.560.780.09
HSL17º79.65%55.69%-
HSV(B)17º77.59%90.98%-
XYZ38.7527.16.44-
YUV135.7680.74196.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.95%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=59.95%
G=26.61%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321035200.560.780.091779.6555.69
HexE867340384E9115038
Octal35014764070116112112070
Binary111010001100111110100011100010011101001100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86734; }

 p { color: rgb(232,103,52); }

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

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

 a { background-color: rgb(232,103,52); }

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

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

 span { border-color: rgb(232,103,52); }

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