Color Hex Logo

#ebc20e Color Hex

#EBC20E
(235,194,14)
0 Favorites   0 Comments

Color spaces of #ebc20e

RGB 23519414
HSL0.140.890.49
HSV49°94°92°
CMYK 0.000.170.94   0.08
XYZ53.632056.27748.4514
Yxy56.27740.45310.4755
Hunter Lab75.0183-3.668945.8333
CIE-Lab79.77140.365079.8093

#ebc20e color RGB value is (235,194,14).

#ebc20e hex color red value is 235, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebc20e hue: 0.14 , saturation: 0.89 and the lightness value of ebc20e is 0.49.

The process color (four color CMYK) of #ebc20e color hex is 0.00, 0.17, 0.94, 0.08. Web safe color of #ebc20e is #ffcc00. Color #ebc20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 00001110
Octal 353 302 16
Decimal 235 194 14
Hex EB C2 E

RGB Percentages of Color #ebc20e

%53.05
%43.79
%3.16

CMYK Percentages of Color #ebc20e

%0
%17
%94
%8

Triadic Colors of #ebc20e

#ebc20e #0eebc2 #c20eeb

Analogous Colors of #ebc20e

#ebc20e #a6eb0e #eb530e

Monochromatic Colors of #ebc20e

#ebc20e

Complementary Color

#ebc20e #0e37eb

#ebc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc20e Color CSS Codes

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

#ebc20e Text Font Color

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

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


#ebc20e Background Color

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

This div background color is #ebc20e


#ebc20e Border Color

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

This div border color is #ebc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc20e


Comments

No comments written yet.

Please login to write comment.