Color Hex Logo

#eeb44a Color Hex

#EEB44A
(238,180,74)
0 Favorites   0 Comments

Color spaces of #eeb44a

RGB 23818074
HSL0.110.830.61
HSV39°69°93°
CMYK 0.000.240.69   0.07
XYZ52.817251.314113.5994
Yxy51.31410.44860.4359
Hunter Lab71.63396.252738.8877
CIE-Lab76.868910.773060.1457

#eeb44a color RGB value is (238,180,74).

#eeb44a hex color red value is 238, green value is 180 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eeb44a hue: 0.11 , saturation: 0.83 and the lightness value of eeb44a is 0.61.

The process color (four color CMYK) of #eeb44a color hex is 0.00, 0.24, 0.69, 0.07. Web safe color of #eeb44a is #ffcc33. Color #eeb44a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 01001010
Octal 356 264 112
Decimal 238 180 74
Hex EE B4 4A

RGB Percentages of Color #eeb44a

%48.37
%36.59
%15.04

CMYK Percentages of Color #eeb44a

%0
%24
%69
%7

Triadic Colors of #eeb44a

#eeb44a #4aeeb4 #b44aee

Analogous Colors of #eeb44a

#eeb44a #d6ee4a #ee624a

Monochromatic Colors of #eeb44a

#eeb44a

Complementary Color

#eeb44a #4a84ee

#eeb44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb44a Color CSS Codes

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

#eeb44a Text Font Color

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

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


#eeb44a Background Color

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

This div background color is #eeb44a


#eeb44a Border Color

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

This div border color is #eeb44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb44a


Comments

No comments written yet.

Please login to write comment.