Color Hex Logo

#ecc66a Color Hex

#ECC66A
(236,198,106)
0 Favorites   0 Comments

Color spaces of #ecc66a

RGB 236198106
HSL0.120.770.67
HSV42°55°93°
CMYK 0.000.160.55   0.07
XYZ57.387759.261622.0497
Yxy59.26160.41380.4273
Hunter Lab76.9816-1.650736.9048
CIE-Lab81.43522.621450.5441

#ecc66a color RGB value is (236,198,106).

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

The process color (four color CMYK) of #ecc66a color hex is 0.00, 0.16, 0.55, 0.07. Web safe color of #ecc66a is #ffcc66. Color #ecc66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 01101010
Octal 354 306 152
Decimal 236 198 106
Hex EC C6 6A

RGB Percentages of Color #ecc66a

%43.70
%36.67
%19.63

CMYK Percentages of Color #ecc66a

%0
%16
%55
%7

Triadic Colors of #ecc66a

#ecc66a #6aecc6 #c66aec

Analogous Colors of #ecc66a

#ecc66a #d1ec6a #ec856a

Monochromatic Colors of #ecc66a

#ecc66a

Complementary Color

#ecc66a #6a90ec

#ecc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc66a Color CSS Codes

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

#ecc66a Text Font Color

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

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


#ecc66a Background Color

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

This div background color is #ecc66a


#ecc66a Border Color

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

This div border color is #ecc66a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,198,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 #ecc66a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc66a


Comments

No comments written yet.

Please login to write comment.