#E16E3C

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

Shades of Sorbus #E16E3C

Tints of Sorbus #E16E3C

Color information

#E16E3C (or 0xE16E3C) is unknown color: approx Sorbus. HEX triplet: E1, 6E and 3C. RGB value is (225,110,60). Sum of RGB (Red+Green+Blue) = 225+110+60=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16E3C is #1E91C3. Grayscale: #8A8A8A. Windows color (decimal): -2003396 or 3960545. OLE color: 3960545.

HSL color Cylindrical-coordinate representation of color #E16E3C: hue angle of 18.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E16E3C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22511060-
CMYK00.510.730.12
HSL18.18º73.33%55.88%-
HSV(B)18.18º73.33%88.24%-
XYZ37.4427.497.61-
YUV138.6883.6189.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=56.96%
G=27.85%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251106000.510.730.1218.1873.3355.88
HexE16E3C03349C124938
Octal34115674063111142211170
Binary111000011101110111100011001110010011100100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E3C; }

 p { color: rgb(225,110,60); }

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

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

 a { background-color: rgb(225,110,60); }

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

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

 span { border-color: rgb(225,110,60); }

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