Color Hex Logo

#ebc14a Color Hex

#EBC14A
(235,193,74)
0 Favorites   0 Comments

Color spaces of #ebc14a

RGB 23519374
HSL0.120.800.61
HSV44°69°92°
CMYK 0.000.180.69   0.08
XYZ54.566956.296514.4689
Yxy56.29650.43540.4492
Hunter Lab75.0310-1.488741.0883
CIE-Lab79.78232.705363.0819

#ebc14a color RGB value is (235,193,74).

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

The process color (four color CMYK) of #ebc14a color hex is 0.00, 0.18, 0.69, 0.08. Web safe color of #ebc14a is #ffcc33. Color #ebc14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01001010
Octal 353 301 112
Decimal 235 193 74
Hex EB C1 4A

RGB Percentages of Color #ebc14a

%46.81
%38.45
%14.74

CMYK Percentages of Color #ebc14a

%0
%18
%69
%8

Triadic Colors of #ebc14a

#ebc14a #4aebc1 #c14aeb

Analogous Colors of #ebc14a

#ebc14a #c5eb4a #eb714a

Monochromatic Colors of #ebc14a

#ebc14a

Complementary Color

#ebc14a #4a74eb

#ebc14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc14a Color CSS Codes

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

#ebc14a Text Font Color

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

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


#ebc14a Background Color

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

This div background color is #ebc14a


#ebc14a Border Color

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

This div border color is #ebc14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc14a


Comments

No comments written yet.

Please login to write comment.