Color Hex Logo

#eea62a Color Hex

#EEA62A
(238,166,42)
0 Favorites   0 Comments

Color spaces of #eea62a

RGB 23816642
HSL0.110.850.55
HSV38°82°93°
CMYK 0.000.300.82   0.07
XYZ49.314045.61678.3963
Yxy45.61670.47730.4415
Hunter Lab67.540112.135439.9074
CIE-Lab73.296116.875868.8308

#eea62a color RGB value is (238,166,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 00101010
Octal 356 246 52
Decimal 238 166 42
Hex EE A6 2A

RGB Percentages of Color #eea62a

%53.36
%37.22
%9.42

CMYK Percentages of Color #eea62a

%0
%30
%82
%7

Triadic Colors of #eea62a

#eea62a #2aeea6 #a62aee

Analogous Colors of #eea62a

#eea62a #d4ee2a #ee442a

Monochromatic Colors of #eea62a

#eea62a

Complementary Color

#eea62a #2a72ee

#eea62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea62a Color CSS Codes

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

#eea62a Text Font Color

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

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


#eea62a Background Color

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

This div background color is #eea62a


#eea62a Border Color

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

This div border color is #eea62a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,166,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 #eea62a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea62a


Comments

No comments written yet.

Please login to write comment.