Color Hex Logo

#ebc51a Color Hex

#EBC51A
(235,197,26)
0 Favorites   0 Comments

Color spaces of #ebc51a

RGB 23519726
HSL0.140.840.51
HSV49°89°92°
CMYK 0.000.160.89   0.08
XYZ54.413757.66939.2407
Yxy57.66930.44850.4753
Hunter Lab75.9403-4.994545.9436
CIE-Lab80.5546-1.012978.5823

#ebc51a color RGB value is (235,197,26).

#ebc51a hex color red value is 235, green value is 197 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ebc51a hue: 0.14 , saturation: 0.84 and the lightness value of ebc51a is 0.51.

The process color (four color CMYK) of #ebc51a color hex is 0.00, 0.16, 0.89, 0.08. Web safe color of #ebc51a is #ffcc33. Color #ebc51a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 00011010
Octal 353 305 32
Decimal 235 197 26
Hex EB C5 1A

RGB Percentages of Color #ebc51a

%51.31
%43.01
%5.68

CMYK Percentages of Color #ebc51a

%0
%16
%89
%8

Triadic Colors of #ebc51a

#ebc51a #1aebc5 #c51aeb

Analogous Colors of #ebc51a

#ebc51a #a9eb1a #eb5d1a

Monochromatic Colors of #ebc51a

#ebc51a

Complementary Color

#ebc51a #1a40eb

#ebc51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc51a Color CSS Codes

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

#ebc51a Text Font Color

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

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


#ebc51a Background Color

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

This div background color is #ebc51a


#ebc51a Border Color

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

This div border color is #ebc51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc51a


Comments

No comments written yet.

Please login to write comment.