color codes Logo

#eaba2a color codes

#EABA2A
(234,186,42)
0 Favorites   0 Comments

Color spaces of #eaba2a

RGB 23418642
HSL0.130.820.54
HSV45°82°92°
CMYK 0.000.210.82   0.08
XYZ51.908552.77749.6417
Yxy52.77740.45400.4616
Hunter Lab72.64810.407842.9848
CIE-Lab77.74344.632572.4820

#eaba2a color RGB value is (234,186,42).

#eaba2a hex color red value is 234, green value is 186 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eaba2a hue: 0.13 , saturation: 0.82 and the lightness value of eaba2a is 0.54.

The process color (four color CMYK) of #eaba2a color code is 0.00, 0.21, 0.82, 0.08. Web safe color of #eaba2a is #ffcc33. Color #eaba2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 00101010
Octal 352 272 52
Decimal 234 186 42
Hex EA BA 2A

RGB Percentages of Color #eaba2a

%50.65
%40.26
%9.09

CMYK Percentages of Color #eaba2a

%0
%21
%82
%8

Triadic Colors of #eaba2a

#eaba2a #2aeaba #ba2aea

Analogous Colors of #eaba2a

#eaba2a #baea2a #ea5a2a

Monochromatic Colors of #eaba2a

#eaba2a

Complementary Color

#eaba2a #2a5aea

#eaba2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba2a Color CSS Codes

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

#eaba2a Text Font Color

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

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


#eaba2a Background Color

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

This div background color is #eaba2a


#eaba2a Border Color

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

This div border color is #eaba2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba2a


Comments

No comments written yet.

Please login to write comment.