color codes Logo

#ebc43c color codes

#EBC43C
(235,196,60)
0 Favorites   0 Comments

Color spaces of #ebc43c

RGB 23519660
HSL0.130.810.58
HSV47°74°92°
CMYK 0.000.170.74   0.08
XYZ54.816557.468312.4783
Yxy57.46830.43940.4606
Hunter Lab75.8078-3.590843.3061
CIE-Lab80.44230.493169.1330

#ebc43c color RGB value is (235,196,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 00111100
Octal 353 304 74
Decimal 235 196 60
Hex EB C4 3C

RGB Percentages of Color #ebc43c

%47.86
%39.92
%12.22

CMYK Percentages of Color #ebc43c

%0
%17
%74
%8

Triadic Colors of #ebc43c

#ebc43c #3cebc4 #c43ceb

Analogous Colors of #ebc43c

#ebc43c #bbeb3c #eb6d3c

Monochromatic Colors of #ebc43c

#ebc43c

Complementary Color

#ebc43c #3c63eb

#ebc43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc43c Color CSS Codes

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

#ebc43c Text Font Color

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

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


#ebc43c Background Color

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

This div background color is #ebc43c


#ebc43c Border Color

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

This div border color is #ebc43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc43c


Comments

No comments written yet.

Please login to write comment.