Color Hex Logo

#ecb291 Color Hex

#ECB291
(236,178,145)
0 Favorites   0 Comments

Color spaces of #ecb291

RGB 236178145
HSL0.060.710.75
HSV22°39°93°
CMYK 0.000.250.39   0.07
XYZ55.623351.718033.8390
Yxy51.71800.39400.3663
Hunter Lab71.915212.210322.4423
CIE-Lab77.111916.880025.0659

#ecb291 color RGB value is (236,178,145).

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

The process color (four color CMYK) of #ecb291 color hex is 0.00, 0.25, 0.39, 0.07. Web safe color of #ecb291 is #ff9999. Color #ecb291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 10010001
Octal 354 262 221
Decimal 236 178 145
Hex EC B2 91

RGB Percentages of Color #ecb291

%42.22
%31.84
%25.94

CMYK Percentages of Color #ecb291

%0
%25
%39
%7

Triadic Colors of #ecb291

#ecb291 #91ecb2 #b291ec

Analogous Colors of #ecb291

#ecb291 #ece091 #ec919e

Monochromatic Colors of #ecb291

#ecb291

Complementary Color

#ecb291 #91cbec

#ecb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb291 Color CSS Codes

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

#ecb291 Text Font Color

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

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


#ecb291 Background Color

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

This div background color is #ecb291


#ecb291 Border Color

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

This div border color is #ecb291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb291


Comments

No comments written yet.

Please login to write comment.