Color Hex Logo

#ebc705 Color Hex

#EBC705
(235,199,5)
0 Favorites   0 Comments

Color spaces of #ebc705

RGB 2351995
HSL0.140.960.47
HSV51°98°92°
CMYK 0.000.150.98   0.08
XYZ54.711858.52008.5554
Yxy58.52000.44920.4805
Hunter Lab76.4984-6.208546.9180
CIE-Lab81.0270-2.292681.6256

#ebc705 color RGB value is (235,199,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00000101
Octal 353 307 5
Decimal 235 199 5
Hex EB C7 5

RGB Percentages of Color #ebc705

%53.53
%45.33
%1.14

CMYK Percentages of Color #ebc705

%0
%15
%98
%8

Triadic Colors of #ebc705

#ebc705 #05ebc7 #c705eb

Analogous Colors of #ebc705

#ebc705 #9ceb05 #eb5405

Monochromatic Colors of #ebc705

#ebc705

Complementary Color

#ebc705 #0529eb

#ebc705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc705 Color CSS Codes

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

#ebc705 Text Font Color

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

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


#ebc705 Background Color

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

This div background color is #ebc705


#ebc705 Border Color

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

This div border color is #ebc705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc705


Comments

No comments written yet.

Please login to write comment.