Color Hex Logo

#eeb860 Color Hex

#EEB860
(238,184,96)
0 Favorites   0 Comments

Color spaces of #eeb860

RGB 23818496
HSL0.100.810.65
HSV37°60°93°
CMYK 0.000.230.60   0.07
XYZ54.511753.302718.4817
Yxy53.30270.43160.4220
Hunter Lab73.00875.511236.0972
CIE-Lab78.053410.017251.4245

#eeb860 color RGB value is (238,184,96).

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

The process color (four color CMYK) of #eeb860 color hex is 0.00, 0.23, 0.60, 0.07. Web safe color of #eeb860 is #ffcc66. Color #eeb860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 01100000
Octal 356 270 140
Decimal 238 184 96
Hex EE B8 60

RGB Percentages of Color #eeb860

%45.95
%35.52
%18.53

CMYK Percentages of Color #eeb860

%0
%23
%60
%7

Triadic Colors of #eeb860

#eeb860 #60eeb8 #b860ee

Analogous Colors of #eeb860

#eeb860 #ddee60 #ee7160

Monochromatic Colors of #eeb860

#eeb860

Complementary Color

#eeb860 #6096ee

#eeb860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb860 Color CSS Codes

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

#eeb860 Text Font Color

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

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


#eeb860 Background Color

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

This div background color is #eeb860


#eeb860 Border Color

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

This div border color is #eeb860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb860


Comments

No comments written yet.

Please login to write comment.