Color Hex Logo

#eec22e Color Hex

#EEC22E
(238,194,46)
0 Favorites   0 Comments

Color spaces of #eec22e

RGB 23819446
HSL0.130.850.56
HSV46°81°93°
CMYK 0.000.180.81   0.07
XYZ55.044856.958010.6776
Yxy56.95800.44870.4643
Hunter Lab75.4705-1.883644.4410
CIE-Lab80.15602.304273.5571

#eec22e color RGB value is (238,194,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00101110
Octal 356 302 56
Decimal 238 194 46
Hex EE C2 2E

RGB Percentages of Color #eec22e

%49.79
%40.59
%9.62

CMYK Percentages of Color #eec22e

%0
%18
%81
%7

Triadic Colors of #eec22e

#eec22e #2eeec2 #c22eee

Analogous Colors of #eec22e

#eec22e #baee2e #ee622e

Monochromatic Colors of #eec22e

#eec22e

Complementary Color

#eec22e #2e5aee

#eec22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec22e Color CSS Codes

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

#eec22e Text Font Color

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

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


#eec22e Background Color

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

This div background color is #eec22e


#eec22e Border Color

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

This div border color is #eec22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec22e


Comments

No comments written yet.

Please login to write comment.