Color Hex Logo

#ebc071 Color Hex

#EBC071
(235,192,113)
0 Favorites   0 Comments

Color spaces of #ebc071

RGB 235192113
HSL0.110.750.68
HSV39°52°92°
CMYK 0.000.180.52   0.08
XYZ56.091256.553723.5824
Yxy56.55370.41170.4151
Hunter Lab75.20221.534334.0490
CIE-Lab79.92795.911545.2848

#ebc071 color RGB value is (235,192,113).

#ebc071 hex color red value is 235, green value is 192 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ebc071 hue: 0.11 , saturation: 0.75 and the lightness value of ebc071 is 0.68.

The process color (four color CMYK) of #ebc071 color hex is 0.00, 0.18, 0.52, 0.08. Web safe color of #ebc071 is #ffcc66. Color #ebc071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 01110001
Octal 353 300 161
Decimal 235 192 113
Hex EB C0 71

RGB Percentages of Color #ebc071

%43.52
%35.56
%20.93

CMYK Percentages of Color #ebc071

%0
%18
%52
%8

Triadic Colors of #ebc071

#ebc071 #71ebc0 #c071eb

Analogous Colors of #ebc071

#ebc071 #d9eb71 #eb8371

Monochromatic Colors of #ebc071

#ebc071

Complementary Color

#ebc071 #719ceb

#ebc071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc071 Color CSS Codes

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

#ebc071 Text Font Color

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

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


#ebc071 Background Color

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

This div background color is #ebc071


#ebc071 Border Color

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

This div border color is #ebc071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc071


Comments

No comments written yet.

Please login to write comment.