Color Hex Logo

#eea764 Color Hex

#EEA764
(238,167,100)
0 Favorites   0 Comments

Color spaces of #eea764

RGB 238167100
HSL0.080.800.66
HSV29°58°93°
CMYK 0.000.300.58   0.07
XYZ51.378946.734718.3693
Yxy46.73470.44110.4012
Hunter Lab68.362814.519031.9225
CIE-Lab74.019819.287944.6950

#eea764 color RGB value is (238,167,100).

#eea764 hex color red value is 238, green value is 167 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eea764 hue: 0.08 , saturation: 0.80 and the lightness value of eea764 is 0.66.

The process color (four color CMYK) of #eea764 color hex is 0.00, 0.30, 0.58, 0.07. Web safe color of #eea764 is #ff9966. Color #eea764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 01100100
Octal 356 247 144
Decimal 238 167 100
Hex EE A7 64

RGB Percentages of Color #eea764

%47.13
%33.07
%19.80

CMYK Percentages of Color #eea764

%0
%30
%58
%7

Triadic Colors of #eea764

#eea764 #64eea7 #a764ee

Analogous Colors of #eea764

#eea764 #eeec64 #ee6466

Monochromatic Colors of #eea764

#eea764

Complementary Color

#eea764 #64abee

#eea764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea764 Color CSS Codes

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

#eea764 Text Font Color

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

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


#eea764 Background Color

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

This div background color is #eea764


#eea764 Border Color

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

This div border color is #eea764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea764


Comments

No comments written yet.

Please login to write comment.