#E1682E

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

Shades of Sorbus #E1682E

Tints of Sorbus #E1682E

Color information

#E1682E (or 0xE1682E) is unknown color: approx Sorbus. HEX triplet: E1, 68 and 2E. RGB value is (225,104,46). Sum of RGB (Red+Green+Blue) = 225+104+46=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1682E is #1E97D1. Grayscale: #858585. Windows color (decimal): -2004946 or 3041505. OLE color: 3041505.

HSL color Cylindrical-coordinate representation of color #E1682E: hue angle of 19.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1682E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22510446-
CMYK00.540.800.12
HSL19.44º74.9%53.14%-
HSV(B)19.44º79.56%88.24%-
XYZ36.4926.115.7-
YUV133.5778.59193.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=60%
G=27.73%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251044600.540.800.1219.4474.953.14
HexE1682E03650C134b35
Octal34115056066120142311365
Binary111000011101000101110011011010100001100100111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1682E; }

 p { color: rgb(225,104,46); }

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

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

 a { background-color: rgb(225,104,46); }

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

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

 span { border-color: rgb(225,104,46); }

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