Color Hex Logo

#e3b064 Color Hex

#E3B064
(227,176,100)
0 Favorites   0 Comments

Color spaces of #e3b064

RGB 227176100
HSL0.100.690.64
HSV36°56°89°
CMYK 0.000.220.56   0.11
XYZ49.504148.301718.7706
Yxy48.30170.42460.4143
Hunter Lab69.49945.520732.6364
CIE-Lab75.01489.983245.6116

#e3b064 color RGB value is (227,176,100).

#e3b064 hex color red value is 227, green value is 176 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e3b064 hue: 0.10 , saturation: 0.69 and the lightness value of e3b064 is 0.64.

The process color (four color CMYK) of #e3b064 color hex is 0.00, 0.22, 0.56, 0.11. Web safe color of #e3b064 is #cc9966. Color #e3b064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10110000 01100100
Octal 343 260 144
Decimal 227 176 100
Hex E3 B0 64

RGB Percentages of Color #e3b064

%45.13
%34.99
%19.88

CMYK Percentages of Color #e3b064

%0
%22
%56
%11

Triadic Colors of #e3b064

#e3b064 #64e3b0 #b064e3

Analogous Colors of #e3b064

#e3b064 #d7e364 #e37164

Monochromatic Colors of #e3b064

#e3b064

Complementary Color

#e3b064 #6497e3

#e3b064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3b064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3b064 Color CSS Codes

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

#e3b064 Text Font Color

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

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


#e3b064 Background Color

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

This div background color is #e3b064


#e3b064 Border Color

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

This div border color is #e3b064


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,176,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3b064; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3b064;
  -webkit-box-shadow: 1px 1px 3px 2px #e3b064;
  box-shadow:         1px 1px 3px 2px #e3b064; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,176,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3b064


Comments

No comments written yet.

Please login to write comment.