#E5682F

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

Shades of Sorbus #E5682F

Tints of Sorbus #E5682F

Color information

#E5682F (or 0xE5682F) is unknown color: approx Sorbus. HEX triplet: E5, 68 and 2F. RGB value is (229,104,47). Sum of RGB (Red+Green+Blue) = 229+104+47=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E5682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5682F is #1A97D0. Grayscale: #878787. Windows color (decimal): -1742801 or 3107045. OLE color: 3107045.

HSL color Cylindrical-coordinate representation of color #E5682F: hue angle of 18.79º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5682F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22910447-
CMYK00.550.790.10
HSL18.79º77.78%54.12%-
HSV(B)18.79º79.48%89.8%-
XYZ37.7826.765.86-
YUV134.8878.41195.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.26%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 47 (18.75% from 255) = 12.37%
R=60.26%
G=27.37%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291044700.550.790.1018.7977.7854.12
HexE5682F0374FA134e36
Octal34515057067117122311666
Binary111001011101000101111011011110011111010100111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5682F; }

 p { color: rgb(229,104,47); }

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

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

 a { background-color: rgb(229,104,47); }

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

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

 span { border-color: rgb(229,104,47); }

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