Color Hex Logo

#eea60e Color Hex

#EEA60E
(238,166,14)
0 Favorites   0 Comments

Color spaces of #eea60e

RGB 23816614
HSL0.110.890.49
HSV41°94°93°
CMYK 0.000.300.94   0.07
XYZ48.975445.48136.6129
Yxy45.48130.48460.4500
Hunter Lab67.439811.608641.3941
CIE-Lab73.207716.335375.1910

#eea60e color RGB value is (238,166,14).

#eea60e hex color red value is 238, green value is 166 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eea60e hue: 0.11 , saturation: 0.89 and the lightness value of eea60e is 0.49.

The process color (four color CMYK) of #eea60e color hex is 0.00, 0.30, 0.94, 0.07. Web safe color of #eea60e is #ff9900. Color #eea60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 00001110
Octal 356 246 16
Decimal 238 166 14
Hex EE A6 E

RGB Percentages of Color #eea60e

%56.94
%39.71
%3.35

CMYK Percentages of Color #eea60e

%0
%30
%94
%7

Triadic Colors of #eea60e

#eea60e #0eeea6 #a60eee

Analogous Colors of #eea60e

#eea60e #c6ee0e #ee360e

Monochromatic Colors of #eea60e

#eea60e

Complementary Color

#eea60e #0e56ee

#eea60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea60e Color CSS Codes

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

#eea60e Text Font Color

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

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


#eea60e Background Color

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

This div background color is #eea60e


#eea60e Border Color

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

This div border color is #eea60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea60e


Comments

No comments written yet.

Please login to write comment.