Color Hex Logo

#ebc41e Color Hex

#EBC41E
(235,196,30)
0 Favorites   0 Comments

Color spaces of #ebc41e

RGB 23519630
HSL0.130.840.52
HSV49°87°92°
CMYK 0.000.170.87   0.08
XYZ54.235257.23589.4174
Yxy57.23580.44860.4735
Hunter Lab75.6543-4.431845.5777
CIE-Lab80.3120-0.421977.6075

#ebc41e color RGB value is (235,196,30).

#ebc41e hex color red value is 235, green value is 196 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ebc41e hue: 0.13 , saturation: 0.84 and the lightness value of ebc41e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00011110
Octal 353 304 36
Decimal 235 196 30
Hex EB C4 1E

RGB Percentages of Color #ebc41e

%50.98
%42.52
%6.51

CMYK Percentages of Color #ebc41e

%0
%17
%87
%8

Triadic Colors of #ebc41e

#ebc41e #1eebc4 #c41eeb

Analogous Colors of #ebc41e

#ebc41e #aceb1e #eb5e1e

Monochromatic Colors of #ebc41e

#ebc41e

Complementary Color

#ebc41e #1e45eb

#ebc41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc41e Color CSS Codes

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

#ebc41e Text Font Color

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

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


#ebc41e Background Color

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

This div background color is #ebc41e


#ebc41e Border Color

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

This div border color is #ebc41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc41e


Comments

No comments written yet.

Please login to write comment.