Color Hex Logo

#eeb073 Color Hex

#EEB073
(238,176,115)
0 Favorites   0 Comments

Color spaces of #eeb073

RGB 238176115
HSL0.080.780.69
HSV30°52°93°
CMYK 0.000.260.52   0.07
XYZ53.879750.465623.1207
Yxy50.46560.42270.3959
Hunter Lab71.039111.065030.4306
CIE-Lab76.354215.729839.9121

#eeb073 color RGB value is (238,176,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01110011
Octal 356 260 163
Decimal 238 176 115
Hex EE B0 73

RGB Percentages of Color #eeb073

%44.99
%33.27
%21.74

CMYK Percentages of Color #eeb073

%0
%26
%52
%7

Triadic Colors of #eeb073

#eeb073 #73eeb0 #b073ee

Analogous Colors of #eeb073

#eeb073 #eeee73 #ee7374

Monochromatic Colors of #eeb073

#eeb073

Complementary Color

#eeb073 #73b1ee

#eeb073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb073 Color CSS Codes

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

#eeb073 Text Font Color

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

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


#eeb073 Background Color

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

This div background color is #eeb073


#eeb073 Border Color

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

This div border color is #eeb073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb073


Comments

No comments written yet.

Please login to write comment.