Color Hex Logo

#ebc34a Color Hex

#EBC34A
(235,195,74)
0 Favorites   0 Comments

Color spaces of #ebc34a

RGB 23519574
HSL0.130.800.61
HSV45°69°92°
CMYK 0.000.170.69   0.08
XYZ55.012157.186814.6173
Yxy57.18680.43380.4509
Hunter Lab75.6220-2.486441.4749
CIE-Lab80.28451.667463.6002

#ebc34a color RGB value is (235,195,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01001010
Octal 353 303 112
Decimal 235 195 74
Hex EB C3 4A

RGB Percentages of Color #ebc34a

%46.63
%38.69
%14.68

CMYK Percentages of Color #ebc34a

%0
%17
%69
%8

Triadic Colors of #ebc34a

#ebc34a #4aebc3 #c34aeb

Analogous Colors of #ebc34a

#ebc34a #c3eb4a #eb734a

Monochromatic Colors of #ebc34a

#ebc34a

Complementary Color

#ebc34a #4a72eb

#ebc34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc34a Color CSS Codes

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

#ebc34a Text Font Color

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

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


#ebc34a Background Color

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

This div background color is #ebc34a


#ebc34a Border Color

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

This div border color is #ebc34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc34a


Comments

No comments written yet.

Please login to write comment.