Color Hex Logo

#ebc43e Color Hex

#EBC43E
(235,196,62)
0 Favorites   0 Comments

Color spaces of #ebc43e

RGB 23519662
HSL0.130.810.58
HSV46°74°92°
CMYK 0.000.170.74   0.08
XYZ54.870457.489812.7621
Yxy57.48980.43850.4595
Hunter Lab75.8220-3.512843.0959
CIE-Lab80.45430.577668.4228

#ebc43e color RGB value is (235,196,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00111110
Octal 353 304 76
Decimal 235 196 62
Hex EB C4 3E

RGB Percentages of Color #ebc43e

%47.67
%39.76
%12.58

CMYK Percentages of Color #ebc43e

%0
%17
%74
%8

Triadic Colors of #ebc43e

#ebc43e #3eebc4 #c43eeb

Analogous Colors of #ebc43e

#ebc43e #bceb3e #eb6e3e

Monochromatic Colors of #ebc43e

#ebc43e

Complementary Color

#ebc43e #3e65eb

#ebc43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc43e Color CSS Codes

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

#ebc43e Text Font Color

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

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


#ebc43e Background Color

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

This div background color is #ebc43e


#ebc43e Border Color

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

This div border color is #ebc43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc43e


Comments

No comments written yet.

Please login to write comment.