Color Hex Logo

#ecb06a Color Hex

#ECB06A
(236,176,106)
0 Favorites   0 Comments

Color spaces of #ecb06a

RGB 236176106
HSL0.090.770.67
HSV32°55°93°
CMYK 0.000.250.55   0.07
XYZ52.718949.924120.4934
Yxy49.92410.42810.4054
Hunter Lab70.65709.533532.2634
CIE-Lab76.022714.165344.0430

#ecb06a color RGB value is (236,176,106).

#ecb06a hex color red value is 236, green value is 176 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ecb06a hue: 0.09 , saturation: 0.77 and the lightness value of ecb06a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 01101010
Octal 354 260 152
Decimal 236 176 106
Hex EC B0 6A

RGB Percentages of Color #ecb06a

%45.56
%33.98
%20.46

CMYK Percentages of Color #ecb06a

%0
%25
%55
%7

Triadic Colors of #ecb06a

#ecb06a #6aecb0 #b06aec

Analogous Colors of #ecb06a

#ecb06a #e7ec6a #ec6f6a

Monochromatic Colors of #ecb06a

#ecb06a

Complementary Color

#ecb06a #6aa6ec

#ecb06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb06a Color CSS Codes

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

#ecb06a Text Font Color

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

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


#ecb06a Background Color

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

This div background color is #ecb06a


#ecb06a Border Color

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

This div border color is #ecb06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb06a


Comments

No comments written yet.

Please login to write comment.