Color Hex Logo

#eaa238 Color Hex

#EAA238
(234,162,56)
0 Favorites   0 Comments

Color spaces of #eaa238

RGB 23416256
HSL0.100.810.57
HSV36°76°92°
CMYK 0.000.310.76   0.08
XYZ47.565843.61869.6536
Yxy43.61860.47170.4326
Hunter Lab66.044412.979837.5647
CIE-Lab71.972817.774762.4961

#eaa238 color RGB value is (234,162,56).

#eaa238 hex color red value is 234, green value is 162 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eaa238 hue: 0.10 , saturation: 0.81 and the lightness value of eaa238 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00111000
Octal 352 242 70
Decimal 234 162 56
Hex EA A2 38

RGB Percentages of Color #eaa238

%51.77
%35.84
%12.39

CMYK Percentages of Color #eaa238

%0
%31
%76
%8

Triadic Colors of #eaa238

#eaa238 #38eaa2 #a238ea

Analogous Colors of #eaa238

#eaa238 #d9ea38 #ea4938

Monochromatic Colors of #eaa238

#eaa238

Complementary Color

#eaa238 #3880ea

#eaa238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa238 Color CSS Codes

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

#eaa238 Text Font Color

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

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


#eaa238 Background Color

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

This div background color is #eaa238


#eaa238 Border Color

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

This div border color is #eaa238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa238


Comments

No comments written yet.

Please login to write comment.