#E2663C

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

Shades of Sorbus #E2663C

Tints of Sorbus #E2663C

Color information

#E2663C (or 0xE2663C) is unknown color: approx Sorbus. HEX triplet: E2, 66 and 3C. RGB value is (226,102,60). Sum of RGB (Red+Green+Blue) = 226+102+60=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2663C is #1D99C3. Grayscale: #868686. Windows color (decimal): -1939908 or 3958498. OLE color: 3958498.

HSL color Cylindrical-coordinate representation of color #E2663C: hue angle of 15.18º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2663C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22610260-
CMYK00.550.730.11
HSL15.18º74.11%56.08%-
HSV(B)15.18º73.45%88.63%-
XYZ36.93267.35-
YUV134.2986.08193.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.25%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=58.25%
G=26.29%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261026000.550.730.1115.1874.1156.08
HexE2663C03749Bf4a38
Octal34214674067111131711270
Binary11100010110011011110001101111001001101111111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2663C; }

 p { color: rgb(226,102,60); }

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

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

 a { background-color: rgb(226,102,60); }

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

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

 span { border-color: rgb(226,102,60); }

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