Color Hex Logo

#eeb14d Color Hex

#EEB14D
(238,177,77)
0 Favorites   0 Comments

Color spaces of #eeb14d

RGB 23817777
HSL0.100.830.62
HSV37°68°93°
CMYK 0.000.260.68   0.07
XYZ52.321650.157213.9448
Yxy50.15720.44940.4308
Hunter Lab70.82177.933937.9010
CIE-Lab76.165612.514458.0939

#eeb14d color RGB value is (238,177,77).

#eeb14d hex color red value is 238, green value is 177 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eeb14d hue: 0.10 , saturation: 0.83 and the lightness value of eeb14d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 01001101
Octal 356 261 115
Decimal 238 177 77
Hex EE B1 4D

RGB Percentages of Color #eeb14d

%48.37
%35.98
%15.65

CMYK Percentages of Color #eeb14d

%0
%26
%68
%7

Triadic Colors of #eeb14d

#eeb14d #4deeb1 #b14dee

Analogous Colors of #eeb14d

#eeb14d #dbee4d #ee614d

Monochromatic Colors of #eeb14d

#eeb14d

Complementary Color

#eeb14d #4d8aee

#eeb14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb14d Color CSS Codes

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

#eeb14d Text Font Color

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

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


#eeb14d Background Color

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

This div background color is #eeb14d


#eeb14d Border Color

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

This div border color is #eeb14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb14d


Comments

No comments written yet.

Please login to write comment.