Color Hex Logo

#ebc614 Color Hex

#EBC614
(235,198,20)
0 Favorites   0 Comments

Color spaces of #ebc614

RGB 23519820
HSL0.140.840.50
HSV50°91°92°
CMYK 0.000.160.91   0.08
XYZ54.581358.10088.9997
Yxy58.10080.44860.4775
Hunter Lab76.2239-5.574146.3564
CIE-Lab80.7948-1.622579.7673

#ebc614 color RGB value is (235,198,20).

#ebc614 hex color red value is 235, green value is 198 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ebc614 hue: 0.14 , saturation: 0.84 and the lightness value of ebc614 is 0.50.

The process color (four color CMYK) of #ebc614 color hex is 0.00, 0.16, 0.91, 0.08. Web safe color of #ebc614 is #ffcc00. Color #ebc614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 00010100
Octal 353 306 24
Decimal 235 198 20
Hex EB C6 14

RGB Percentages of Color #ebc614

%51.88
%43.71
%4.42

CMYK Percentages of Color #ebc614

%0
%16
%91
%8

Triadic Colors of #ebc614

#ebc614 #14ebc6 #c614eb

Analogous Colors of #ebc614

#ebc614 #a5eb14 #eb5a14

Monochromatic Colors of #ebc614

#ebc614

Complementary Color

#ebc614 #1439eb

#ebc614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc614 Color CSS Codes

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

#ebc614 Text Font Color

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

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


#ebc614 Background Color

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

This div background color is #ebc614


#ebc614 Border Color

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

This div border color is #ebc614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc614


Comments

No comments written yet.

Please login to write comment.