Color Hex Logo

#eeca6a Color Hex

#EECA6A
(238,202,106)
0 Favorites   0 Comments

Color spaces of #eeca6a

RGB 238202106
HSL0.120.800.67
HSV44°55°93°
CMYK 0.000.150.55   0.07
XYZ58.981961.458822.3897
Yxy61.45880.41300.4303
Hunter Lab78.3957-2.895837.9438
CIE-Lab82.62481.371451.9945

#eeca6a color RGB value is (238,202,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 01101010
Octal 356 312 152
Decimal 238 202 106
Hex EE CA 6A

RGB Percentages of Color #eeca6a

%43.59
%37.00
%19.41

CMYK Percentages of Color #eeca6a

%0
%15
%55
%7

Triadic Colors of #eeca6a

#eeca6a #6aeeca #ca6aee

Analogous Colors of #eeca6a

#eeca6a #d0ee6a #ee886a

Monochromatic Colors of #eeca6a

#eeca6a

Complementary Color

#eeca6a #6a8eee

#eeca6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca6a Color CSS Codes

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

#eeca6a Text Font Color

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

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


#eeca6a Background Color

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

This div background color is #eeca6a


#eeca6a Border Color

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

This div border color is #eeca6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca6a


Comments

No comments written yet.

Please login to write comment.