Color Hex Logo

#eeb074 Color Hex

#EEB074
(238,176,116)
0 Favorites   0 Comments

Color spaces of #eeb074

RGB 238176116
HSL0.080.780.69
HSV30°51°93°
CMYK 0.000.260.51   0.07
XYZ53.937650.488823.4255
Yxy50.48880.42190.3949
Hunter Lab71.055511.150730.1922
CIE-Lab76.368315.816939.4145

#eeb074 color RGB value is (238,176,116).

#eeb074 hex color red value is 238, green value is 176 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eeb074 hue: 0.08 , saturation: 0.78 and the lightness value of eeb074 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01110100
Octal 356 260 164
Decimal 238 176 116
Hex EE B0 74

RGB Percentages of Color #eeb074

%44.91
%33.21
%21.89

CMYK Percentages of Color #eeb074

%0
%26
%51
%7

Triadic Colors of #eeb074

#eeb074 #74eeb0 #b074ee

Analogous Colors of #eeb074

#eeb074 #eeed74 #ee7475

Monochromatic Colors of #eeb074

#eeb074

Complementary Color

#eeb074 #74b2ee

#eeb074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb074 Color CSS Codes

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

#eeb074 Text Font Color

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

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


#eeb074 Background Color

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

This div background color is #eeb074


#eeb074 Border Color

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

This div border color is #eeb074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb074


Comments

No comments written yet.

Please login to write comment.