Color Hex Logo

#eebd5b Color Hex

#EEBD5B
(238,189,91)
0 Favorites   0 Comments

Color spaces of #eebd5b

RGB 23818991
HSL0.110.810.65
HSV40°62°93°
CMYK 0.000.210.62   0.07
XYZ55.345855.327717.6598
Yxy55.32770.43130.4311
Hunter Lab74.38262.646837.9913
CIE-Lab79.22977.055255.1191

#eebd5b color RGB value is (238,189,91).

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

The process color (four color CMYK) of #eebd5b color hex is 0.00, 0.21, 0.62, 0.07. Web safe color of #eebd5b is #ffcc66. Color #eebd5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 01011011
Octal 356 275 133
Decimal 238 189 91
Hex EE BD 5B

RGB Percentages of Color #eebd5b

%45.95
%36.49
%17.57

CMYK Percentages of Color #eebd5b

%0
%21
%62
%7

Triadic Colors of #eebd5b

#eebd5b #5beebd #bd5bee

Analogous Colors of #eebd5b

#eebd5b #d6ee5b #ee745b

Monochromatic Colors of #eebd5b

#eebd5b

Complementary Color

#eebd5b #5b8cee

#eebd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd5b Color CSS Codes

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

#eebd5b Text Font Color

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

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


#eebd5b Background Color

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

This div background color is #eebd5b


#eebd5b Border Color

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

This div border color is #eebd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd5b


Comments

No comments written yet.

Please login to write comment.