Color Hex Logo

#eeac3e Color Hex

#EEAC3E
(238,172,62)
0 Favorites   0 Comments

Color spaces of #eeac3e

RGB 23817262
HSL0.100.840.59
HSV38°74°93°
CMYK 0.000.280.74   0.07
XYZ50.881948.030011.1464
Yxy48.03000.46230.4364
Hunter Lab69.30379.771038.9767
CIE-Lab74.843814.418263.0678

#eeac3e color RGB value is (238,172,62).

#eeac3e hex color red value is 238, green value is 172 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eeac3e hue: 0.10 , saturation: 0.84 and the lightness value of eeac3e is 0.59.

The process color (four color CMYK) of #eeac3e color hex is 0.00, 0.28, 0.74, 0.07. Web safe color of #eeac3e is #ff9933. Color #eeac3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 00111110
Octal 356 254 76
Decimal 238 172 62
Hex EE AC 3E

RGB Percentages of Color #eeac3e

%50.42
%36.44
%13.14

CMYK Percentages of Color #eeac3e

%0
%28
%74
%7

Triadic Colors of #eeac3e

#eeac3e #3eeeac #ac3eee

Analogous Colors of #eeac3e

#eeac3e #d8ee3e #ee543e

Monochromatic Colors of #eeac3e

#eeac3e

Complementary Color

#eeac3e #3e80ee

#eeac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac3e Color CSS Codes

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

#eeac3e Text Font Color

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

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


#eeac3e Background Color

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

This div background color is #eeac3e


#eeac3e Border Color

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

This div border color is #eeac3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,172,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac3e


Comments

No comments written yet.

Please login to write comment.