Color Hex Logo

#ecb164 Color Hex

#ECB164
(236,177,100)
0 Favorites   0 Comments

Color spaces of #ecb164

RGB 236177100
HSL0.090.780.66
HSV34°58°93°
CMYK 0.000.250.58   0.07
XYZ52.614550.197218.9725
Yxy50.19720.43200.4122
Hunter Lab70.85008.569933.7181
CIE-Lab76.190113.172047.2404

#ecb164 color RGB value is (236,177,100).

#ecb164 hex color red value is 236, green value is 177 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ecb164 hue: 0.09 , saturation: 0.78 and the lightness value of ecb164 is 0.66.

The process color (four color CMYK) of #ecb164 color hex is 0.00, 0.25, 0.58, 0.07. Web safe color of #ecb164 is #ff9966. Color #ecb164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 01100100
Octal 354 261 144
Decimal 236 177 100
Hex EC B1 64

RGB Percentages of Color #ecb164

%46.00
%34.50
%19.49

CMYK Percentages of Color #ecb164

%0
%25
%58
%7

Triadic Colors of #ecb164

#ecb164 #64ecb1 #b164ec

Analogous Colors of #ecb164

#ecb164 #e3ec64 #ec6d64

Monochromatic Colors of #ecb164

#ecb164

Complementary Color

#ecb164 #649fec

#ecb164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb164 Color CSS Codes

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

#ecb164 Text Font Color

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

This sample text font color is #ecb164
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.


#ecb164 Background Color

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

This div background color is #ecb164


#ecb164 Border Color

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

This div border color is #ecb164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb164

#ecb164 Color Palettes


Comments

No comments written yet.

Please login to write comment.