Color Hex Logo

#ebc949 Color Hex

#EBC949
(235,201,73)
0 Favorites   0 Comments

Color spaces of #ebc949

RGB 23520173
HSL0.130.800.60
HSV47°69°92°
CMYK 0.000.140.69   0.08
XYZ56.350259.916514.8984
Yxy59.91650.42960.4568
Hunter Lab77.4057-5.514842.7724
CIE-Lab81.7928-1.482265.5483

#ebc949 color RGB value is (235,201,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 01001001
Octal 353 311 111
Decimal 235 201 73
Hex EB C9 49

RGB Percentages of Color #ebc949

%46.17
%39.49
%14.34

CMYK Percentages of Color #ebc949

%0
%14
%69
%8

Triadic Colors of #ebc949

#ebc949 #49ebc9 #c949eb

Analogous Colors of #ebc949

#ebc949 #bceb49 #eb7849

Monochromatic Colors of #ebc949

#ebc949

Complementary Color

#ebc949 #496beb

#ebc949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc949 Color CSS Codes

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

#ebc949 Text Font Color

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

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


#ebc949 Background Color

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

This div background color is #ebc949


#ebc949 Border Color

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

This div border color is #ebc949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc949


Comments

No comments written yet.

Please login to write comment.