Color Hex Logo

#ebc709 Color Hex

#EBC709
(235,199,9)
0 Favorites   0 Comments

Color spaces of #ebc709

RGB 2351999
HSL0.140.930.48
HSV50°96°92°
CMYK 0.000.150.96   0.08
XYZ54.733758.52878.6708
Yxy58.52870.44890.4800
Hunter Lab76.5041-6.176946.8330
CIE-Lab81.0318-2.257881.2505

#ebc709 color RGB value is (235,199,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00001001
Octal 353 307 11
Decimal 235 199 9
Hex EB C7 9

RGB Percentages of Color #ebc709

%53.05
%44.92
%2.03

CMYK Percentages of Color #ebc709

%0
%15
%96
%8

Triadic Colors of #ebc709

#ebc709 #09ebc7 #c709eb

Analogous Colors of #ebc709

#ebc709 #9eeb09 #eb5609

Monochromatic Colors of #ebc709

#ebc709

Complementary Color

#ebc709 #092deb

#ebc709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc709 Color CSS Codes

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

#ebc709 Text Font Color

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

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


#ebc709 Background Color

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

This div background color is #ebc709


#ebc709 Border Color

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

This div border color is #ebc709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc709


Comments

No comments written yet.

Please login to write comment.