Color Hex Logo

#eec22a Color Hex

#EEC22A
(238,194,42)
0 Favorites   0 Comments

Color spaces of #eec22a

RGB 23819442
HSL0.130.850.55
HSV47°82°93°
CMYK 0.000.180.82   0.07
XYZ54.969656.927910.2815
Yxy56.92790.44990.4659
Hunter Lab75.4506-1.992244.7361
CIE-Lab80.13902.187374.6827

#eec22a color RGB value is (238,194,42).

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

The process color (four color CMYK) of #eec22a color hex is 0.00, 0.18, 0.82, 0.07. Web safe color of #eec22a is #ffcc33. Color #eec22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00101010
Octal 356 302 52
Decimal 238 194 42
Hex EE C2 2A

RGB Percentages of Color #eec22a

%50.21
%40.93
%8.86

CMYK Percentages of Color #eec22a

%0
%18
%82
%7

Triadic Colors of #eec22a

#eec22a #2aeec2 #c22aee

Analogous Colors of #eec22a

#eec22a #b8ee2a #ee602a

Monochromatic Colors of #eec22a

#eec22a

Complementary Color

#eec22a #2a56ee

#eec22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec22a Color CSS Codes

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

#eec22a Text Font Color

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

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


#eec22a Background Color

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

This div background color is #eec22a


#eec22a Border Color

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

This div border color is #eec22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec22a


Comments

No comments written yet.

Please login to write comment.