Color Hex Logo

#ebc159 Color Hex

#EBC159
(235,193,89)
0 Favorites   0 Comments

Color spaces of #ebc159

RGB 23519389
HSL0.120.780.64
HSV43°62°92°
CMYK 0.000.180.62   0.08
XYZ55.134156.523417.4554
Yxy56.52340.42700.4378
Hunter Lab75.1820-0.667238.8618
CIE-Lab79.91083.586356.7159

#ebc159 color RGB value is (235,193,89).

#ebc159 hex color red value is 235, green value is 193 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ebc159 hue: 0.12 , saturation: 0.78 and the lightness value of ebc159 is 0.64.

The process color (four color CMYK) of #ebc159 color hex is 0.00, 0.18, 0.62, 0.08. Web safe color of #ebc159 is #ffcc66. Color #ebc159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01011001
Octal 353 301 131
Decimal 235 193 89
Hex EB C1 59

RGB Percentages of Color #ebc159

%45.45
%37.33
%17.21

CMYK Percentages of Color #ebc159

%0
%18
%62
%8

Triadic Colors of #ebc159

#ebc159 #59ebc1 #c159eb

Analogous Colors of #ebc159

#ebc159 #cceb59 #eb7859

Monochromatic Colors of #ebc159

#ebc159

Complementary Color

#ebc159 #5983eb

#ebc159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc159 Color CSS Codes

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

#ebc159 Text Font Color

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

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


#ebc159 Background Color

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

This div background color is #ebc159


#ebc159 Border Color

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

This div border color is #ebc159


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,193,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebc159; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebc159;
  -webkit-box-shadow: 1px 1px 3px 2px #ebc159;
  box-shadow:         1px 1px 3px 2px #ebc159; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,193,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc159

#ebc159 Color Palettes


Comments

No comments written yet.

Please login to write comment.