Color Hex Logo

#eea52d Color Hex

#EEA52D
(238,165,45)
0 Favorites   0 Comments

Color spaces of #eea52d

RGB 23816545
HSL0.100.850.55
HSV37°81°93°
CMYK 0.000.310.81   0.07
XYZ49.188745.27698.6294
Yxy45.27690.47710.4392
Hunter Lab67.288112.732239.4980
CIE-Lab73.073817.493367.6670

#eea52d color RGB value is (238,165,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 00101101
Octal 356 245 55
Decimal 238 165 45
Hex EE A5 2D

RGB Percentages of Color #eea52d

%53.13
%36.83
%10.04

CMYK Percentages of Color #eea52d

%0
%31
%81
%7

Triadic Colors of #eea52d

#eea52d #2deea5 #a52dee

Analogous Colors of #eea52d

#eea52d #d7ee2d #ee452d

Monochromatic Colors of #eea52d

#eea52d

Complementary Color

#eea52d #2d76ee

#eea52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea52d Color CSS Codes

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

#eea52d Text Font Color

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

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


#eea52d Background Color

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

This div background color is #eea52d


#eea52d Border Color

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

This div border color is #eea52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea52d


Comments

No comments written yet.

Please login to write comment.