Color Hex Logo

#eab546 Color Hex

#EAB546
(234,181,70)
0 Favorites   0 Comments

Color spaces of #eab546

RGB 23418170
HSL0.110.800.60
HSV41°70°92°
CMYK 0.000.230.70   0.08
XYZ51.561050.982412.9174
Yxy50.98240.44660.4416
Hunter Lab71.40203.945539.2552
CIE-Lab76.66838.352261.4998

#eab546 color RGB value is (234,181,70).

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

The process color (four color CMYK) of #eab546 color hex is 0.00, 0.23, 0.70, 0.08. Web safe color of #eab546 is #ffcc33. Color #eab546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01000110
Octal 352 265 106
Decimal 234 181 70
Hex EA B5 46

RGB Percentages of Color #eab546

%48.25
%37.32
%14.43

CMYK Percentages of Color #eab546

%0
%23
%70
%8

Triadic Colors of #eab546

#eab546 #46eab5 #b546ea

Analogous Colors of #eab546

#eab546 #cdea46 #ea6346

Monochromatic Colors of #eab546

#eab546

Complementary Color

#eab546 #467bea

#eab546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab546 Color CSS Codes

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

#eab546 Text Font Color

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

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


#eab546 Background Color

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

This div background color is #eab546


#eab546 Border Color

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

This div border color is #eab546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab546


Comments

No comments written yet.

Please login to write comment.