Color Hex Logo

#eea138 Color Hex

#EEA138
(238,161,56)
0 Favorites   0 Comments

Color spaces of #eea138

RGB 23816156
HSL0.100.840.58
HSV35°76°93°
CMYK 0.000.320.76   0.07
XYZ48.718643.95249.6573
Yxy43.95240.47610.4295
Hunter Lab66.296615.153137.7710
CIE-Lab72.196719.991362.8707

#eea138 color RGB value is (238,161,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 00111000
Octal 356 241 70
Decimal 238 161 56
Hex EE A1 38

RGB Percentages of Color #eea138

%52.31
%35.38
%12.31

CMYK Percentages of Color #eea138

%0
%32
%76
%7

Triadic Colors of #eea138

#eea138 #38eea1 #a138ee

Analogous Colors of #eea138

#eea138 #e0ee38 #ee4638

Monochromatic Colors of #eea138

#eea138

Complementary Color

#eea138 #3885ee

#eea138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea138 Color CSS Codes

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

#eea138 Text Font Color

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

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


#eea138 Background Color

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

This div background color is #eea138


#eea138 Border Color

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

This div border color is #eea138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea138


Comments

No comments written yet.

Please login to write comment.