Color Hex Logo

#ebc712 Color Hex

#EBC712
(235,199,18)
0 Favorites   0 Comments

Color spaces of #ebc712

RGB 23519918
HSL0.140.860.50
HSV50°92°92°
CMYK 0.000.150.92   0.08
XYZ54.793658.55278.9861
Yxy58.55270.44790.4786
Hunter Lab76.5197-6.090846.6011
CIE-Lab81.0451-2.163380.2428

#ebc712 color RGB value is (235,199,18).

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

The process color (four color CMYK) of #ebc712 color hex is 0.00, 0.15, 0.92, 0.08. Web safe color of #ebc712 is #ffcc00. Color #ebc712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00010010
Octal 353 307 22
Decimal 235 199 18
Hex EB C7 12

RGB Percentages of Color #ebc712

%51.99
%44.03
%3.98

CMYK Percentages of Color #ebc712

%0
%15
%92
%8

Triadic Colors of #ebc712

#ebc712 #12ebc7 #c712eb

Analogous Colors of #ebc712

#ebc712 #a3eb12 #eb5b12

Monochromatic Colors of #ebc712

#ebc712

Complementary Color

#ebc712 #1236eb

#ebc712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc712 Color CSS Codes

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

#ebc712 Text Font Color

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

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


#ebc712 Background Color

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

This div background color is #ebc712


#ebc712 Border Color

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

This div border color is #ebc712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc712


Comments

No comments written yet.

Please login to write comment.