Color Hex Logo

#eeb140 Color Hex

#EEB140
(238,177,64)
0 Favorites   0 Comments

Color spaces of #eeb140

RGB 23817764
HSL0.110.840.59
HSV39°73°93°
CMYK 0.000.260.73   0.07
XYZ51.907449.991611.7640
Yxy49.99160.45670.4398
Hunter Lab70.70477.311339.6285
CIE-Lab76.064111.867963.4746

#eeb140 color RGB value is (238,177,64).

#eeb140 hex color red value is 238, green value is 177 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eeb140 hue: 0.11 , saturation: 0.84 and the lightness value of eeb140 is 0.59.

The process color (four color CMYK) of #eeb140 color hex is 0.00, 0.26, 0.73, 0.07. Web safe color of #eeb140 is #ff9933. Color #eeb140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 01000000
Octal 356 261 100
Decimal 238 177 64
Hex EE B1 40

RGB Percentages of Color #eeb140

%49.69
%36.95
%13.36

CMYK Percentages of Color #eeb140

%0
%26
%73
%7

Triadic Colors of #eeb140

#eeb140 #40eeb1 #b140ee

Analogous Colors of #eeb140

#eeb140 #d4ee40 #ee5a40

Monochromatic Colors of #eeb140

#eeb140

Complementary Color

#eeb140 #407dee

#eeb140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb140 Color CSS Codes

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

#eeb140 Text Font Color

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

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


#eeb140 Background Color

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

This div background color is #eeb140


#eeb140 Border Color

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

This div border color is #eeb140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb140


Comments

No comments written yet.

Please login to write comment.