#E2653C

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

Shades of Sorbus #E2653C

Tints of Sorbus #E2653C

Color information

#E2653C (or 0xE2653C) is unknown color: approx Sorbus. HEX triplet: E2, 65 and 3C. RGB value is (226,101,60). Sum of RGB (Red+Green+Blue) = 226+101+60=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2653C is #1D9AC3. Grayscale: #858585. Windows color (decimal): -1940164 or 3958242. OLE color: 3958242.

HSL color Cylindrical-coordinate representation of color #E2653C: hue angle of 14.82º 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 #E2653C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22610160-
CMYK00.550.730.11
HSL14.82º74.11%56.08%-
HSV(B)14.82º73.45%88.63%-
XYZ36.8325.87.31-
YUV133.786.41193.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.40%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=58.40%
G=26.10%
B=15.50%

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
Decimal2261016000.550.730.1114.8274.1156.08
HexE2653C03749Bf4a38
Octal34214574067111131711270
Binary11100010110010111110001101111001001101111111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2653C; }

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

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

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

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

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

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

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

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