Color Hex Logo

#e0b85b Color Hex

#E0B85B
(224,184,91)
0 Favorites   0 Comments

Color spaces of #e0b85b

RGB 22418491
HSL0.120.680.62
HSV42°59°88°
CMYK 0.000.180.59   0.12
XYZ49.769350.883617.0959
Yxy50.88360.42270.4321
Hunter Lab71.3327-0.291735.7232
CIE-Lab76.60843.831251.7733

#e0b85b color RGB value is (224,184,91).

#e0b85b hex color red value is 224, green value is 184 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e0b85b hue: 0.12 , saturation: 0.68 and the lightness value of e0b85b is 0.62.

The process color (four color CMYK) of #e0b85b color hex is 0.00, 0.18, 0.59, 0.12. Web safe color of #e0b85b is #cccc66. Color #e0b85b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111000 01011011
Octal 340 270 133
Decimal 224 184 91
Hex E0 B8 5B

RGB Percentages of Color #e0b85b

%44.89
%36.87
%18.24

CMYK Percentages of Color #e0b85b

%0
%18
%59
%12

Triadic Colors of #e0b85b

#e0b85b #5be0b8 #b85be0

Analogous Colors of #e0b85b

#e0b85b #c6e05b #e0765b

Monochromatic Colors of #e0b85b

#e0b85b

Complementary Color

#e0b85b #5b83e0

#e0b85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b85b Color CSS Codes

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

#e0b85b Text Font Color

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

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


#e0b85b Background Color

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

This div background color is #e0b85b


#e0b85b Border Color

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

This div border color is #e0b85b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,184,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 #e0b85b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b85b


Comments

No comments written yet.

Please login to write comment.