Color Hex Logo

#ecca6a Color Hex

#ECCA6A
(236,202,106)
0 Favorites   0 Comments

Color spaces of #ecca6a

RGB 236202106
HSL0.120.770.67
HSV44°55°93°
CMYK 0.000.140.55   0.07
XYZ58.314161.114522.3585
Yxy61.11450.41130.4310
Hunter Lab78.1758-3.658037.7659
CIE-Lab82.44030.551051.7312

#ecca6a color RGB value is (236,202,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01101010
Octal 354 312 152
Decimal 236 202 106
Hex EC CA 6A

RGB Percentages of Color #ecca6a

%43.38
%37.13
%19.49

CMYK Percentages of Color #ecca6a

%0
%14
%55
%7

Triadic Colors of #ecca6a

#ecca6a #6aecca #ca6aec

Analogous Colors of #ecca6a

#ecca6a #cdec6a #ec896a

Monochromatic Colors of #ecca6a

#ecca6a

Complementary Color

#ecca6a #6a8cec

#ecca6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca6a Color CSS Codes

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

#ecca6a Text Font Color

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

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


#ecca6a Background Color

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

This div background color is #ecca6a


#ecca6a Border Color

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

This div border color is #ecca6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca6a


Comments

No comments written yet.

Please login to write comment.