Color Hex Logo

#eeb05a Color Hex

#EEB05A
(238,176,90)
0 Favorites   0 Comments

Color spaces of #eeb05a

RGB 23817690
HSL0.100.810.64
HSV35°62°93°
CMYK 0.000.260.62   0.07
XYZ52.630749.966016.5433
Yxy49.96600.44180.4194
Hunter Lab70.68669.203035.6046
CIE-Lab76.048413.825251.9829

#eeb05a color RGB value is (238,176,90).

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

The process color (four color CMYK) of #eeb05a color hex is 0.00, 0.26, 0.62, 0.07. Web safe color of #eeb05a is #ff9966. Color #eeb05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01011010
Octal 356 260 132
Decimal 238 176 90
Hex EE B0 5A

RGB Percentages of Color #eeb05a

%47.22
%34.92
%17.86

CMYK Percentages of Color #eeb05a

%0
%26
%62
%7

Triadic Colors of #eeb05a

#eeb05a #5aeeb0 #b05aee

Analogous Colors of #eeb05a

#eeb05a #e2ee5a #ee665a

Monochromatic Colors of #eeb05a

#eeb05a

Complementary Color

#eeb05a #5a98ee

#eeb05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb05a Color CSS Codes

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

#eeb05a Text Font Color

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

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


#eeb05a Background Color

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

This div background color is #eeb05a


#eeb05a Border Color

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

This div border color is #eeb05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb05a


Comments

No comments written yet.

Please login to write comment.