Color Hex Logo

#ebc907 Color Hex

#EBC907
(235,201,7)
0 Favorites   0 Comments

Color spaces of #ebc907

RGB 2352017
HSL0.140.940.47
HSV51°97°92°
CMYK 0.000.140.97   0.08
XYZ55.185959.45088.7676
Yxy59.45080.44720.4818
Hunter Lab77.1043-7.174847.2311
CIE-Lab81.5388-3.300381.8055

#ebc907 color RGB value is (235,201,7).

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

The process color (four color CMYK) of #ebc907 color hex is 0.00, 0.14, 0.97, 0.08. Web safe color of #ebc907 is #ffcc00. Color #ebc907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 00000111
Octal 353 311 7
Decimal 235 201 7
Hex EB C9 7

RGB Percentages of Color #ebc907

%53.05
%45.37
%1.58

CMYK Percentages of Color #ebc907

%0
%14
%97
%8

Triadic Colors of #ebc907

#ebc907 #07ebc9 #c907eb

Analogous Colors of #ebc907

#ebc907 #9beb07 #eb5707

Monochromatic Colors of #ebc907

#ebc907

Complementary Color

#ebc907 #0729eb

#ebc907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc907 Color CSS Codes

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

#ebc907 Text Font Color

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

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


#ebc907 Background Color

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

This div background color is #ebc907


#ebc907 Border Color

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

This div border color is #ebc907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc907


Comments

No comments written yet.

Please login to write comment.