Color Hex Logo

#eab33e Color Hex

#EAB33E
(234,179,62)
0 Favorites   0 Comments

Color spaces of #eab33e

RGB 23417962
HSL0.110.800.58
HSV41°74°92°
CMYK 0.000.240.74   0.08
XYZ50.921350.080411.5401
Yxy50.08040.45250.4450
Hunter Lab70.76754.597939.8688
CIE-Lab76.11869.028464.1768

#eab33e color RGB value is (234,179,62).

#eab33e hex color red value is 234, green value is 179 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eab33e hue: 0.11 , saturation: 0.80 and the lightness value of eab33e is 0.58.

The process color (four color CMYK) of #eab33e color hex is 0.00, 0.24, 0.74, 0.08. Web safe color of #eab33e is #ffcc33. Color #eab33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00111110
Octal 352 263 76
Decimal 234 179 62
Hex EA B3 3E

RGB Percentages of Color #eab33e

%49.26
%37.68
%13.05

CMYK Percentages of Color #eab33e

%0
%24
%74
%8

Triadic Colors of #eab33e

#eab33e #3eeab3 #b33eea

Analogous Colors of #eab33e

#eab33e #cbea3e #ea5d3e

Monochromatic Colors of #eab33e

#eab33e

Complementary Color

#eab33e #3e75ea

#eab33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab33e Color CSS Codes

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

#eab33e Text Font Color

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

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


#eab33e Background Color

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

This div background color is #eab33e


#eab33e Border Color

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

This div border color is #eab33e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,179,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab33e


Comments

No comments written yet.

Please login to write comment.