Color Hex Logo

#eeb05e Color Hex

#EEB05E
(238,176,94)
0 Favorites   0 Comments

Color spaces of #eeb05e

RGB 23817694
HSL0.090.810.65
HSV34°61°93°
CMYK 0.000.260.61   0.07
XYZ52.805650.036017.4644
Yxy50.03600.43890.4159
Hunter Lab70.73619.464734.8769
CIE-Lab76.091414.094350.1120

#eeb05e color RGB value is (238,176,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01011110
Octal 356 260 136
Decimal 238 176 94
Hex EE B0 5E

RGB Percentages of Color #eeb05e

%46.85
%34.65
%18.50

CMYK Percentages of Color #eeb05e

%0
%26
%61
%7

Triadic Colors of #eeb05e

#eeb05e #5eeeb0 #b05eee

Analogous Colors of #eeb05e

#eeb05e #e4ee5e #ee685e

Monochromatic Colors of #eeb05e

#eeb05e

Complementary Color

#eeb05e #5e9cee

#eeb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb05e Color CSS Codes

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

#eeb05e Text Font Color

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

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


#eeb05e Background Color

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

This div background color is #eeb05e


#eeb05e Border Color

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

This div border color is #eeb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb05e


Comments

No comments written yet.

Please login to write comment.