Color Hex Logo

#eeec2a Color Hex

#EEEC2A
(238,236,42)
0 Favorites   0 Comments

Color spaces of #eeec2a

RGB 23823642
HSL0.160.850.55
HSV59°82°93°
CMYK 0.000.010.82   0.07
XYZ65.673378.335213.8493
Yxy78.33520.41600.4962
Hunter Lab88.5072-22.438652.6775
CIE-Lab90.9326-18.884883.7849

#eeec2a color RGB value is (238,236,42).

#eeec2a hex color red value is 238, green value is 236 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eeec2a hue: 0.16 , saturation: 0.85 and the lightness value of eeec2a is 0.55.

The process color (four color CMYK) of #eeec2a color hex is 0.00, 0.01, 0.82, 0.07. Web safe color of #eeec2a is #ffff33. Color #eeec2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 00101010
Octal 356 354 52
Decimal 238 236 42
Hex EE EC 2A

RGB Percentages of Color #eeec2a

%46.12
%45.74
%8.14

CMYK Percentages of Color #eeec2a

%0
%1
%82
%7

Triadic Colors of #eeec2a

#eeec2a #2aeeec #ec2aee

Analogous Colors of #eeec2a

#eeec2a #8eee2a #ee8a2a

Monochromatic Colors of #eeec2a

#eeec2a

Complementary Color

#eeec2a #2a2cee

#eeec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeec2a Color CSS Codes

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

#eeec2a Text Font Color

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

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


#eeec2a Background Color

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

This div background color is #eeec2a


#eeec2a Border Color

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

This div border color is #eeec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeec2a


Comments

No comments written yet.

Please login to write comment.