Color Hex Logo

#ec9160 Color Hex

#EC9160
(236,145,96)
0 Favorites   0 Comments

Color spaces of #ec9160

RGB 23614596
HSL0.060.790.65
HSV21°59°93°
CMYK 0.000.390.59   0.07
XYZ46.828838.928216.1121
Yxy38.92820.45970.3821
Hunter Lab62.392524.786728.3638
CIE-Lab68.699229.824240.2473

#ec9160 color RGB value is (236,145,96).

#ec9160 hex color red value is 236, green value is 145 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ec9160 hue: 0.06 , saturation: 0.79 and the lightness value of ec9160 is 0.65.

The process color (four color CMYK) of #ec9160 color hex is 0.00, 0.39, 0.59, 0.07. Web safe color of #ec9160 is #ff9966. Color #ec9160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 01100000
Octal 354 221 140
Decimal 236 145 96
Hex EC 91 60

RGB Percentages of Color #ec9160

%49.48
%30.40
%20.13

CMYK Percentages of Color #ec9160

%0
%39
%59
%7

Triadic Colors of #ec9160

#ec9160 #60ec91 #9160ec

Analogous Colors of #ec9160

#ec9160 #ecd760 #ec6075

Monochromatic Colors of #ec9160

#ec9160

Complementary Color

#ec9160 #60bbec

#ec9160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9160 Color CSS Codes

.mybgcolor {background-color:#ec9160; } 
.myforecolor {color:#ec9160; }
.mybordercolor {border:3px solid #ec9160; }

#ec9160 Text Font Color

<p style="color:#ec9160">Text here</p>

This sample text font color is #ec9160
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec9160 Background Color

<div style="background-color:#ec9160">
Div content here</div>

This div background color is #ec9160


#ec9160 Border Color

<div style="border:3px solid #ec9160">
Div here</div>

This div border color is #ec9160


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,145,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec9160; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec9160;
  -webkit-box-shadow: 1px 1px 3px 2px #ec9160;
  box-shadow:         1px 1px 3px 2px #ec9160; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,145,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec9160">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec9160;
  -webkit-box-shadow: 1px 1px 3px 2px #ec9160;
  box-shadow:         1px 1px 3px 2px #ec9160;">
Div content here</div>

This div box has shadow with color #ec9160


Comments

No comments written yet.

Please login to write comment.