Color Hex Logo

#ebc55a Color Hex

#EBC55A
(235,197,90)
0 Favorites   0 Comments

Color spaces of #ebc55a

RGB 23519790
HSL0.120.780.64
HSV44°62°92°
CMYK 0.000.160.62   0.08
XYZ56.072758.332917.9769
Yxy58.33290.42360.4406
Hunter Lab76.3760-2.609239.5079
CIE-Lab80.92351.574057.3906

#ebc55a color RGB value is (235,197,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 01011010
Octal 353 305 132
Decimal 235 197 90
Hex EB C5 5A

RGB Percentages of Color #ebc55a

%45.02
%37.74
%17.24

CMYK Percentages of Color #ebc55a

%0
%16
%62
%8

Triadic Colors of #ebc55a

#ebc55a #5aebc5 #c55aeb

Analogous Colors of #ebc55a

#ebc55a #c9eb5a #eb7d5a

Monochromatic Colors of #ebc55a

#ebc55a

Complementary Color

#ebc55a #5a80eb

#ebc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc55a Color CSS Codes

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

#ebc55a Text Font Color

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

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


#ebc55a Background Color

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

This div background color is #ebc55a


#ebc55a Border Color

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

This div border color is #ebc55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc55a


Comments

No comments written yet.

Please login to write comment.