Color Hex Logo

#eeb93d Color Hex

#EEB93D
(238,185,61)
0 Favorites   0 Comments

Color spaces of #eeb93d

RGB 23818561
HSL0.120.840.59
HSV42°74°93°
CMYK 0.000.220.74   0.07
XYZ53.451253.212011.8686
Yxy53.21200.45090.4489
Hunter Lab72.94663.138541.4159
CIE-Lab78.00007.535766.5309

#eeb93d color RGB value is (238,185,61).

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

The process color (four color CMYK) of #eeb93d color hex is 0.00, 0.22, 0.74, 0.07. Web safe color of #eeb93d is #ffcc33. Color #eeb93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 00111101
Octal 356 271 75
Decimal 238 185 61
Hex EE B9 3D

RGB Percentages of Color #eeb93d

%49.17
%38.22
%12.60

CMYK Percentages of Color #eeb93d

%0
%22
%74
%7

Triadic Colors of #eeb93d

#eeb93d #3deeb9 #b93dee

Analogous Colors of #eeb93d

#eeb93d #cbee3d #ee613d

Monochromatic Colors of #eeb93d

#eeb93d

Complementary Color

#eeb93d #3d72ee

#eeb93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb93d Color CSS Codes

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

#eeb93d Text Font Color

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

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


#eeb93d Background Color

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

This div background color is #eeb93d


#eeb93d Border Color

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

This div border color is #eeb93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb93d


Comments

No comments written yet.

Please login to write comment.