Color Hex Logo

#ebd149 Color Hex

#EBD149
(235,209,73)
0 Favorites   0 Comments

Color spaces of #ebd149

RGB 23520973
HSL0.140.800.60
HSV50°69°92°
CMYK 0.000.110.69   0.08
XYZ58.264063.744115.5363
Yxy63.74410.42360.4634
Hunter Lab79.8399-9.457644.3505
CIE-Lab83.8324-5.571167.6144

#ebd149 color RGB value is (235,209,73).

#ebd149 hex color red value is 235, green value is 209 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ebd149 hue: 0.14 , saturation: 0.80 and the lightness value of ebd149 is 0.60.

The process color (four color CMYK) of #ebd149 color hex is 0.00, 0.11, 0.69, 0.08. Web safe color of #ebd149 is #ffcc33. Color #ebd149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01001001
Octal 353 321 111
Decimal 235 209 73
Hex EB D1 49

RGB Percentages of Color #ebd149

%45.45
%40.43
%14.12

CMYK Percentages of Color #ebd149

%0
%11
%69
%8

Triadic Colors of #ebd149

#ebd149 #49ebd1 #d149eb

Analogous Colors of #ebd149

#ebd149 #b4eb49 #eb8049

Monochromatic Colors of #ebd149

#ebd149

Complementary Color

#ebd149 #4963eb

#ebd149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd149 Color CSS Codes

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

#ebd149 Text Font Color

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

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


#ebd149 Background Color

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

This div background color is #ebd149


#ebd149 Border Color

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

This div border color is #ebd149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd149


Comments

No comments written yet.

Please login to write comment.