Color Hex Logo

#ebd549 Color Hex

#EBD549
(235,213,73)
0 Favorites   0 Comments

Color spaces of #ebd549

RGB 23521373
HSL0.140.800.60
HSV52°69°92°
CMYK 0.000.090.69   0.08
XYZ59.257865.731715.8676
Yxy65.73170.42070.4667
Hunter Lab81.0751-11.415745.1486
CIE-Lab84.8594-7.596668.6475

#ebd549 color RGB value is (235,213,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 01001001
Octal 353 325 111
Decimal 235 213 73
Hex EB D5 49

RGB Percentages of Color #ebd549

%45.11
%40.88
%14.01

CMYK Percentages of Color #ebd549

%0
%9
%69
%8

Triadic Colors of #ebd549

#ebd549 #49ebd5 #d549eb

Analogous Colors of #ebd549

#ebd549 #b0eb49 #eb8449

Monochromatic Colors of #ebd549

#ebd549

Complementary Color

#ebd549 #495feb

#ebd549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd549 Color CSS Codes

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

#ebd549 Text Font Color

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

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


#ebd549 Background Color

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

This div background color is #ebd549


#ebd549 Border Color

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

This div border color is #ebd549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,213,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 #ebd549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd549


Comments

No comments written yet.

Please login to write comment.