Color Hex Logo

#eea43a Color Hex

#EEA43A
(238,164,58)
0 Favorites   0 Comments

Color spaces of #eea43a

RGB 23816458
HSL0.100.840.58
HSV35°76°93°
CMYK 0.000.310.76   0.07
XYZ49.299145.033610.0970
Yxy45.03360.47210.4312
Hunter Lab67.107113.694738.0541
CIE-Lab72.914018.482362.7739

#eea43a color RGB value is (238,164,58).

#eea43a hex color red value is 238, green value is 164 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eea43a hue: 0.10 , saturation: 0.84 and the lightness value of eea43a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00111010
Octal 356 244 72
Decimal 238 164 58
Hex EE A4 3A

RGB Percentages of Color #eea43a

%51.74
%35.65
%12.61

CMYK Percentages of Color #eea43a

%0
%31
%76
%7

Triadic Colors of #eea43a

#eea43a #3aeea4 #a43aee

Analogous Colors of #eea43a

#eea43a #deee3a #ee4a3a

Monochromatic Colors of #eea43a

#eea43a

Complementary Color

#eea43a #3a84ee

#eea43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea43a Color CSS Codes

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

#eea43a Text Font Color

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

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


#eea43a Background Color

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

This div background color is #eea43a


#eea43a Border Color

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

This div border color is #eea43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea43a


Comments

No comments written yet.

Please login to write comment.