Color Hex Logo

#eea25c Color Hex

#EEA25C
(238,162,92)
0 Favorites   0 Comments

Color spaces of #eea25c

RGB 23816292
HSL0.080.810.65
HSV29°61°93°
CMYK 0.000.320.61   0.07
XYZ50.112044.790516.1295
Yxy44.79050.45130.4034
Hunter Lab66.925716.535632.5587
CIE-Lab72.753721.369347.1998

#eea25c color RGB value is (238,162,92).

#eea25c hex color red value is 238, green value is 162 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eea25c hue: 0.08 , saturation: 0.81 and the lightness value of eea25c is 0.65.

The process color (four color CMYK) of #eea25c color hex is 0.00, 0.32, 0.61, 0.07. Web safe color of #eea25c is #ff9966. Color #eea25c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 01011100
Octal 356 242 134
Decimal 238 162 92
Hex EE A2 5C

RGB Percentages of Color #eea25c

%48.37
%32.93
%18.70

CMYK Percentages of Color #eea25c

%0
%32
%61
%7

Triadic Colors of #eea25c

#eea25c #5ceea2 #a25cee

Analogous Colors of #eea25c

#eea25c #eeeb5c #ee5c5f

Monochromatic Colors of #eea25c

#eea25c

Complementary Color

#eea25c #5ca8ee

#eea25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea25c Color CSS Codes

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

#eea25c Text Font Color

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

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


#eea25c Background Color

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

This div background color is #eea25c


#eea25c Border Color

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

This div border color is #eea25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea25c


Comments

No comments written yet.

Please login to write comment.