Color Hex Logo

#eeae2a Color Hex

#EEAE2A
(238,174,42)
0 Favorites   0 Comments

Color spaces of #eeae2a

RGB 23817442
HSL0.110.850.55
HSV40°82°93°
CMYK 0.000.270.82   0.07
XYZ50.813948.61648.8962
Yxy48.61640.46910.4488
Hunter Lab69.72558.066141.2431
CIE-Lab75.212112.650270.4771

#eeae2a color RGB value is (238,174,42).

#eeae2a hex color red value is 238, green value is 174 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eeae2a hue: 0.11 , saturation: 0.85 and the lightness value of eeae2a is 0.55.

The process color (four color CMYK) of #eeae2a color hex is 0.00, 0.27, 0.82, 0.07. Web safe color of #eeae2a is #ff9933. Color #eeae2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 00101010
Octal 356 256 52
Decimal 238 174 42
Hex EE AE 2A

RGB Percentages of Color #eeae2a

%52.42
%38.33
%9.25

CMYK Percentages of Color #eeae2a

%0
%27
%82
%7

Triadic Colors of #eeae2a

#eeae2a #2aeeae #ae2aee

Analogous Colors of #eeae2a

#eeae2a #ccee2a #ee4c2a

Monochromatic Colors of #eeae2a

#eeae2a

Complementary Color

#eeae2a #2a6aee

#eeae2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae2a Color CSS Codes

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

#eeae2a Text Font Color

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

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


#eeae2a Background Color

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

This div background color is #eeae2a


#eeae2a Border Color

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

This div border color is #eeae2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae2a


Comments

No comments written yet.

Please login to write comment.