Color Hex Logo

#eab646 Color Hex

#EAB646
(234,182,70)
0 Favorites   0 Comments

Color spaces of #eab646

RGB 23418270
HSL0.110.800.60
HSV41°70°92°
CMYK 0.000.220.70   0.08
XYZ51.765151.390512.9854
Yxy51.39050.44570.4425
Hunter Lab71.68723.441839.4412
CIE-Lab76.91507.826661.7529

#eab646 color RGB value is (234,182,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01000110
Octal 352 266 106
Decimal 234 182 70
Hex EA B6 46

RGB Percentages of Color #eab646

%48.15
%37.45
%14.40

CMYK Percentages of Color #eab646

%0
%22
%70
%8

Triadic Colors of #eab646

#eab646 #46eab6 #b646ea

Analogous Colors of #eab646

#eab646 #ccea46 #ea6446

Monochromatic Colors of #eab646

#eab646

Complementary Color

#eab646 #467aea

#eab646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab646 Color CSS Codes

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

#eab646 Text Font Color

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

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


#eab646 Background Color

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

This div background color is #eab646


#eab646 Border Color

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

This div border color is #eab646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab646


Comments

No comments written yet.

Please login to write comment.