Color Hex Logo

#eec95a Color Hex

#EEC95A
(238,201,90)
0 Favorites   0 Comments

Color spaces of #eec95a

RGB 23820190
HSL0.130.810.64
HSV45°62°93°
CMYK 0.000.160.62   0.07
XYZ57.992060.688618.3304
Yxy60.68860.42330.4429
Hunter Lab77.9029-3.452240.5812
CIE-Lab82.21110.755358.8960

#eec95a color RGB value is (238,201,90).

#eec95a hex color red value is 238, green value is 201 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eec95a hue: 0.13 , saturation: 0.81 and the lightness value of eec95a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01011010
Octal 356 311 132
Decimal 238 201 90
Hex EE C9 5A

RGB Percentages of Color #eec95a

%44.99
%38.00
%17.01

CMYK Percentages of Color #eec95a

%0
%16
%62
%7

Triadic Colors of #eec95a

#eec95a #5aeec9 #c95aee

Analogous Colors of #eec95a

#eec95a #c9ee5a #ee7f5a

Monochromatic Colors of #eec95a

#eec95a

Complementary Color

#eec95a #5a7fee

#eec95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec95a Color CSS Codes

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

#eec95a Text Font Color

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

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


#eec95a Background Color

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

This div background color is #eec95a


#eec95a Border Color

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

This div border color is #eec95a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,201,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec95a


Comments

No comments written yet.

Please login to write comment.