Color Hex Logo

#eeb047 Color Hex

#EEB047
(238,176,71)
0 Favorites   0 Comments

Color spaces of #eeb047

RGB 23817671
HSL0.100.830.61
HSV38°70°93°
CMYK 0.000.260.70   0.07
XYZ51.922649.682712.8143
Yxy49.68270.45380.4342
Hunter Lab70.48608.139438.5613
CIE-Lab75.874112.726860.3926

#eeb047 color RGB value is (238,176,71).

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

The process color (four color CMYK) of #eeb047 color hex is 0.00, 0.26, 0.70, 0.07. Web safe color of #eeb047 is #ff9933. Color #eeb047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01000111
Octal 356 260 107
Decimal 238 176 71
Hex EE B0 47

RGB Percentages of Color #eeb047

%49.07
%36.29
%14.64

CMYK Percentages of Color #eeb047

%0
%26
%70
%7

Triadic Colors of #eeb047

#eeb047 #47eeb0 #b047ee

Analogous Colors of #eeb047

#eeb047 #d9ee47 #ee5c47

Monochromatic Colors of #eeb047

#eeb047

Complementary Color

#eeb047 #4785ee

#eeb047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb047 Color CSS Codes

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

#eeb047 Text Font Color

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

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


#eeb047 Background Color

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

This div background color is #eeb047


#eeb047 Border Color

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

This div border color is #eeb047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb047


Comments

No comments written yet.

Please login to write comment.