Color Hex Logo

#ebc24c Color Hex

#EBC24C
(235,194,76)
0 Favorites   0 Comments

Color spaces of #ebc24c

RGB 23519476
HSL0.120.800.61
HSV45°68°92°
CMYK 0.000.170.68   0.08
XYZ54.857256.767514.9034
Yxy56.76750.43360.4487
Hunter Lab75.3442-1.888741.0131
CIE-Lab80.04862.292762.5297

#ebc24c color RGB value is (235,194,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 01001100
Octal 353 302 114
Decimal 235 194 76
Hex EB C2 4C

RGB Percentages of Color #ebc24c

%46.53
%38.42
%15.05

CMYK Percentages of Color #ebc24c

%0
%17
%68
%8

Triadic Colors of #ebc24c

#ebc24c #4cebc2 #c24ceb

Analogous Colors of #ebc24c

#ebc24c #c5eb4c #eb734c

Monochromatic Colors of #ebc24c

#ebc24c

Complementary Color

#ebc24c #4c75eb

#ebc24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc24c Color CSS Codes

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

#ebc24c Text Font Color

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

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


#ebc24c Background Color

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

This div background color is #ebc24c


#ebc24c Border Color

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

This div border color is #ebc24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc24c


Comments

No comments written yet.

Please login to write comment.