Color Hex Logo

#eea52e Color Hex

#EEA52E
(238,165,46)
0 Favorites   0 Comments

Color spaces of #eea52e

RGB 23816546
HSL0.100.850.56
HSV37°81°93°
CMYK 0.000.310.81   0.07
XYZ49.208245.28478.7320
Yxy45.28470.47670.4387
Hunter Lab67.293912.762539.4123
CIE-Lab73.079017.524367.3366

#eea52e color RGB value is (238,165,46).

#eea52e hex color red value is 238, green value is 165 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eea52e hue: 0.10 , saturation: 0.85 and the lightness value of eea52e is 0.56.

The process color (four color CMYK) of #eea52e color hex is 0.00, 0.31, 0.81, 0.07. Web safe color of #eea52e is #ff9933. Color #eea52e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 00101110
Octal 356 245 56
Decimal 238 165 46
Hex EE A5 2E

RGB Percentages of Color #eea52e

%53.01
%36.75
%10.24

CMYK Percentages of Color #eea52e

%0
%31
%81
%7

Triadic Colors of #eea52e

#eea52e #2eeea5 #a52eee

Analogous Colors of #eea52e

#eea52e #d7ee2e #ee452e

Monochromatic Colors of #eea52e

#eea52e

Complementary Color

#eea52e #2e77ee

#eea52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea52e Color CSS Codes

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

#eea52e Text Font Color

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

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


#eea52e Background Color

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

This div background color is #eea52e


#eea52e Border Color

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

This div border color is #eea52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea52e


Comments

No comments written yet.

Please login to write comment.