Color Hex Logo

#ebc973 Color Hex

#EBC973
(235,201,115)
0 Favorites   0 Comments

Color spaces of #ebc973

RGB 235201115
HSL0.120.750.69
HSV43°51°92°
CMYK 0.000.140.51   0.08
XYZ58.242160.673324.8611
Yxy60.67330.40510.4220
Hunter Lab77.8931-2.845135.6016
CIE-Lab82.20281.399647.0742

#ebc973 color RGB value is (235,201,115).

#ebc973 hex color red value is 235, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ebc973 hue: 0.12 , saturation: 0.75 and the lightness value of ebc973 is 0.69.

The process color (four color CMYK) of #ebc973 color hex is 0.00, 0.14, 0.51, 0.08. Web safe color of #ebc973 is #ffcc66. Color #ebc973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 01110011
Octal 353 311 163
Decimal 235 201 115
Hex EB C9 73

RGB Percentages of Color #ebc973

%42.65
%36.48
%20.87

CMYK Percentages of Color #ebc973

%0
%14
%51
%8

Triadic Colors of #ebc973

#ebc973 #73ebc9 #c973eb

Analogous Colors of #ebc973

#ebc973 #d1eb73 #eb8d73

Monochromatic Colors of #ebc973

#ebc973

Complementary Color

#ebc973 #7395eb

#ebc973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc973 Color CSS Codes

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

#ebc973 Text Font Color

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

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


#ebc973 Background Color

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

This div background color is #ebc973


#ebc973 Border Color

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

This div border color is #ebc973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc973


Comments

No comments written yet.

Please login to write comment.